[git] GCRYPT - branch, LIBGCRYPT-1-7-BRANCH, updated. libgcrypt-1.7.0-23-gfa917d2

by Werner Koch cvs at cvs.gnupg.org
Wed Jun 15 09:53:16 CEST 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-7-BRANCH has been updated
       via  fa917d2e24b0c98143a079ab4889ad8f69bee446 (commit)
       via  48aa6d6602564d6ba0cef10cf08f9fb0c59b3223 (commit)
       via  33b6637a56231f66792fb66ff30a0c4145bfac68 (commit)
       via  c3173bbe3f1a9c73f81a538dd49ccfa0447bfcdc (commit)
       via  131b4f0634cee0e5c47d2250c59f51127b10f7b3 (commit)
       via  e13a6a1ba53127af602713d0c2aaa85c94b3cd7e (commit)
       via  ef6e4d004b10f5740bcd2125fb70e199dd21e3e8 (commit)
       via  82df6c63a72fdd969c3923523f10d0cef5713ac7 (commit)
       via  4121f15122501d8946f1589b303d1f7949c15e30 (commit)
       via  3e8074ecd3a534e8bd7f11cf17f0b22d252584c8 (commit)
       via  eb6427c3b5993d62e0527b8a08b23a219824b965 (commit)
       via  c7430aa752232aa690c5d8f16575a345442ad8d7 (commit)
       via  ee5a32226a7ca4ab067864e06623fc11a1768900 (commit)
       via  4545372c0f8dd35aef2a7abc12b588ed1a4a0363 (commit)
      from  6cc2100c00a65dff07b095dea7b32cb5c5cd96d4 (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 fa917d2e24b0c98143a079ab4889ad8f69bee446
Author: Werner Koch <wk at gnupg.org>
Date:   Wed Jun 15 09:50:31 2016 +0200

    Post release updates
    
    --

diff --git a/NEWS b/NEWS
index e0113fc..be5e084 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Noteworthy changes in version 1.7.2 (unreleased)  [C21/A1/R_]
+------------------------------------------------
+
+
 Noteworthy changes in version 1.7.1 (2016-06-15)  [C21/A1/R1]
 ------------------------------------------------
 
diff --git a/configure.ac b/configure.ac
index d0c7f9c..80e64fa 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, [1])
+m4_define(mym4_version_micro, [2])
 
 # Below is m4 magic to extract and compute the revision number, the
 # decimalized short revision number, a beta version string, and a flag

commit 48aa6d6602564d6ba0cef10cf08f9fb0c59b3223
Author: Werner Koch <wk at gnupg.org>
Date:   Wed Jun 15 09:34:02 2016 +0200

    Release 1.7.1

diff --git a/NEWS b/NEWS
index 777c1e5..e0113fc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,24 @@
-Noteworthy changes in version 1.7.1 (unreleased)  [C21/A1/R_]
+Noteworthy changes in version 1.7.1 (2016-06-15)  [C21/A1/R1]
 ------------------------------------------------
 
+ * Bug fixes:
+
+   - Fix ecc_verify for cofactor support.
+
+   - Fix portability bug when using gcc with Solaris 9 SPARC.
+
+   - Build fix for OpenBSD/amd64
+
+   - Add OIDs to the Serpent ciphers.
+
+ * Internal changes:
+
+   - Use getrandom system call on Linux if available.
+
+   - Blinding is now also used for RSA signature creation.
+
+   - Changed names of debug envvars
+
 
 Noteworthy changes in version 1.7.0 (2016-04-15)  [C21/A1/R0]
 ------------------------------------------------
diff --git a/README b/README
index f9f49b5..1148a24 100644
--- a/README
+++ b/README
@@ -27,10 +27,14 @@
     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.
 
diff --git a/configure.ac b/configure.ac
index ad0f64d..d0c7f9c 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=0
+LIBGCRYPT_LT_REVISION=1
 
 
 # If the API is changed in an incompatible way: increment the next counter.

commit 33b6637a56231f66792fb66ff30a0c4145bfac68
Merge: 6cc2100 c3173bb
Author: Werner Koch <wk at gnupg.org>
Date:   Wed Jun 15 09:24:02 2016 +0200

    Merge branch 'master' into LIBGCRYPT-1-7-BRANCH
    
    --


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

Summary of changes:
 AUTHORS          |  3 ++
 NEWS             | 24 +++++++++++++++-
 README           |  4 +++
 configure.ac     |  4 +--
 doc/gcrypt.texi  | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 random/rndunix.c |  4 +--
 random/rndw32.c  |  2 +-
 7 files changed, 116 insertions(+), 8 deletions(-)


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




More information about the Gnupg-commits mailing list