From ed96a78f46e9c3ed6ba5a82612f9ada56932b6c1d3aa8fa41d6ed297fe8f6849 Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Wed, 17 Feb 2021 10:20:09 +0000 Subject: [PATCH] Accepting request 873060 from home:AndreasStieger:branches:devel:libraries:c_c++ libgcrypt 1.9.2 OBS-URL: https://build.opensuse.org/request/show/873060 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgcrypt?expand=0&rev=144 --- libgcrypt-1.9.1.tar.bz2 | 3 --- libgcrypt-1.9.1.tar.bz2.sig | Bin 119 -> 0 bytes libgcrypt-1.9.2.tar.bz2 | 3 +++ libgcrypt-1.9.2.tar.bz2.sig | Bin 0 -> 119 bytes libgcrypt.changes | 12 ++++++++++++ libgcrypt.spec | 9 +-------- 6 files changed, 16 insertions(+), 11 deletions(-) delete mode 100644 libgcrypt-1.9.1.tar.bz2 delete mode 100644 libgcrypt-1.9.1.tar.bz2.sig create mode 100644 libgcrypt-1.9.2.tar.bz2 create mode 100644 libgcrypt-1.9.2.tar.bz2.sig diff --git a/libgcrypt-1.9.1.tar.bz2 b/libgcrypt-1.9.1.tar.bz2 deleted file mode 100644 index b02a8f2..0000000 --- a/libgcrypt-1.9.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c5a67a8b9b2bd370fb415ed1ee31c7172e5683076493cf4a3678a0fbdf0265d9 -size 3202683 diff --git a/libgcrypt-1.9.1.tar.bz2.sig b/libgcrypt-1.9.1.tar.bz2.sig deleted file mode 100644 index 1b487e787e48fed75b5c057c17c702eb8492475af8d35430fba82130e0b241c8..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 119 zcmeAuWnmEGV2~A4WXWBXm$E!p!y#PSlPRcU`VKV*t6Qv03Bvb;7`QkEU?RUyF*0nq zC7K#7k$7a%0-oN@E0V9?TDiccNn?KS*+`=gzxNkhX82z>jcaaBxVLWv-|MqNYyUiW Vr%-dY%H_t1&HKaxgG=@?0{|_tGE@Kn diff --git a/libgcrypt-1.9.2.tar.bz2 b/libgcrypt-1.9.2.tar.bz2 new file mode 100644 index 0000000..302267a --- /dev/null +++ b/libgcrypt-1.9.2.tar.bz2 @@ -0,0 +1,3 @@ +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 new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..c9aaf0400873cbf6f56711cdac60085a988e7387f84042a41a8c32d929e03cc4 GIT binary patch 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 literal 0 HcmV?d00001 diff --git a/libgcrypt.changes b/libgcrypt.changes index 7215d39..6dc13cf 100644 --- a/libgcrypt.changes +++ b/libgcrypt.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Feb 17 09:49:55 UTC 2021 - Andreas Stieger + +- libgcrypt 1.9.2: + * Fix building with --disable-asm on x86 + * Check public key for ECDSA verify operation + * Make sure gcry_get_config (NULL) returns a nul-terminated + string + * Fix a memory leak in the ECDH code + * Fix a reading beyond end of input buffer in SHA2-avx2 +- remove obsolete texinfo packaging macros + ------------------------------------------------------------------- Tue Feb 2 01:06:47 UTC 2021 - Pedro Monreal diff --git a/libgcrypt.spec b/libgcrypt.spec index 7166103..fea0903 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.1 +Version: 1.9.2 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 @@ -117,7 +117,6 @@ Group: Development/Libraries/C and C++ Requires: %{libsoname} = %{version} Requires: glibc-devel Requires: libgpg-error-devel >= 1.27 -Requires(post): %{install_info_prereq} %description devel Libgcrypt is a general purpose library of cryptographic building @@ -145,7 +144,6 @@ License: GPL-2.0-or-later AND LGPL-2.1-or-later Group: Development/Libraries/C and C++ Requires: %{libsoname} = %{version} Requires: libgpg-error-devel >= 1.27 -Requires(post): %{install_info_prereq} %description hmac256 Libgcrypt is a general purpose library of cryptographic building @@ -217,11 +215,6 @@ install -m 644 %{SOURCE7} %{buildroot}%{_sysconfdir}/gcrypt/random.conf %post -n %{libsoname} -p /sbin/ldconfig %postun -n %{libsoname} -p /sbin/ldconfig -%post devel -%install_info --info-dir=%{_infodir} %{_infodir}/gcrypt.info.gz - -%preun devel -%install_info_delete --info-dir=%{_infodir} %{_infodir}/gcrypt.info.gz %files -n %{libsoname} %license COPYING.LIB