[git] GCRYPT - branch, LIBGCRYPT-1.8-BRANCH, updated. libgcrypt-1.8.1-8-g32577d5

by Werner Koch cvs at cvs.gnupg.org
Wed Dec 13 15:06:03 CET 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.8-BRANCH has been updated
       via  32577d5b91f853b6d6807339aa93f5a443802732 (commit)
       via  eb84e429950b6a61c00112e70a584940c1d352e4 (commit)
      from  59df8d6295426d0a9cf7646c381df2ea29fdb8c5 (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 32577d5b91f853b6d6807339aa93f5a443802732
Author: Werner Koch <wk at gnupg.org>
Date:   Wed Dec 13 15:01:26 2017 +0100

    Post release updates
    
    --

diff --git a/NEWS b/NEWS
index d5288df..204ca66 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Noteworthy changes in version 1.8.3 (unreleased)  [C22/A2/R3]
+------------------------------------------------
+
+
 Noteworthy changes in version 1.8.2 (2017-12-13)  [C22/A2/R2]
 ------------------------------------------------
 
diff --git a/configure.ac b/configure.ac
index 672396c..f20aa4f 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, [8])
-m4_define(mym4_version_micro, [2])
+m4_define(mym4_version_micro, [3])
 
 # Below is m4 magic to extract and compute the revision number, the
 # decimalized short revision number, a beta version string, and a flag
@@ -56,7 +56,7 @@ AC_INIT([libgcrypt],[mym4_full_version],[http://bugs.gnupg.org])
 #   (No interfaces changed:                   REVISION++)
 LIBGCRYPT_LT_CURRENT=22
 LIBGCRYPT_LT_AGE=2
-LIBGCRYPT_LT_REVISION=2
+LIBGCRYPT_LT_REVISION=3
 
 
 # If the API is changed in an incompatible way: increment the next counter.

commit eb84e429950b6a61c00112e70a584940c1d352e4
Author: Werner Koch <wk at gnupg.org>
Date:   Wed Dec 13 14:52:08 2017 +0100

    Release 1.8.2
    
    Signed-off-by: Werner Koch <wk at gnupg.org>

diff --git a/NEWS b/NEWS
index 8ae0d12..d5288df 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,22 @@
-Noteworthy changes in version 1.8.2 (unreleased)  [C22/A2/R2]
+Noteworthy changes in version 1.8.2 (2017-12-13)  [C22/A2/R2]
 ------------------------------------------------
 
+ * Bug fixes:
+
+   - Do not use /dev/srandom on OpenBSD.
+
+   - Fix test suite failure on systems with large pages. [#3351]
+
+   - Fix test suite to not use mmap on Windows.
+
+   - Fix fatal out of secure memory status in the s-expression parser
+     on heavy loaded systems.
+
+ * Other:
+
+   - Backport the auto expand secmem feature from master for use by
+     the forthcoming GnuPG 2.2.4.
+
 
 Noteworthy changes in version 1.8.1 (2017-08-27)  [C22/A2/R1]
 ------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 6c23a04..672396c 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=22
 LIBGCRYPT_LT_AGE=2
-LIBGCRYPT_LT_REVISION=1
+LIBGCRYPT_LT_REVISION=2
 
 
 # If the API is changed in an incompatible way: increment the next counter.

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

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


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




More information about the Gnupg-commits mailing list