From c47eb17c1df9172c77eddf576f77c1092164a3e9139cd4cea06cc473d54b9586 Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Tue, 20 Apr 2021 14:18:49 +0000 Subject: [PATCH] Accepting request 886925 from home:polslinux:branches:devel:libraries:c_c++ - libgcrypt 1.9.3: * Bug fixes: - Fix build problems on i386 using gcc-4.7. - Fix checksum calculation in OCB decryption for AES on s390. - Fix a regression in gcry_mpi_ec_add related to certain usages of curve 25519. - Fix a symbol not found problem on Apple M1. - Fix for Apple iOS getentropy peculiarity. - Make keygrip computation work for compressed points. * Performance: - Add x86_64 VAES/AVX2 accelerated implementation of Camellia. - Add x86_64 VAES/AVX2 accelerated implementation of AES. - Add VPMSUMD acceleration for GCM mode on PPC. * Internal changes. - Harden MPI conditional code against EM leakage. - Harden Elgamal by introducing exponent blinding. OBS-URL: https://build.opensuse.org/request/show/886925 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgcrypt?expand=0&rev=146 --- libgcrypt-1.9.2.tar.bz2 | 3 --- libgcrypt-1.9.2.tar.bz2.sig | Bin 119 -> 0 bytes libgcrypt-1.9.3.tar.bz2 | 3 +++ libgcrypt-1.9.3.tar.bz2.sig | Bin 0 -> 119 bytes libgcrypt.changes | 20 ++++++++++++++++++++ libgcrypt.spec | 2 +- 6 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 libgcrypt-1.9.2.tar.bz2 delete mode 100644 libgcrypt-1.9.2.tar.bz2.sig create mode 100644 libgcrypt-1.9.3.tar.bz2 create mode 100644 libgcrypt-1.9.3.tar.bz2.sig diff --git a/libgcrypt-1.9.2.tar.bz2 b/libgcrypt-1.9.2.tar.bz2 deleted file mode 100644 index 302267a..0000000 --- a/libgcrypt-1.9.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b2c10d091513b271e47177274607b1ffba3d95b188bbfa8797f948aec9053c5a -size 3206187 diff --git a/libgcrypt-1.9.2.tar.bz2.sig b/libgcrypt-1.9.2.tar.bz2.sig deleted file mode 100644 index c9aaf0400873cbf6f56711cdac60085a988e7387f84042a41a8c32d929e03cc4..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 119 zcmeAuWnmEGV2~A4WXWBXm$E!p!y#PSlPRcU`VKV*t6Qv02|AZT7`QkEU?PX_GyIQV zzKd^f{8k75Q=;WNWAD7VTWXb2#v}RuXZZCS=V!_5GBR9IXwFfeJ9l5$`8^8Z-yWaL V7Cn3*@8IvMD+~c@99ySw0sv#KGC2SM diff --git a/libgcrypt-1.9.3.tar.bz2 b/libgcrypt-1.9.3.tar.bz2 new file mode 100644 index 0000000..b81c975 --- /dev/null +++ b/libgcrypt-1.9.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97ebe4f94e2f7e35b752194ce15a0f3c66324e0ff6af26659bbfb5ff2ec328fd +size 3219061 diff --git a/libgcrypt-1.9.3.tar.bz2.sig b/libgcrypt-1.9.3.tar.bz2.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..183941743ab377cdc532d79a21a1da9cab369fe180be51d7088b35302da816a8 GIT binary patch literal 119 zcmeAuWnmEGV2~A4WXWBXm$E!p!y#PSlPRcU`VKV*t6Qv03AJz17`QkEU?QS=4F7!u zZj`DYj#FvXf1rBq*}h;QP9~|$^7n_rUwxe|x$oH&hJQA1-yghc@GHfqeUaVEay}*{ UMc0XCZvr3R*evY2Yi0R7Z3v;Y7A literal 0 HcmV?d00001 diff --git a/libgcrypt.changes b/libgcrypt.changes index 6dc13cf..f404859 100644 --- a/libgcrypt.changes +++ b/libgcrypt.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Tue Apr 20 08:46:11 UTC 2021 - Paolo Stivanin + +- libgcrypt 1.9.3: + * Bug fixes: + - Fix build problems on i386 using gcc-4.7. + - Fix checksum calculation in OCB decryption for AES on s390. + - Fix a regression in gcry_mpi_ec_add related to certain usages + of curve 25519. + - Fix a symbol not found problem on Apple M1. + - Fix for Apple iOS getentropy peculiarity. + - Make keygrip computation work for compressed points. + * Performance: + - Add x86_64 VAES/AVX2 accelerated implementation of Camellia. + - Add x86_64 VAES/AVX2 accelerated implementation of AES. + - Add VPMSUMD acceleration for GCM mode on PPC. + * Internal changes. + - Harden MPI conditional code against EM leakage. + - Harden Elgamal by introducing exponent blinding. + ------------------------------------------------------------------- Wed Feb 17 09:49:55 UTC 2021 - Andreas Stieger diff --git a/libgcrypt.spec b/libgcrypt.spec index fea0903..9fa1aa3 100644 --- a/libgcrypt.spec +++ b/libgcrypt.spec @@ -22,7 +22,7 @@ %define libsoname %{name}%{libsover} %define cavs_dir %{_libexecdir}/%{name}/cavs Name: libgcrypt -Version: 1.9.2 +Version: 1.9.3 Release: 0 Summary: The GNU Crypto Library License: GPL-2.0-or-later AND LGPL-2.1-or-later AND GPL-3.0-or-later