X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=download.texi;h=efc7f9c2b56fbec0875d9c91b0264ad71dae5994;hb=a7e40676ecce86edda0115861ebaef72c408420e;hp=34781b019b426cc34971079e786422c877da5294;hpb=290e6e68dd54ec35f98f5799a31fa10e08097194;p=pygost.git diff --git a/download.texi b/download.texi index 34781b0..efc7f9c 100644 --- a/download.texi +++ b/download.texi @@ -1,22 +1,29 @@ @node Download @unnumbered Download +@set VERSION 4.1 + No additional dependencies except Python 2.7/3.x interpreter are required. Preferable way is to download tarball with the signature: -@verbatim -$ wget http://pygost.cypherpunks.ru/pygost-4.0.tar.xz -$ wget http://pygost.cypherpunks.ru/pygost-4.0.tar.xz.sig -$ gpg --verify pygost-4.0.tar.xz.sig pygost-4.0.tar.xz -$ xz -d < pygost-4.0.tar.xz | tar xf - -$ cd pygost-4.0 +@example +$ [fetch|wget] http://pygost.cypherpunks.ru/pygost-@value{VERSION}.tar.xz +$ [fetch|wget] http://pygost.cypherpunks.ru/pygost-@value{VERSION}.tar.xz.sig +$ gpg --verify pygost-@value{VERSION}.tar.xz.sig pygost-@value{VERSION}.tar.xz +$ xz --decompress --stdout pygost-@value{VERSION}.tar.xz | tar xf - +$ cd pygost-@value{VERSION} $ python setup.py install -@end verbatim +@end example @multitable {XXXXX} {XXXX-XX-XX} {XXXX KiB} {link sign} {xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx} {xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx} @headitem Version @tab Date @tab Size @tab Tarball @tab SHA256 checksum @tab Streebog-256 checksum +@item @ref{Release 4.1, 4.1} @tab 2019-12-17 @tab 60 KiB +@tab @url{pygost-4.1.tar.xz, link} @url{pygost-4.1.tar.xz.sig, sign} +@tab @code{CF029E30 8207DF45 884DD118 843A9E5A 33C5D979 F1D05FEA 17B81628 41257A64} +@tab @code{5ac0ab2989f5dd5ed3f941f40db5e6e0eba7d84708b376b95eb7396427b2511e} + @item @ref{Release 4.0, 4.0} @tab 2019-07-19 @tab 61 KiB @tab @url{pygost-4.0.tar.xz, link} @url{pygost-4.0.tar.xz.sig, sign} @tab @code{E4A329A9 AB0A781A 254AF940 10237D4C 9EEB37CB F849BA1C EA7BAF60 E3BB98B3} @@ -92,15 +99,17 @@ $ python setup.py install @end multitable -But also you can use PIP (@strong{no} authentication is performed!): +But also you can use pip (@strong{no} OpenPGP authentication is +performed!) with PyPI: -@verbatim -$ pip install pygost==3.15 -@end verbatim +@example +$ echo pygost==@value{VERSION} --hash=sha256:9e8daad58a7fca0c3addd357268bff4c506074dd300887ebf96c0f1c21123835 > requirements.txt +$ pip install --requirement requirements.txt +@end example You @strong{have to} verify downloaded tarballs integrity and authenticity to be sure that you retrieved trusted and untampered -software. @url{https://www.gnupg.org/, The GNU Privacy Guard} is used +software. @url{https://www.gnupg.org/, GNU Privacy Guard} is used for that purpose. For the very first time it is necessary to get signing public key and @@ -118,10 +127,10 @@ uid PyGOST releases @item @url{https://lists.cypherpunks.ru/mailman/listinfo/gost, gost} maillist @item -@verbatim +@example $ gpg --auto-key-locate dane --locate-keys pygost at cypherpunks dot ru $ gpg --auto-key-locate wkd --locate-keys pygost at cypherpunks dot ru -@end verbatim +@end example @item @verbatiminclude PUBKEY.asc