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 c9aaf04..0000000 Binary files a/libgcrypt-1.9.2.tar.bz2.sig and /dev/null differ 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 0000000..1839417 Binary files /dev/null and b/libgcrypt-1.9.3.tar.bz2.sig differ 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