libgcrypt-1.9.3-3

This commit is contained in:
Jakub Jelen 2021-06-15 13:35:35 +02:00
parent b67b214174
commit 0fd2314056

View File

@ -1,6 +1,6 @@
Name: libgcrypt
Version: 1.9.3
Release: 2%{?dist}
Release: 3%{?dist}
URL: https://www.gnupg.org/
Source0: libgcrypt-%{version}-hobbled.tar.xz
# The original libgcrypt sources now contain potentially patented ECC
@ -209,6 +209,9 @@ install -m644 %{SOURCE7} $RPM_BUILD_ROOT/etc/gcrypt/random.conf
%license COPYING
%changelog
* Tue Jun 15 2021 Jakub Jelen <jjelen@redhat.com> - 1.9.3-3
- Fix for CVE-2021-33560 (#1970098)
* Wed Apr 28 2021 Jakub Jelen <jjelen@redhat.com> - 1.9.3-2
- Restore the CET protection (#1954049)