import crypto-policies-20211115-1.git70de135.el9

This commit is contained in:
CentOS Sources 2021-12-07 14:20:40 -05:00 committed by Stepan Oksanichenko
parent b1ba2e74f8
commit bf03693bbf
3 changed files with 17 additions and 5 deletions

View File

@ -1 +1 @@
b43fcd63ddf79f14686b4675809a9cee979c46d2 SOURCES/crypto-policies-git29f6c0b.tar.gz
52473a7552b94cbc3dac07e2668ea27db6c1fc65 SOURCES/crypto-policies-git70de135.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/crypto-policies-git29f6c0b.tar.gz
SOURCES/crypto-policies-git70de135.tar.gz

View File

@ -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 <asosedkin@redhat.com> - 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 <asosedkin@redhat.com> - 20210922-1.git6fb269b
- openssl: fix disabling ChaCha20
- update for pylint 2.11
* Tue Sep 14 2021 Alexander Sosedkin <asosedkin@redhat.com> - 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 <mboddu@redhat.com> - 20210707-2.git29f6c0b
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688