-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Changes with version | ||
Changes with version 1.1.3 | ||
|
||
*) Add support for Python 3.13 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ Download | |
Change Log | ||
---------- | ||
|
||
`CHANGES file <http://storage.perlig.de/rcssmin/CHANGES-1.1.2>`_ | ||
`CHANGES file <http://storage.perlig.de/rcssmin/CHANGES-1.1.3>`_ | ||
|
||
|
||
Source Packages | ||
|
@@ -15,11 +15,11 @@ Source Packages | |
Current Stable Version | ||
'''''''''''''''''''''' | ||
|
||
- `rcssmin-1.1.2.tar.xz <http://storage.perlig.de/rcssmin/rcssmin-1.1.2.tar.xz>`_ | ||
- `rcssmin-1.1.2.tar.bz2 <http://storage.perlig.de/rcssmin/rcssmin-1.1.2.tar.bz2>`_ | ||
- `rcssmin-1.1.2.tar.gz <http://storage.perlig.de/rcssmin/rcssmin-1.1.2.tar.gz>`_ | ||
- `rcssmin-1.1.2.zip <http://storage.perlig.de/rcssmin/rcssmin-1.1.2.zip>`_ | ||
- `rcssmin-1.1.2.digests <http://storage.perlig.de/rcssmin/rcssmin-1.1.2.digests>`_ | ||
- `rcssmin-1.1.3.tar.xz <http://storage.perlig.de/rcssmin/rcssmin-1.1.3.tar.xz>`_ | ||
- `rcssmin-1.1.3.tar.bz2 <http://storage.perlig.de/rcssmin/rcssmin-1.1.3.tar.bz2>`_ | ||
- `rcssmin-1.1.3.tar.gz <http://storage.perlig.de/rcssmin/rcssmin-1.1.3.tar.gz>`_ | ||
- `rcssmin-1.1.3.zip <http://storage.perlig.de/rcssmin/rcssmin-1.1.3.zip>`_ | ||
- `rcssmin-1.1.3.digests <http://storage.perlig.de/rcssmin/rcssmin-1.1.3.digests>`_ | ||
|
||
.. end stable | ||
|
||
|
@@ -29,25 +29,25 @@ Integrity Check | |
|
||
There are hashes (MD5, SHA1 and SHA256) of the download packages stored | ||
in the `digests file | ||
<http://storage.perlig.de/rcssmin/rcssmin-1.1.2.digests>`_\. | ||
<http://storage.perlig.de/rcssmin/rcssmin-1.1.3.digests>`_\. | ||
In order to check the integrity of the downloaded file, use a tool like | ||
md5sum (or sha1sum, sha256sum accordingly), e.g.: | ||
|
||
.. sourcecode:: console | ||
|
||
$ md5sum -c rcssmin-1.1.2.digests | ||
rcssmin-1.1.2.tar.bz2: OK | ||
rcssmin-1.1.2.tar.gz: OK | ||
rcssmin-1.1.2.tar.xz: OK | ||
rcssmin-1.1.2.zip: OK | ||
$ md5sum -c rcssmin-1.1.3.digests | ||
rcssmin-1.1.3.tar.bz2: OK | ||
rcssmin-1.1.3.tar.gz: OK | ||
rcssmin-1.1.3.tar.xz: OK | ||
rcssmin-1.1.3.zip: OK | ||
|
||
In order to check the integrity of the digest file itself, you can check | ||
the PGP signature of that file. The file is signed by André Malo, Key-ID | ||
0x029C942244325167: | ||
|
||
.. sourcecode:: console | ||
|
||
$ gpg --verify rcssmin-1.1.2.digests | ||
$ gpg --verify rcssmin-1.1.3.digests | ||
gpg: Signature made Tue Oct 3 21:22:26 2023 CEST | ||
gpg: using RSA key 21B65583FF640D34E8662B6B3DED446369F2EE1A | ||
gpg: Good signature from "André Malo <[email protected]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters