X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=download.texi;h=796efb8e2044f9c27a4bf9084afb716e7a4fa40b;hb=2bb1a163d32e4167e6904ff3c6b4cf64ea7287bb;hp=efc7f9c2b56fbec0875d9c91b0264ad71dae5994;hpb=a4fa294b334a8a43eb61e2ce26844be609dd1603;p=pygost.git diff --git a/download.texi b/download.texi index efc7f9c..796efb8 100644 --- a/download.texi +++ b/download.texi @@ -1,24 +1,41 @@ -@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: - -@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 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.8, 4.8} @tab 2020-07-24 @tab 69 KiB +@tab @url{pygost-4.8.tar.xz, link} @url{pygost-4.8.tar.xz.sig, sign} +@tab @code{E24FFDA0 9CABE9FE 11FF505A 1AEC7343 830ADCC5 A87AB348 2BFE0D1C 897A360F} +@tab @code{528f4e319678d24c19f4a09a9e8dc9263055b798ad0b8a9a94cdfd33563cca9a} + +@item @ref{Release 4.7, 4.7} @tab 2020-07-23 @tab 67 KiB +@tab @url{pygost-4.7.tar.xz, link} @url{pygost-4.7.tar.xz.sig, sign} +@tab @code{7C3C403B 83B890F6 E3448169 A32D5BB4 5E5F18EE 72E50BEF E37E091D F591D256} +@tab @code{469246983eb7f8149a2e309b85b3f673d56aab65e3a8f5a20c03a8f4002985de} + +@item @ref{Release 4.6, 4.6} @tab 2020-07-07 @tab 67 KiB +@tab @url{pygost-4.6.tar.xz, link} @url{pygost-4.6.tar.xz.sig, sign} +@tab @code{6AECDC32 66FFD395 B5E9E643 E92EC1CB 7C5A6B31 B56B7261 5DA33537 7E03DC47} +@tab @code{6fae5da84a48acec173091fe5a51991b593a0e51a6de62a8ba950da8164728c3} + +@item @ref{Release 4.5, 4.5} @tab 2020-05-14 @tab 67 KiB +@tab @url{pygost-4.5.tar.xz, link} @url{pygost-4.5.tar.xz.sig, sign} +@tab @code{CC97B201 8CCC2BCF E71BDA14 81138AB7 F17DCFAD 0FA8C43B 58106338 C20CB144} +@tab @code{d5d37e4d21160f28c582e3dfc7184cd0cc693cb42dedbcf0f260f66e4153b69d} + +@item @ref{Release 4.4, 4.4} @tab 2020-02-04 @tab 67 KiB +@tab @url{pygost-4.4.tar.xz, link} @url{pygost-4.4.tar.xz.sig, sign} +@tab @code{0AAA6CA6 1E886296 DF1D45E7 4D037BA5 DCA6CB08 0DAB1CAD EBB959E5 57A2624C} +@tab @code{68a25f2ea4a9e5dccc1445c37cea17a5c23337bb5fac66601e183f4050e43f27} + +@item @ref{Release 4.3, 4.3} @tab 2019-12-27 @tab 61 KiB +@tab @url{pygost-4.3.tar.xz, link} @url{pygost-4.3.tar.xz.sig, sign} +@tab @code{37D2CA54 4565B53B CDAC5175 E6411DDB 765D187E D67D8188 7060EC4D 9D93BD73} +@tab @code{47d5831a43ae786b64462ad84be6f78c4d7b9412d5c0e1c87addb08819f5a829} + +@item @ref{Release 4.2, 4.2} @tab 2019-12-27 @tab 62 KiB +@tab @url{pygost-4.2.tar.xz, link} @url{pygost-4.2.tar.xz.sig, sign} +@tab @code{70BA61D8 7A59FD1A 952E2485 7F3472F1 8BDF61EA C10FBC13 86DEB01D A7828700} +@tab @code{f41702e5fbea79b384a9f29d4121826f06d948f548092b1ce916fda3f22eac25} + @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} @@ -99,43 +116,7 @@ $ python setup.py install @end multitable -But also you can use pip (@strong{no} OpenPGP authentication is -performed!) with PyPI: - -@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/, GNU Privacy Guard} is used -for that purpose. - -For the very first time it is necessary to get signing public key and -import it. It is provided below, but you should check alternative -resources. - -@verbatim -pub rsa2048/0xE6FD1269CD0C009E 2016-09-13 - F55A 7619 3A0C 323A A031 0E6B E6FD 1269 CD0C 009E -uid PyGOST releases -@end verbatim - -@itemize - -@item @url{https://lists.cypherpunks.ru/mailman/listinfo/gost, gost} maillist - -@item -@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 example - -@item -@verbatiminclude PUBKEY.asc - -@end itemize - -You can obtain development source code with -@command{git clone git://git.cypherpunks.ru/pygost.git}. +Also there is example P2P F2F E2EE IM written on Python, that uses +PyGOST with @url{http://www.pyderasn.cypherpunks.ru/, PyDERASN}: +@url{gostim.txz, GOSTIM} (@url{gostim.txz.sig, sign}) (17 KiB). It is +described on russian an @url{https://m.habr.com/ru/post/452200/, that article}.