From 611eb05395ef75bede48c72f6851fa963ba2d25c9ac28f55887502d9484c3c70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 15 Dec 2016 11:55:13 +0000 Subject: [PATCH] Accepting request 446365 from security:privacy libgcrypt 1.7.5 OBS-URL: https://build.opensuse.org/request/show/446365 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgcrypt?expand=0&rev=89 --- libgcrypt-1.7.3.tar.bz2 | 3 --- libgcrypt-1.7.3.tar.bz2.sig | Bin 287 -> 0 bytes libgcrypt-1.7.5.tar.bz2 | 3 +++ libgcrypt-1.7.5.tar.bz2.sig | Bin 0 -> 310 bytes libgcrypt.changes | 27 +++++++++++++++++++++++++++ libgcrypt.spec | 3 +-- 6 files changed, 31 insertions(+), 5 deletions(-) delete mode 100644 libgcrypt-1.7.3.tar.bz2 delete mode 100644 libgcrypt-1.7.3.tar.bz2.sig create mode 100644 libgcrypt-1.7.5.tar.bz2 create mode 100644 libgcrypt-1.7.5.tar.bz2.sig 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 3c5d869b68ac95e8633dace0dd7937b496e46f627301fd37d1ff7d1cdfc2123c..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 287 zcmV+)0pR|L0UQJX0SEvF1p-&JP@Mn@2@oWkInqxhy*2mfQFdC#ig$`}6Lf*YBn z&CB0eVu5{~;|s(^vRdl$YN(8OSy`#5-SK;yyDp2a#*<(ov=GsPd~Hy+*mwwJpqwPx znr(uUzuTi6bsPp6%3AZV6J6~fc{*Keu!1srI6 zzI>URv$#!7_>){wNXG+WbQ)i;C9nfXz+lTc1Y057)49Z@-zK~alV3;U@6L3kq~1cZ l2o@?CF8aQ0$5U1nE(n25G0#9 z(oZGhwyfm`{vmoVNsuTe8R*|GHSPqyfPR>~-YNg^{4qYESc=Aqw_-E+$BLt7WM5t+ z>V2KHR*?&1|6A0i1rB#L;K=gd*1JhBFS0r1Q`pymuay4BZPNU^!cx{MgV%Rmt*#Lr zF)udd0J_?2K_r~-!k6H;rEE-0hdde*T)_x_!Y!?A3?XVocyDY zG5ka!P05lcIj)~FHCG|KaYZRP)?#2Cd8^?WtM6tTHxx=3vvg)Nf?N|6OILVZ>P%i} z3bYZfl_1U2IJu(`-=2?awUu^q*7!W2$>W@jt}^jlEVIbtKRy;VJ>c_^30-R&WKR{9 I8gs*53!lc1UjP6A literal 0 HcmV?d00001 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+