| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 
 | Download
~~~~~~~~
Change Log
----------
`CHANGES file <http://storage.perlig.de/rcssmin/CHANGES-1.1.2>`_
Source Packages
---------------
.. begin stable
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>`_
.. end stable
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>`_\.
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
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: Signature made Sun Jul 31 22:59:11 2022 CEST
    gpg:                using RSA key 21B65583FF640D34E8662B6B3DED446369F2EE1A
    gpg: Good signature from "André Malo <nd@perlig.de>"
.. vim: ft=rest tw=72
 |