[git] GCRYPT - branch, LIBGCRYPT-1-6-BRANCH, updated. libgcrypt-1.6.4-9-g9294955

by Werner Koch cvs at cvs.gnupg.org
Tue Feb 9 11:41:08 CET 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-6-BRANCH has been updated
       via  929495541b6b737585a1ba620adbd2789b2cf65f (commit)
       via  92b33b9e3f016c83646f2e9360a403c853d48551 (commit)
      from  de7db12fa04016e12dffb2b678632f45eba15ec4 (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 929495541b6b737585a1ba620adbd2789b2cf65f
Author: Werner Koch <wk at gnupg.org>
Date:   Tue Feb 9 11:36:03 2016 +0100

    Post release updates
    
    --

diff --git a/NEWS b/NEWS
index 492344a..22ce582 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Noteworthy changes in version 1.6.6 (unreleased) [C20/A0/R_]
+------------------------------------------------
+
+
 Noteworthy changes in version 1.6.5 (2016-02-09) [C20/A0/R5]
 ------------------------------------------------
 
diff --git a/configure.ac b/configure.ac
index e271769..b58fd6b 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, [6])
-m4_define(mym4_version_micro, [5])
+m4_define(mym4_version_micro, [6])
 
 # Below is m4 magic to extract and compute the revision number, the
 # decimalized short revision number, a beta version string, and a flag

commit 92b33b9e3f016c83646f2e9360a403c853d48551
Author: Werner Koch <wk at gnupg.org>
Date:   Tue Feb 9 11:00:15 2016 +0100

    Release 1.6.5.
    
    * configure.ac: Set LT version to C20/A0/R5.
    
    Signed-off-by: Werner Koch <wk at gnupg.org>

diff --git a/AUTHORS b/AUTHORS
index 823b0d6..a8f62ce 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -17,7 +17,7 @@ year that would otherwise be listed individually.
 List of Copyright holders
 =========================
 
-  Copyright (C) 1989,1991-2015 Free Software Foundation, Inc.
+  Copyright (C) 1989,1991-2016 Free Software Foundation, Inc.
   Copyright (C) 1994 X Consortium
   Copyright (C) 1996 L. Peter Deutsch
   Copyright (C) 1997 Werner Koch
@@ -26,7 +26,7 @@ List of Copyright holders
   Copyright (C) 1996-2006 Peter Gutmann, Matt Thomlinson and Blake Coverett
   Copyright (C) 2003 Nikos Mavroyanopoulos
   Copyright (C) 2006-2007 NTT (Nippon Telegraph and Telephone Corporation)
-  Copyright (C) 2012-2015 g10 Code GmbH
+  Copyright (C) 2012-2016 g10 Code GmbH
   Copyright (C) 2012 Simon Josefsson, Niels Möller
   Copyright (c) 2012 Intel Corporation
   Copyright (C) 2013 Christian Grothoff
diff --git a/NEWS b/NEWS
index 25689ba..492344a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,12 @@
-Noteworthy changes in version 1.6.5 (unreleased) [C20/A0/R_]
+Noteworthy changes in version 1.6.5 (2016-02-09) [C20/A0/R5]
 ------------------------------------------------
 
+ * Mitigate side-channel attack on ECDH with Weierstrass curves
+   [CVE-2015-7511].  See http://www.cs.tau.ac.IL/~tromer/ecdh/ for
+   details.
+
+ * Fix build problem on Solaris.
+
 
 Noteworthy changes in version 1.6.4 (2015-09-08) [C20/A0/R4]
 ------------------------------------------------
@@ -887,7 +893,7 @@ Noteworthy changes in version 1.1.3 (2001-05-31)
 
 Copyright 2001, 2002, 2003, 2004, 2007, 2008,
           2009, 2011 Free Software Foundation, Inc.
-Copyright 2013 g10 Code GmbH
+Copyright 2013-2016 g10 Code GmbH
 
 This file is free software; as a special exception the author gives
 unlimited permission to copy and/or distribute it, with or without
diff --git a/README b/README
index 53894e0..18fb0f2 100644
--- a/README
+++ b/README
@@ -2,8 +2,8 @@
 		   ------------------------------------
                              Version 1.6
 
-       Copyright (C) 1989,1991-2015 Free Software Foundation, Inc.
-       Copyright (C) 2012-2015 g10 Code GmbH
+       Copyright (C) 1989,1991-2016 Free Software Foundation, Inc.
+       Copyright (C) 2012-2016 g10 Code GmbH
        Copyright (C) 2013-2015 Jussi Kivilinna
 
     Libgcrypt is free software.  See the file AUTHORS for full copying
diff --git a/compat/compat.c b/compat/compat.c
index 2389961..0922cda 100644
--- a/compat/compat.c
+++ b/compat/compat.c
@@ -30,8 +30,8 @@ _gcry_compat_identification (void)
   static const char blurb[] =
     "\n\n"
     "This is Libgcrypt " PACKAGE_VERSION " - The GNU Crypto Library\n"
-    "Copyright (C) 2000-2015 Free Software Foundation, Inc.\n"
-    "Copyright (C) 2012-2015 g10 Code GmbH\n"
+    "Copyright (C) 2000-2016 Free Software Foundation, Inc.\n"
+    "Copyright (C) 2012-2016 g10 Code GmbH\n"
     "Copyright (C) 2013-2015 Jussi Kivilinna\n"
     "(See the source code for a complete list)\n"
     "\n"
diff --git a/configure.ac b/configure.ac
index eb1ba34..e271769 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=20
 LIBGCRYPT_LT_AGE=0
-LIBGCRYPT_LT_REVISION=4
+LIBGCRYPT_LT_REVISION=5
 
 
 # If the API is changed in an incompatible way: increment the next counter.
diff --git a/src/versioninfo.rc.in b/src/versioninfo.rc.in
index 3199521..1adb4e9 100644
--- a/src/versioninfo.rc.in
+++ b/src/versioninfo.rc.in
@@ -39,7 +39,7 @@ BEGIN
             VALUE "FileDescription", "Libgcrypt - The GNU Crypto Library\0"
             VALUE "FileVersion", "@LIBGCRYPT_LT_CURRENT at .@LIBGCRYPT_LT_AGE at .@LIBGCRYPT_LT_REVISION at .@BUILD_REVISION@\0"
             VALUE "InternalName", "libgcrypt\0"
-            VALUE "LegalCopyright", "Copyright © 2012 Free Software Foundation, Inc.\0"
+            VALUE "LegalCopyright", "Copyright © 2016 Free Software Foundation, Inc.\0"
             VALUE "LegalTrademarks", "\0"
             VALUE "OriginalFilename", "libgcrypt.dll\0"
             VALUE "PrivateBuild", "\0"

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

Summary of changes:
 AUTHORS               |  4 ++--
 NEWS                  | 14 ++++++++++++--
 README                |  4 ++--
 compat/compat.c       |  4 ++--
 configure.ac          |  4 ++--
 src/versioninfo.rc.in |  2 +-
 6 files changed, 21 insertions(+), 11 deletions(-)


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




More information about the Gnupg-commits mailing list