Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libgcrypt for openSUSE:Factory checked in at 2021-08-28 22:31:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libgcrypt (Old) and /work/SRC/openSUSE:Factory/.libgcrypt.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libgcrypt" Sat Aug 28 22:31:04 2021 rev:88 rq:913986 version:1.9.4 Changes: -------- --- /work/SRC/openSUSE:Factory/libgcrypt/libgcrypt.changes 2021-06-18 10:13:18.329956114 +0200 +++ /work/SRC/openSUSE:Factory/.libgcrypt.new.1899/libgcrypt.changes 2021-08-28 22:31:06.146104274 +0200 @@ -1,0 +2,25 @@ +Mon Aug 23 12:08:24 UTC 2021 - Pedro Monreal <pmonr...@suse.com> + +- Update to 1.9.4: + * Bug fixes: + - Fix Elgamal encryption for other implementations. [CVE-2021-33560] + - Fix alignment problem on macOS. + - Check the input length of the point in ECDH. + - Fix an abort in gcry_pk_get_param for "Curve25519". + * Other features: + - Add GCM and CCM to OID mapping table for AES. + * Upstream libgcrypt-CVE-2021-33560-fix-ElGamal-enc.patch + +------------------------------------------------------------------- +Mon Aug 23 10:11:55 UTC 2021 - Pedro Monreal <pmonr...@suse.com> + +- Remove not needed patch libgcrypt-sparcv9.diff + +------------------------------------------------------------------- +Thu Jul 15 12:53:45 UTC 2021 - Pedro Monreal <pmonr...@suse.com> + +- Fix building test t-lock with pthread. [bsc#1189745] + * Explicitly add -lpthread to compile the t-lock test. + * Add libgcrypt-pthread-in-t-lock-test.patch + +------------------------------------------------------------------- Old: ---- libgcrypt-1.9.3.tar.bz2 libgcrypt-1.9.3.tar.bz2.sig libgcrypt-CVE-2021-33560-fix-ElGamal-enc.patch libgcrypt-sparcv9.diff New: ---- libgcrypt-1.9.4.tar.bz2 libgcrypt-1.9.4.tar.bz2.sig libgcrypt-pthread-in-t-lock-test.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libgcrypt.spec ++++++ --- /var/tmp/diff_new_pack.mtClYx/_old 2021-08-28 22:31:07.750106057 +0200 +++ /var/tmp/diff_new_pack.mtClYx/_new 2021-08-28 22:31:07.750106057 +0200 @@ -22,7 +22,7 @@ %define libsoname %{name}%{libsover} %define cavs_dir %{_libexecdir}/%{name}/cavs Name: libgcrypt -Version: 1.9.3 +Version: 1.9.4 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 @@ -39,7 +39,6 @@ Source6: cavs_driver.pl Source99: libgcrypt.changes Patch1: libgcrypt-1.4.1-rijndael_no_strict_aliasing.patch -Patch2: libgcrypt-sparcv9.diff Patch3: libgcrypt-1.5.0-LIBGCRYPT_FORCE_FIPS_MODE-env.diff Patch4: libgcrypt-1.6.1-use-fipscheck.patch Patch5: libgcrypt-1.6.1-fips-cavs.patch @@ -76,8 +75,8 @@ Patch27: libgcrypt-PCT-DSA.patch Patch28: libgcrypt-PCT-ECC.patch Patch29: libgcrypt-fips_selftest_trigger_file.patch -#PATCH-FIX-UPSTREAM bsc#1187212 CVE-2021-33560 ElGamal encryption lacks exponent blinding -Patch30: libgcrypt-CVE-2021-33560-fix-ElGamal-enc.patch +#PATCH-FIX-SUSE bsc#1189745 The t-lock test is not build with phtread in gcc7, works in gcc11 +Patch30: libgcrypt-pthread-in-t-lock-test.patch BuildRequires: automake >= 1.14 BuildRequires: fipscheck BuildRequires: libgpg-error-devel >= 1.27 ++++++ libgcrypt-1.9.3.tar.bz2 -> libgcrypt-1.9.4.tar.bz2 ++++++ ++++ 3163 lines of diff (skipped) ++++++ libgcrypt-pthread-in-t-lock-test.patch ++++++ Index: libgcrypt-1.9.3/tests/Makefile.am =================================================================== --- libgcrypt-1.9.3.orig/tests/Makefile.am +++ libgcrypt-1.9.3/tests/Makefile.am @@ -74,7 +74,7 @@ prime_LDADD = $(standard_ldadd) @LDADD_F t_mpi_bit_LDADD = $(standard_ldadd) @LDADD_FOR_TESTS_KLUDGE@ t_secmem_LDADD = $(standard_ldadd) @LDADD_FOR_TESTS_KLUDGE@ testapi_LDADD = $(standard_ldadd) @LDADD_FOR_TESTS_KLUDGE@ -t_lock_LDADD = $(standard_ldadd) $(GPG_ERROR_MT_LIBS) @LDADD_FOR_TESTS_KLUDGE@ +t_lock_LDADD = $(standard_ldadd) $(GPG_ERROR_MT_LIBS) -lpthread @LDADD_FOR_TESTS_KLUDGE@ t_lock_CFLAGS = $(GPG_ERROR_MT_CFLAGS) testdrv_LDADD = $(LDADD_FOR_TESTS_KLUDGE)