From e61010b70dc7bd2f9f44148db5b77ee60f7d22c8 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sun, 24 Dec 2017 13:32:49 +0300 Subject: [PATCH] Preparing for next release --- INSTALL | 12 ++++++------ NEWS | 3 +++ THANKS | 2 ++ VERSION | 2 +- www.texi | 15 +++++++++------ 5 files changed, 21 insertions(+), 13 deletions(-) diff --git a/INSTALL b/INSTALL index bc71b5d..c65caaa 100644 --- a/INSTALL +++ b/INSTALL @@ -3,16 +3,16 @@ No additional dependencies except Python 2.7/3.x interpreter are required. Preferable way is to download tarball with the signature from official website: - % wget http://pygost.cypherpunks.ru/pygost-2.3.tar.xz - % wget http://pygost.cypherpunks.ru/pygost-2.3.tar.xz.sig - % gpg --verify pygost-2.3.tar.xz.sig pygost-2.3.tar.xz - % xz -d < pygost-2.3.tar.xz | tar xf - - % cd pygost-2.3 + % wget http://pygost.cypherpunks.ru/pygost-3.7.tar.xz + % wget http://pygost.cypherpunks.ru/pygost-3.7.tar.xz.sig + % gpg --verify pygost-3.7.tar.xz.sig pygost-3.7.tar.xz + % xz -d < pygost-3.7.tar.xz | tar xf - + % cd pygost-3.7 % python setup.py install But also you can use PIP (NO authentication is performed!): - % pip install pygost==2.3 + % pip install pygost==3.7 You have to verify downloaded tarballs integrity and authenticity to be sure that you retrieved trusted and untampered software. GNU Privacy diff --git a/NEWS b/NEWS index 0c55a42..203723f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,6 @@ +3.7: + Fixed 34.13-2015 OFB bug with IVs longer than 2 blocks. + 3.6: Fixed source files installation during setup.py install invocation. diff --git a/THANKS b/THANKS index a3ecbc8..b9c1adb 100644 --- a/THANKS +++ b/THANKS @@ -3,3 +3,5 @@ There are people deserving to be thanked for helping this project: * Dmitry Eremin-Solenikov for his suggestions of TK26 standards usage as a base point for serialized structures representation +* Alexander Lodin for finding bug in 34.13-2015 + OFB mode with IVs longer than 2 blocks diff --git a/VERSION b/VERSION index d70c8f8..475ba51 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.6 +3.7 diff --git a/www.texi b/www.texi index c57317b..fac4903 100644 --- a/www.texi +++ b/www.texi @@ -92,6 +92,9 @@ mailing list. Announcements also go to this mailing list. @unnumbered News @table @strong +@item 3.7 +Fixed 34.13-2015 OFB bug with IVs longer than 2 blocks. + @item 3.6 Fixed source files installation during @command{setup.py install} invocation. @@ -193,11 +196,11 @@ 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-2.3.tar.xz -% wget http://pygost.cypherpunks.ru/pygost-2.3.tar.xz.sig -% gpg --verify pygost-2.3.tar.xz.sig pygost-2.3.tar.xz -% xz -d < pygost-2.3.tar.xz | tar xf - -% cd pygost-2.3 +% wget http://pygost.cypherpunks.ru/pygost-3.7.tar.xz +% wget http://pygost.cypherpunks.ru/pygost-3.7.tar.xz.sig +% gpg --verify pygost-3.7.tar.xz.sig pygost-3.7.tar.xz +% xz -d < pygost-3.7.tar.xz | tar xf - +% cd pygost-3.7 % python setup.py install @end verbatim @@ -254,7 +257,7 @@ Preferable way is to download tarball with the signature: But also you can use PIP (@strong{no} authentication is performed!): @verbatim -% pip install pygost==2.3 +% pip install pygost==3.7 @end verbatim You @strong{have to} verify downloaded tarballs integrity and -- 2.44.0