libgcrypt-1.9.3-5

Related: rhbz#1990059
This commit is contained in:
Jakub Jelen 2021-10-12 14:45:10 +02:00
parent ca46048bb3
commit 6649066af0

View File

@ -1,6 +1,6 @@
Name: libgcrypt
Version: 1.9.3
Release: 4%{?dist}
Release: 5%{?dist}
URL: https://www.gnupg.org/
Source0: libgcrypt-%{version}-hobbled.tar.xz
# The original libgcrypt sources now contain potentially patented ECC
@ -213,6 +213,9 @@ install -m644 %{SOURCE7} $RPM_BUILD_ROOT/etc/gcrypt/random.conf
%license COPYING
%changelog
* Tue Oct 12 2021 Jakub Jelen <jjelen@redhat.com> - 1.9.3-5
- Allow HW optimizations in FIPS mode (#1990059)
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.9.3-4
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688