diff --git a/libgcrypt-1.7.3.tar.bz2 b/libgcrypt-1.7.3.tar.bz2 deleted file mode 100644 index 6243bb6..0000000 --- a/libgcrypt-1.7.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ddac6111077d0a1612247587be238c5294dd0ee4d76dc7ba783cc55fb0337071 -size 2861294 diff --git a/libgcrypt-1.7.3.tar.bz2.sig b/libgcrypt-1.7.3.tar.bz2.sig deleted file mode 100644 index 3c5d869..0000000 Binary files a/libgcrypt-1.7.3.tar.bz2.sig and /dev/null differ diff --git a/libgcrypt-1.7.5.tar.bz2 b/libgcrypt-1.7.5.tar.bz2 new file mode 100644 index 0000000..c334329 --- /dev/null +++ b/libgcrypt-1.7.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1fea4128beef2bb30a470af6bafabccc503ced350534fb9dd8f5a53ffbae800 +size 2883968 diff --git a/libgcrypt-1.7.5.tar.bz2.sig b/libgcrypt-1.7.5.tar.bz2.sig new file mode 100644 index 0000000..8123ade Binary files /dev/null and b/libgcrypt-1.7.5.tar.bz2.sig differ diff --git a/libgcrypt.changes b/libgcrypt.changes index fbf3ec1..9a2f045 100644 --- a/libgcrypt.changes +++ b/libgcrypt.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Thu Dec 15 10:32:18 UTC 2016 - astieger@suse.com + +- libgcrypt 1.7.5: + * Fix regression in mlock detection introduced with 1.7.4 + +------------------------------------------------------------------- +Tue Dec 13 12:20:47 UTC 2016 - astieger@suse.com + +- libgcrypt 1.7.4: + * ARMv8/AArch32 performance improvements for AES, GCM, SHA-256, + and SHA-1. + * Add ARMv8/AArch32 assembly implementation for Twofish and + Camellia. + * Add bulk processing implementation for ARMv8/AArch32. + * Add Stribog OIDs. + * Improve the DRBG performance and sync the code with the Linux + version. + * When secure memory is requested by the MPI functions or by + gcry_xmalloc_secure, they do not anymore lead to a fatal error + if the secure memory pool is used up. Instead new pools are + allocated as needed. These new pools are not protected against + being swapped out (mlock can't be used). Mitigation for + minor confidentiality issues is encryption swap space. + * Fix GOST 28147 CryptoPro-B S-box. + * Fix error code handling of mlock calls. + ------------------------------------------------------------------- Sat Aug 20 10:38:15 UTC 2016 - mpluskal,vcizek,astieger}@suse.com diff --git a/libgcrypt.spec b/libgcrypt.spec index 3460c38..6f6d052 100644 --- a/libgcrypt.spec +++ b/libgcrypt.spec @@ -19,10 +19,9 @@ %define build_hmac256 1 %define separate_hmac256_binary 0 %define libsoname %{name}20 -%define sosuffix 20.1.3 %define cavs_dir %{_libexecdir}/%{name}/cavs Name: libgcrypt -Version: 1.7.3 +Version: 1.7.5 Release: 0 Summary: The GNU Crypto Library License: GPL-2.0+ and LGPL-2.1+ and GPL-3.0+