[git] GCRYPT - branch, LIBGCRYPT-1-7-BRANCH, updated. libgcrypt-1.7.1-23-g62642c4

by Werner Koch cvs at cvs.gnupg.org
Thu Jul 14 11:39:02 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  62642c4be0653a94fdec0c0b1f9d38673250a156 (commit)
       via  be0bec7d9208b2f2d2ffce9cc2ca6154853e7e59 (commit)
      from  5a4cbc5256e493563eb82a9bb73f22fe4d413579 (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 62642c4be0653a94fdec0c0b1f9d38673250a156
Author: Werner Koch <wk at gnupg.org>
Date:   Thu Jul 14 11:36:40 2016 +0200

    Post release updates
    
    --

diff --git a/NEWS b/NEWS
index 9dc73f4..bca3e66 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Noteworthy changes in version 1.7.3 (unreleased)  [C21/A1/R_]
+------------------------------------------------
+
+
 Noteworthy changes in version 1.7.2 (2016-07-14)  [C21/A1/R2]
 ------------------------------------------------
 
diff --git a/configure.ac b/configure.ac
index 2933292..b116285 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, [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

commit be0bec7d9208b2f2d2ffce9cc2ca6154853e7e59
Author: Werner Koch <wk at gnupg.org>
Date:   Thu Jul 14 11:23:34 2016 +0200

    Release 1.7.2
    
    * configure.ac: Set LT version to C21/A1/R2.
    * Makefile.am (distcheck-hook): New.
    
    Signed-off-by: Werner Koch <wk at gnupg.org>

diff --git a/Makefile.am b/Makefile.am
index 2e7abc4..f946df2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -59,6 +59,21 @@ dist-hook: gen-ChangeLog
 	@set -e; \
 	echo "$(VERSION)" > $(distdir)/VERSION
 
+distcheck-hook:
+	set -e; ( \
+	pref="#+macro: $$(echo $(PACKAGE_NAME)|tr '-' '_')_" ;\
+	reldate="$$(date -u +%Y-%m-%d)" ;\
+        echo "$${pref}ver  $(PACKAGE_VERSION)"  ;\
+        echo "$${pref}date $${reldate}" ;\
+        list='$(DIST_ARCHIVES)'; for i in $$list; do \
+	  case "$$i" in *.tar.bz2) \
+            echo "$${pref}size $$(wc -c <$$i|awk '{print int($$1/1024)}')k" ;\
+	    echo "$${pref}sha1 $$(sha1sum <$$i|cut -d' ' -f1)" ;\
+	    echo "$${pref}sha2 $$(sha256sum <$$i|cut -d' ' -f1)" ;;\
+	  esac;\
+	done ) | tee $(distdir).swdb
+
+
 
 gen_start_date = 2011-12-01T14:00:00
 .PHONY: gen-ChangeLog
diff --git a/NEWS b/NEWS
index 498c9da..9dc73f4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Noteworthy changes in version 1.7.2 (unreleased)  [C21/A1/R_]
+Noteworthy changes in version 1.7.2 (2016-07-14)  [C21/A1/R2]
 ------------------------------------------------
 
  * Bug fixes:
@@ -9,11 +9,11 @@ Noteworthy changes in version 1.7.2 (unreleased)  [C21/A1/R_]
 
    - Remove debug message about unsupported getrandom syscall.
 
-   - Fix build problems related to AVX use
+   - Fix build problems related to AVX use.
 
    - Fix bus errors on ARM for Poly1305, ChaCha20, AES, and SHA-512.
 
- * Internal chnages:
+ * Internal changes:
 
    - Improved fatal error message for wrong use of gcry_md_read.
 
diff --git a/configure.ac b/configure.ac
index 80e64fa..2933292 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=1
+LIBGCRYPT_LT_REVISION=2
 
 
 # If the API is changed in an incompatible way: increment the next counter.

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

Summary of changes:
 Makefile.am  | 15 +++++++++++++++
 NEWS         | 10 +++++++---
 configure.ac |  4 ++--
 3 files changed, 24 insertions(+), 5 deletions(-)


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




More information about the Gnupg-commits mailing list