Skip to content

Commit

Permalink
update years to 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-theunsub committed Dec 18, 2023
1 parent 1a360d6 commit b89477f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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:
Expand All @@ -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`
Expand Down
3 changes: 2 additions & 1 deletion clamtk
Original file line number Diff line number Diff line change
@@ -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/).
Expand All @@ -19,6 +19,7 @@
use utf8;
$| = 1;

use lib '.';
use ClamTk::Analysis;
use ClamTk::App;
use ClamTk::Assistant;
Expand Down
4 changes: 2 additions & 2 deletions com.github.davetheunsub.clamtk.appdata.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2022 Dave M <[email protected]> -->
<!-- Copyright 2023 Dave M <[email protected]> -->
<component type="desktop-application">
<id>com.github.davetheunsub.clamtk</id>
<launchable type="desktop-id">clamtk.desktop</launchable>
Expand Down Expand Up @@ -88,7 +88,7 @@
</screenshots>

<releases>
<release version="6.15" date="2022-01-xx">
<release version="6.17" date="2023-12-17">
<description>
<p>Bug fixes</p>
</description>
Expand Down

0 comments on commit b89477f

Please sign in to comment.