[git] GCRYPT - branch, LIBGCRYPT-1-7-BRANCH, updated. libgcrypt-1.7.7-9-ge57ce62

by Werner Koch cvs at cvs.gnupg.org
Thu Jun 29 09:04:40 CEST 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU crypto library".

The branch, LIBGCRYPT-1-7-BRANCH has been updated
       via  e57ce62112a017706a38b86ad2d079b59ec2130a (commit)
       via  b16176769672a659b9a7c1d23325270338323385 (commit)
      from  312101e1f266314b4391fcdbe11c03de5c147e38 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e57ce62112a017706a38b86ad2d079b59ec2130a
Author: Werner Koch <wk at gnupg.org>
Date:   Thu Jun 29 08:55:59 2017 +0200

    Post release updates.
    
    --

diff --git a/NEWS b/NEWS
index 0b86714..79c91d6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Noteworthy changes in version 1.7.9 (unreleased)  [C21/A1/R9]
+------------------------------------------------
+
+
 Noteworthy changes in version 1.7.8 (2017-06-29)  [C21/A1/R8]
 ------------------------------------------------
 
diff --git a/configure.ac b/configure.ac
index 01c47bb..f5d2e5b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,7 +30,7 @@ min_automake_version="1.14"
 # for the LT versions.
 m4_define(mym4_version_major, [1])
 m4_define(mym4_version_minor, [7])
-m4_define(mym4_version_micro, [8])
+m4_define(mym4_version_micro, [9])
 
 # Below is m4 magic to extract and compute the revision number, the
 # decimalized short revision number, a beta version string, and a flag

commit b16176769672a659b9a7c1d23325270338323385
Author: Werner Koch <wk at gnupg.org>
Date:   Thu Jun 29 08:47:20 2017 +0200

    Release 1.7.8
    
    * configure.ac: Set LT version to C21/A1/R8.
    
    Signed-off-by: Werner Koch <wk at gnupg.org>

diff --git a/NEWS b/NEWS
index 3875f53..0b86714 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,12 @@
-Noteworthy changes in version 1.7.8 (unreleased)  [C21/A1/R8]
+Noteworthy changes in version 1.7.8 (2017-06-29)  [C21/A1/R8]
 ------------------------------------------------
 
+ * Bug fixes:
+
+   - Mitigate a flush+reload side-channel attack on RSA secret keys
+     dubbed "Sliding right into disaster".  For details see
+     <https://eprint.iacr.org/2017/627>.  [CVE-2017-7526]
+
 
 Noteworthy changes in version 1.7.7 (2017-06-02)  [C21/A1/R7]
 ------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 1fe6baf..01c47bb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -56,7 +56,7 @@ AC_INIT([libgcrypt],[mym4_full_version],[http://bugs.gnupg.org])
 #   (No interfaces changed:                   REVISION++)
 LIBGCRYPT_LT_CURRENT=21
 LIBGCRYPT_LT_AGE=1
-LIBGCRYPT_LT_REVISION=7
+LIBGCRYPT_LT_REVISION=8
 
 
 # If the API is changed in an incompatible way: increment the next counter.

-----------------------------------------------------------------------

Summary of changes:
 NEWS         | 12 +++++++++++-
 configure.ac |  4 ++--
 2 files changed, 13 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
The GNU crypto library
http://git.gnupg.org




More information about the Gnupg-commits mailing list