From b89477f3c2dd03ffc09300100c1999dd66f4586b Mon Sep 17 00:00:00 2001 From: dave-theunsub Date: Sun, 17 Dec 2023 22:52:14 -0600 Subject: [PATCH] update years to 2023 --- README.md | 8 ++++---- clamtk | 3 ++- com.github.davetheunsub.clamtk.appdata.xml | 4 ++-- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 75cfdde..44c2b47 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -This README was last checked or updated on 20230529. +This README was last checked or updated on 20231217. # Readme for clamtk @@ -121,7 +121,7 @@ It is recommended you install clamtk from official repositories. Check your dist While the Debian/Ubuntu .debs used to be digitally signed, they are not anymore; the way I used to do that no longer works. The rpms are digitally signed. Here's how you can verify the rpms: 1. Get and import the key in one step: -`rpm --import https://davem.fedorapeople.org/RPM-GPG-KEY-DaveM-26-Dec-2022` +`rpm --import https://davem.fedorapeople.org/RPM-GPG-KEY-DaveM-20230506` 2. Verify the list of gpg keys installed in RPM DB: `rpm -q gpg-pubkey --qf '%{name}-%{version}-%{release} --> %{summary}\n'` 3. Check the signature of the rpm. For this example, we'll use version 6.16: @@ -132,9 +132,9 @@ While the Debian/Ubuntu .debs used to be digitally signed, they are not anymore; You can also verify the tarball. Using 6.16 as the example version, ensure you have downloaded the tarball, its detached signature (.asc), and the key in step 1 above. 1. Get the key (skip this step if you already have it): -`wget https://davem.fedorapeople.org/RPM-GPG-KEY-DaveM-26-Dec-2022` +`wget https://davem.fedorapeople.org/RPM-GPG-KEY-DaveM-20230506` 2. Import it (skip this step if you have done it already): -`gpg --import RPM-GPG-KEY-DaveM-26-Dec-2022` +`gpg --import RPM-GPG-KEY-DaveM-20230506` 3. Verify like so: `gpg2 --verify clamtk-6.16.tar.xz.asc clamtk-6.16.tar.gz` or `gpg --verify clamtk-6.16.tar.xz.asc clamtk-6.16.tar.xz` diff --git a/clamtk b/clamtk index 6d4477c..6a34ee6 100755 --- a/clamtk +++ b/clamtk @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# ClamTk, copyright (C) 2004-2022 Dave M +# ClamTk, copyright (C) 2004-2023 Dave M # # This file is part of ClamTk # (https://gitlab.com/dave_m/clamtk/). @@ -19,6 +19,7 @@ use utf8; $| = 1; +use lib '.'; use ClamTk::Analysis; use ClamTk::App; use ClamTk::Assistant; diff --git a/com.github.davetheunsub.clamtk.appdata.xml b/com.github.davetheunsub.clamtk.appdata.xml index 231cee6..2d74883 100644 --- a/com.github.davetheunsub.clamtk.appdata.xml +++ b/com.github.davetheunsub.clamtk.appdata.xml @@ -1,5 +1,5 @@ - + com.github.davetheunsub.clamtk clamtk.desktop @@ -88,7 +88,7 @@ - +

Bug fixes