[git] GCRYPT - branch, LIBGCRYPT-1-5-BRANCH, updated. libgcrypt-1.5.1-16-g0c528af

by Werner Koch cvs at cvs.gnupg.org
Thu Apr 18 17:53:58 CEST 2013


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-5-BRANCH has been updated
       via  0c528aff1b28f0a317ae94675228c04db7a832da (commit)
       via  8bfe337b5a3294124ea86a6f5c722eaa9bace998 (commit)
       via  85721d6865ad5d23fa063c72a0f3946bf51f2d74 (commit)
       via  55f3f9ee097ae0fe3242bdb0e9178bc40753f78e (commit)
       via  411e6ef17db4d5105e1d02d37759793a9dc87c32 (commit)
      from  f1f016855418aae561ede4472590d45a24ab4476 (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 0c528aff1b28f0a317ae94675228c04db7a832da
Author: Werner Koch <wk at gnupg.org>
Date:   Thu Apr 18 14:40:43 2013 +0200

    Post release updates.
    
    --

diff --git a/NEWS b/NEWS
index 1ab0d89..8abe6fe 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Noteworthy changes in version 1.5.3 (unreleased)
+------------------------------------------------
+
+
 Noteworthy changes in version 1.5.2 (2013-04-18)
 ------------------------------------------------
 
diff --git a/configure.ac b/configure.ac
index 37d11b1..e631c94 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,7 +30,7 @@ min_automake_version="1.11"
 # for the LT versions.
 m4_define(mym4_version_major, [1])
 m4_define(mym4_version_minor, [5])
-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
diff --git a/doc/announce.txt b/doc/announce.txt
index 0552b0f..56dfdf6 100644
--- a/doc/announce.txt
+++ b/doc/announce.txt
@@ -5,55 +5,46 @@ Cc: gcrypt-devel at gnupg.org
 Hello!
 
 The GNU project is pleased to announce the availability of Libgcrypt
-version 1.5.1.  This is a maintenance release for the stable branch.
+version 1.5.2.  This is a maintenance release for the stable branch.
 
 Libgcrypt is a general purpose library of cryptographic building
 blocks.  It is originally based on code used by GnuPG.  It does not
 provide any implementation of OpenPGP or other protocols.  Thorough
 understanding of applied cryptography is required to use Libgcrypt.
 
-Noteworthy changes in version 1.5.1:
+Noteworthy changes in version 1.5.2:
 
- * Allow empty passphrase with PBKDF2.
+ * Added support for IDEA.
 
- * Do not abort on an invalid algorithm number in
-   gcry_cipher_get_algo_keylen and gcry_cipher_get_algo_blklen.
+ * Made the Padlock code work again (regression since 1.5.0).
 
- * Fixed some Valgrind warnings.
+ * Fixed alignment problems for Serpent.
 
- * Fixed a problem with select and high fd numbers.
-
- * Improved the build system
-
- * Various minor bug fixes.
-
- * Interface changes relative to the 1.5.0 release:
- GCRYCTL_SET_ENFORCED_FIPS_FLAG         NEW.
- GCRYPT_VERSION_NUMBER                  NEW.
+ * Fixed two bugs in ECC computations.
 
 
 Source code is hosted at the GnuPG FTP server and its mirrors as
 listed at http://www.gnupg.org/download/mirrors.html .  On the primary
 server the source file and its digital signatures is:
 
- ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.5.1.tar.bz2 (1.5M)
- ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.5.1.tar.bz2.sig
+ ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.5.2.tar.bz2 (1.5M)
+ ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.5.2.tar.bz2.sig
 
 This file is bzip2 compressed.  A gzip compressed version is also
 available:
 
- ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.5.1.tar.gz (1.7M)
- ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.5.1.tar.gz.sig
+ ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.5.2.tar.gz (1.8M)
+ ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.5.2.tar.gz.sig
 
-Alternativley you may upgrade version 1.5.0 using this patch file:
+Alternativley you may upgrade version 1.5.1 using this patch file:
 
- ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.5.0-1.5.1.diff.bz2 (255k)
+ ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.5.1-1.5.2.diff.bz2 (12k)
 
 The SHA-1 checksums are:
 
-8b60a26b7eae1a727d58932d6b1efeb5716648ed  libgcrypt-1.5.1.tar.bz2
-f1ab9ce6ac8c7370d455c77c96b36bf18e2d9c95  libgcrypt-1.5.1.tar.gz
-e1b2f59a8771e8a0358dbd9a8eaa3250015cf49e  libgcrypt-1.5.0-1.5.1.diff.bz2
+c9998383532ba3e8bcaf690f2f0d65e814b48d2f  libgcrypt-1.5.2.tar.bz2
+fb54bfea3e276a366009c5a6296eb83cf5e7c14b  libgcrypt-1.5.2.tar.gz
+086ac76cf91987f66666872cc7d5d5d33c68967e  libgcrypt-1.5.1-1.5.2.diff.bz2
 
 
 For help on developing with Libgcrypt you should read the included

commit 8bfe337b5a3294124ea86a6f5c722eaa9bace998
Author: Werner Koch <wk at gnupg.org>
Date:   Thu Apr 18 14:40:43 2013 +0200

    Release 1.5.2.

commit 85721d6865ad5d23fa063c72a0f3946bf51f2d74
Author: Werner Koch <wk at gnupg.org>
Date:   Thu Apr 18 14:40:43 2013 +0200

    Prepare the next release.
    
    --

diff --git a/NEWS b/NEWS
index c4f32e7..1ab0d89 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,14 @@
-Noteworthy changes in version 1.5.2 (unreleased)
+Noteworthy changes in version 1.5.2 (2013-04-18)
 ------------------------------------------------
 
+ * Added support for IDEA.
+
+ * Made the Padlock code work again (regression since 1.5.0).
+
+ * Fixed alignment problems for Serpent.
+
+ * Fixed two bugs in ECC computations.
+
 
 Noteworthy changes in version 1.5.1 (2013-03-18)
 ------------------------------------------------

commit 55f3f9ee097ae0fe3242bdb0e9178bc40753f78e
Author: Werner Koch <wk at gnupg.org>
Date:   Thu Apr 18 14:40:43 2013 +0200

    Update LT version for the next release.
    
    * configure.ac: Set LT version to C19/A8/R1.

diff --git a/configure.ac b/configure.ac
index 0bcc8ae..37d11b1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -59,7 +59,7 @@ AC_INIT([libgcrypt],[mym4_full_version],[http://bugs.gnupg.org])
 #
 LIBGCRYPT_LT_CURRENT=19
 LIBGCRYPT_LT_AGE=8
-LIBGCRYPT_LT_REVISION=0
+LIBGCRYPT_LT_REVISION=1
 
 
 # If the API is changed in an incompatible way: increment the next counter.

commit 411e6ef17db4d5105e1d02d37759793a9dc87c32
Author: Werner Koch <wk at gnupg.org>
Date:   Thu Apr 18 14:40:43 2013 +0200

    mpi: Yet another fix to get option flag munging right.
    
    * cipher/Makefile.am (o_flag_munging): Yet another fix.
    --
    
    (cherry picked from commit 03557687a09b9c8878c77cbfdd0f5049940c72da)

diff --git a/cipher/Makefile.am b/cipher/Makefile.am
index 1109c9d..76cdc96 100644
--- a/cipher/Makefile.am
+++ b/cipher/Makefile.am
@@ -69,7 +69,7 @@ rfc2268.c \
 camellia.c camellia.h camellia-glue.c
 
 if ENABLE_O_FLAG_MUNGING
-o_flag_munging = sed -e 's/-O([2-9s]|fast)*/-O1/g'
+o_flag_munging = sed -e 's/-O\([2-9s][2-9s]*\)/-O1/' -e 's/-Ofast/-O1/g'
 else
 o_flag_munging = cat
 endif

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

Summary of changes:
 NEWS               |   14 +++++++++++++-
 cipher/Makefile.am |    2 +-
 configure.ac       |    4 ++--
 doc/announce.txt   |   39 +++++++++++++++------------------------
 4 files changed, 31 insertions(+), 28 deletions(-)


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




More information about the Gnupg-commits mailing list