summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2016-02-18 08:44:45 +0100
committerWerner Koch <wk@gnupg.org>2016-02-18 09:09:03 +0100
commit4d9e959e6a4f3a3cf5353ee545aa113b2af85570 (patch)
tree24b20b256032a1506919c5aaf7389a64fa8b7b39
parentfcbb9fcc2e6983ea61bf565b6ee2e29816b8cd57 (diff)
downloadlibgcrypt-4d9e959e6a4f3a3cf5353ee545aa113b2af85570.tar.gz
Release 1.5.5.libgcrypt-1.5.5
* configure.ac: Set LT version to C19/A8/R4.
-rw-r--r--Makefile.am1
-rw-r--r--NEWS7
-rw-r--r--configure.ac4
3 files changed, 8 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 8b4d451c..c2dc6d6e 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 56d7237b..54d85947 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 8f54c289..6a87a59c 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])