[git] GCRYPT - branch, LIBGCRYPT-1.8-BRANCH, updated. libgcrypt-1.8.3-15-gb3f4e39

by Werner Koch cvs at cvs.gnupg.org
Fri Oct 26 19:55:14 CEST 2018


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  b3f4e39b2a29af6de0c45dcaa842414da780b204 (commit)
       via  93775172713c00c363187b5d6a88895b04ac7c8e (commit)
      from  0973c3f9ee7a9ad7c97b77849ed33ecd6789c787 (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 b3f4e39b2a29af6de0c45dcaa842414da780b204
Author: Werner Koch <wk at gnupg.org>
Date:   Fri Oct 26 19:55:10 2018 +0200

    Post release updates
    
    --

diff --git a/Makefile.am b/Makefile.am
index 452cb96..5b43ca2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,7 +21,7 @@
 # internal archive and before uploading this to the public server,
 # manual tests should be run and the git release tagged and pushed.
 # Adjust as needed.
-RELEASE_ARCHIVE_DIR  = wk at vigenere:tarballs/libgpg-error/
+RELEASE_ARCHIVE_DIR  = wk at vigenere:tarballs/libgcrypt/v1.8/
 # The key used to sign the released sources.  Adjust as needed.
 RELEASE_SIGNING_KEY  = D8692123C4065DEA5E0F3AB5249B39D24F25E3B6
 
diff --git a/NEWS b/NEWS
index a4c5e20..ff42ba2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Noteworthy changes in version 1.8.5 (unreleased)  [C22/A2/R5]
+------------------------------------------------
+
+ * Bug fixes:
+
+
+ Release-info: https://dev.gnupg.org/T
+
+
 Noteworthy changes in version 1.8.4 (2018-10-26)  [C22/A2/R4]
 ------------------------------------------------
 
diff --git a/configure.ac b/configure.ac
index ce11162..2d63448 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, [4])
+m4_define(mym4_version_micro, [5])
 
 # Below is m4 magic to extract and compute the revision number, the
 # decimalized short revision number, a beta version string, and a flag
@@ -50,13 +50,13 @@ m4_define([mym4_full_version],[mym4_version[]mym4_betastring])
 
 AC_INIT([libgcrypt],[mym4_full_version],[http://bugs.gnupg.org])
 
-# LT Version numbers, remember to change them just *before* a release.
+# LT Version numbers: In this branch we only change the revision.
 #   (Interfaces removed:    CURRENT++, AGE=0, REVISION=0)
 #   (Interfaces added:      CURRENT++, AGE++, REVISION=0)
 #   (No interfaces changed:                   REVISION++)
 LIBGCRYPT_LT_CURRENT=22
 LIBGCRYPT_LT_AGE=2
-LIBGCRYPT_LT_REVISION=4
+LIBGCRYPT_LT_REVISION=5
 
 
 # If the API is changed in an incompatible way: increment the next counter.

commit 93775172713c00c363187b5d6a88895b04ac7c8e
Author: Werner Koch <wk at gnupg.org>
Date:   Fri Oct 26 19:29:46 2018 +0200

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

diff --git a/NEWS b/NEWS
index b368d76..a4c5e20 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,25 @@
-Noteworthy changes in version 1.8.4 (unreleased)  [C22/A2/R4]
+Noteworthy changes in version 1.8.4 (2018-10-26)  [C22/A2/R4]
 ------------------------------------------------
 
+ * Bug fixes:
+
+   - Fix infinite loop due to applications using fork the wrong
+     way.  [#3491]
+
+   - Fix possible leak of a few bits of secret primes to pageable
+     memory.  [#3848]
+
+   - Fix possible hang in the RNG (1.8.3 only).  [#4034]
+
+   - Several minor fixes.  [#4102,#4208,#4209,#4210,#4211,#4212]
+
+ * Performance:
+
+   - On Linux always make use of getrandom if possible and then use
+     its /dev/urandom behaviour.  [#3894]
+
+ Release-info: https://dev.gnupg.org/T4234
+
 
 Noteworthy changes in version 1.8.3 (2018-06-13)  [C22/A2/R3]
 ------------------------------------------------
@@ -20,7 +39,7 @@ Noteworthy changes in version 1.8.3 (2018-06-13)  [C22/A2/R3]
 
    - Fix rare assertion failure in gcry_prime_check.
 
- Release info at <https://dev.gnupg.org/T4016>.
+ Release-info: https://dev.gnupg.org/T4016
 
 
 Noteworthy changes in version 1.8.2 (2017-12-13)  [C22/A2/R2]
diff --git a/README b/README
index 7ac8e4a..8a3f2aa 100644
--- a/README
+++ b/README
@@ -26,14 +26,10 @@
 
     The download canonical location for libgcrypt is:
 
-      ftp://ftp.gnupg.org/gcrypt/libgcrypt/
-    or
       https://gnupg.org/ftp/gcrypt/libgcrypt/
 
     To build libgcrypt you need libgpg-error:
 
-      ftp://ftp.gnupg.org/gcrypt/libgpg-error/
-    or
       https://gnupg.org/ftp/gcrypt/libgpg-error/
 
     You should get the latest versions of course.
@@ -193,6 +189,9 @@
     Build Problems
     --------------
 
+    If you have a problem with a a certain release, please first check
+    the Release-info URL given in the NEWS file.
+
     We can't check all assembler files, so if you have problems
     assembling them (or the program crashes) use --disable-asm with
     ./configure.  If you opt to delete individual replacement files in

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

Summary of changes:
 Makefile.am  |  2 +-
 NEWS         | 32 ++++++++++++++++++++++++++++++--
 README       |  7 +++----
 configure.ac |  6 +++---
 4 files changed, 37 insertions(+), 10 deletions(-)


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




More information about the Gnupg-commits mailing list