libgcrypt-1.9.3-2

This commit is contained in:
Jakub Jelen 2021-04-28 09:12:52 +02:00
parent ca49edafdd
commit ecb230f861

View File

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