diff --git a/.crypto-policies.metadata b/.crypto-policies.metadata index 02f0e19..8ad9cf7 100644 --- a/.crypto-policies.metadata +++ b/.crypto-policies.metadata @@ -1 +1 @@ -b43fcd63ddf79f14686b4675809a9cee979c46d2 SOURCES/crypto-policies-git29f6c0b.tar.gz +52473a7552b94cbc3dac07e2668ea27db6c1fc65 SOURCES/crypto-policies-git70de135.tar.gz diff --git a/.gitignore b/.gitignore index 9b698ca..422a19d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/crypto-policies-git29f6c0b.tar.gz +SOURCES/crypto-policies-git70de135.tar.gz diff --git a/SPECS/crypto-policies.spec b/SPECS/crypto-policies.spec index ad61eeb..0135bac 100644 --- a/SPECS/crypto-policies.spec +++ b/SPECS/crypto-policies.spec @@ -1,12 +1,12 @@ -%global git_date 20210707 -%global git_commit 29f6c0bcee409d498574c094bc43f044caa98ab9 +%global git_date 20211115 +%global git_commit 70de13531a7d17db062ac980ef6a7b521782f2fd %{?git_commit:%global git_commit_hash %(c=%{git_commit}; echo ${c:0:7})} %global _python_bytecompile_extra 0 Name: crypto-policies Version: %{git_date} -Release: 2.git%{git_commit_hash}%{?dist} +Release: 1.git%{git_commit_hash}%{?dist} Summary: System-wide crypto policies License: LGPLv2+ @@ -186,6 +186,18 @@ end %{_mandir}/man8/fips-finish-install.8* %changelog +* Mon Nov 15 2021 Alexander Sosedkin - 20211115-1.git70de135 +- OSPP: relax -ECDSA-SHA2-512, -FFDHE-* +- fips-mode-setup, fips-finish-install: call zipl more often (s390x-specific) + +* Wed Sep 22 2021 Alexander Sosedkin - 20210922-1.git6fb269b +- openssl: fix disabling ChaCha20 +- update for pylint 2.11 + +* Tue Sep 14 2021 Alexander Sosedkin - 20210914-1.git97d08ef +- gnutls: reorder ECDSA-SECPMMMR1-SHANNN together with ECDSA-SHANNN +- fix several issues with update-crypto-policies --check + * Mon Aug 09 2021 Mohan Boddu - 20210707-2.git29f6c0b - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688