diff --git a/libgcrypt-1.6.0.tar.bz2 b/libgcrypt-1.6.0.tar.bz2 deleted file mode 100644 index c38d34f..0000000 --- a/libgcrypt-1.6.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:662d508600ad94cc334e665b7016137feedfcca5226998c65ddd56bdfca29708 -size 2499149 diff --git a/libgcrypt-1.6.0.tar.bz2.sig b/libgcrypt-1.6.0.tar.bz2.sig deleted file mode 100644 index ae69012..0000000 Binary files a/libgcrypt-1.6.0.tar.bz2.sig and /dev/null differ diff --git a/libgcrypt-1.6.1.tar.bz2 b/libgcrypt-1.6.1.tar.bz2 new file mode 100644 index 0000000..c3b1fca --- /dev/null +++ b/libgcrypt-1.6.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1c3efea69f8ffe769f488b300ce190eeeb0c30de24a53f1c1b6e4202fdc2070 +size 2470885 diff --git a/libgcrypt-1.6.1.tar.bz2.sig b/libgcrypt-1.6.1.tar.bz2.sig new file mode 100644 index 0000000..c0530c0 Binary files /dev/null and b/libgcrypt-1.6.1.tar.bz2.sig differ diff --git a/libgcrypt.changes b/libgcrypt.changes index 0a3e75c..48875b3 100644 --- a/libgcrypt.changes +++ b/libgcrypt.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Jan 29 18:40:49 UTC 2014 - andreas.stieger@gmx.de + +- libgcrypt 1.6.1, a bugfix release with the folloging fixes: + * Added emulation for broken Whirlpool code prior to 1.6.0. + * Improved performance of KDF functions. + * Improved ECDSA compliance. + * Fixed message digest lookup by OID (regression in 1.6.0). + * Fixed memory leaks in ECC code. + * Fixed some asm build problems and feature detection bugs. + * Interface changes relative to the 1.6.0 release: + GCRY_MD_FLAG_BUGEMU1 NEW (minor API change). + ------------------------------------------------------------------- Fri Jan 3 16:36:21 UTC 2014 - dmueller@suse.com diff --git a/libgcrypt.spec b/libgcrypt.spec index 4d5789b..4302898 100644 --- a/libgcrypt.spec +++ b/libgcrypt.spec @@ -20,11 +20,11 @@ %define separate_hmac256_binary 0 %define libsoname %{name}20 -%define sosuffix 20.0.0 +%define sosuffix 20.0.1 Name: libgcrypt Url: http://directory.fsf.org/wiki/Libgcrypt -Version: 1.6.0 +Version: 1.6.1 Release: 0 Summary: The GNU Crypto Library License: GPL-2.0+ and LGPL-2.1+ and GPL-3.0+