[git] GCRYPT - branch, LIBGCRYPT-1-7-BRANCH, updated. libgcrypt-1.7.6-8-gd0e7784

by Werner Koch cvs at cvs.gnupg.org
Fri Jun 2 09:21:23 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  d0e778432b2b9a993b39aae4901e95e07bcce555 (commit)
       via  d9cebf535ca323a07b30ed06e86a1c04c5920058 (commit)
      from  91456759b887e153c4d4ce19538d478df260cab2 (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 d0e778432b2b9a993b39aae4901e95e07bcce555
Author: Werner Koch <wk at gnupg.org>
Date:   Fri Jun 2 09:17:39 2017 +0200

    Post release updates
    
    --

diff --git a/NEWS b/NEWS
index cd8b8de..3875f53 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Noteworthy changes in version 1.7.8 (unreleased)  [C21/A1/R8]
+------------------------------------------------
+
+
 Noteworthy changes in version 1.7.7 (2017-06-02)  [C21/A1/R7]
 ------------------------------------------------
 
diff --git a/configure.ac b/configure.ac
index b86c032..1fe6baf 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, [7])
+m4_define(mym4_version_micro, [8])
 
 # Below is m4 magic to extract and compute the revision number, the
 # decimalized short revision number, a beta version string, and a flag

commit d9cebf535ca323a07b30ed06e86a1c04c5920058
Author: Werner Koch <wk at gnupg.org>
Date:   Fri Jun 2 08:48:28 2017 +0200

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

diff --git a/NEWS b/NEWS
index 305fb99..cd8b8de 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,13 @@
-Noteworthy changes in version 1.7.7 (unreleased)  [C21/A1/R_]
+Noteworthy changes in version 1.7.7 (2017-06-02)  [C21/A1/R7]
 ------------------------------------------------
 
+ * Bug fixes:
+
+   - Fix possible timing attack on EdDSA session key.
+
+   - Fix long standing bug in secure memory implementation which could
+     lead to a segv on free. [bug#3027]
+
 
 Noteworthy changes in version 1.7.6 (2017-01-18)  [C21/A1/R6]
 ------------------------------------------------
diff --git a/configure.ac b/configure.ac
index b285455..b86c032 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=6
+LIBGCRYPT_LT_REVISION=7
 
 
 # If the API is changed in an incompatible way: increment the next counter.

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

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


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




More information about the Gnupg-commits mailing list