[git] GCRYPT - branch, LIBGCRYPT-1-5-BRANCH, updated. libgcrypt-1.5.4-6-g3128e44

by Werner Koch cvs at cvs.gnupg.org
Thu Feb 18 09:42:34 CET 2016


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-5-BRANCH has been updated
       via  3128e444aa9c9eaca15ba696d5056da7a61e7cb3 (commit)
       via  4d9e959e6a4f3a3cf5353ee545aa113b2af85570 (commit)
      from  fcbb9fcc2e6983ea61bf565b6ee2e29816b8cd57 (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 3128e444aa9c9eaca15ba696d5056da7a61e7cb3
Author: Werner Koch <wk at gnupg.org>
Date:   Thu Feb 18 09:33:09 2016 +0100

    Post release updates.
    
    --

diff --git a/NEWS b/NEWS
index 54d8594..13ac832 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Noteworthy changes in version 1.5.6 (unreleased) [C19/A8/R_]
+------------------------------------------------
+
+
 Noteworthy changes in version 1.5.5 (2016-02-18) [C19/A8/R4]
 ------------------------------------------------
 
diff --git a/configure.ac b/configure.ac
index 6a87a59..367acd2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,7 +30,7 @@ min_automake_version="1.11"
 # for the LT versions.
 m4_define(mym4_version_major, [1])
 m4_define(mym4_version_minor, [5])
-m4_define(mym4_version_micro, [5])
+m4_define(mym4_version_micro, [6])
 
 # Below is m4 magic to extract and compute the revision number, the
 # decimalized short revision number, a beta version string, and a flag

commit 4d9e959e6a4f3a3cf5353ee545aa113b2af85570
Author: Werner Koch <wk at gnupg.org>
Date:   Thu Feb 18 08:44:45 2016 +0100

    Release 1.5.5.
    
    * configure.ac: Set LT version to C19/A8/R4.

diff --git a/Makefile.am b/Makefile.am
index 8b4d451..c2dc6d6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,7 +18,6 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
 
 ACLOCAL_AMFLAGS = -I m4
-AUTOMAKE_OPTIONS = dist-bzip2
 DISTCHECK_CONFIGURE_FLAGS = --enable-random-daemon \
   --enable-ciphers=arcfour:blowfish:cast5:des:aes:twofish:serpent:rfc2268:seed:camellia
 
diff --git a/NEWS b/NEWS
index 56d7237..54d8594 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,11 @@
-Noteworthy changes in version 1.5.5 (unreleased) [C19/A8/R_]
+Noteworthy changes in version 1.5.5 (2016-02-18) [C19/A8/R4]
 ------------------------------------------------
 
+ * Mitigate chosen cipher text attacks on ECDH with Weierstrass
+   curves.  [CVE-2015-7511]
+
+ * Use ciphertext blinding for Elgamal decryption.  [CVE-2014-3591]
+
 
 Noteworthy changes in version 1.5.4 (2014-08-07) [C19/A8/R3]
 ------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 8f54c28..6a87a59 100644
--- a/configure.ac
+++ b/configure.ac
@@ -59,7 +59,7 @@ AC_INIT([libgcrypt],[mym4_full_version],[http://bugs.gnupg.org])
 #
 LIBGCRYPT_LT_CURRENT=19
 LIBGCRYPT_LT_AGE=8
-LIBGCRYPT_LT_REVISION=3
+LIBGCRYPT_LT_REVISION=4
 
 
 # If the API is changed in an incompatible way: increment the next counter.
@@ -71,7 +71,7 @@ PACKAGE=$PACKAGE_NAME
 VERSION=$PACKAGE_VERSION
 
 AC_CONFIG_SRCDIR([src/libgcrypt.vers])
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([serial-tests dist-bzip2])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_LIBOBJ_DIR([compat])

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

Summary of changes:
 Makefile.am  |  1 -
 NEWS         | 11 ++++++++++-
 configure.ac |  6 +++---
 3 files changed, 13 insertions(+), 5 deletions(-)


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




More information about the Gnupg-commits mailing list