|
|
|
@ -1,12 +1,12 @@
|
|
|
|
|
%global git_date 20241106
|
|
|
|
|
%global git_commit 707341621f4d484685aa51cc71d2f73e9e7141ff
|
|
|
|
|
%global git_date 20241128
|
|
|
|
|
%global git_commit 0dd441c83c4c341157aab87cc23c04d4eed2c251
|
|
|
|
|
%{?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: LGPL-2.1-or-later
|
|
|
|
@ -175,7 +175,7 @@ if [ $1 == 2 ]; then # upgrade
|
|
|
|
|
fi
|
|
|
|
|
fi
|
|
|
|
|
# Drop removed javasystem backend; can be dropped in 11
|
|
|
|
|
rm -f "%{_sysconfdir}/crypto-policies/back-ends/javasystem.config" || :
|
|
|
|
|
rm -f "%{_sysconfdir}/crypto-policies/back-ends/javasystem.config" 2>/dev/null || :
|
|
|
|
|
exit 0
|
|
|
|
|
|
|
|
|
|
%posttrans scripts
|
|
|
|
@ -252,6 +252,16 @@ exit 0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Nov 28 2024 Alexander Sosedkin <asosedkin@redhat.com> - 20241128-1.git0dd441c
|
|
|
|
|
- openssl: add TLS 1.3 Brainpool identifiers
|
|
|
|
|
|
|
|
|
|
* Tue Nov 26 2024 Alexander Sosedkin <asosedkin@redhat.com> - 20241126-1.gitd63f008
|
|
|
|
|
- alg_lists: mark MLKEM768 kex experimental
|
|
|
|
|
- openssh, libssh: refactor kx maps to use tuples
|
|
|
|
|
- openssh: map mlkem768x25519-sha256 to KEM-ECDH & MLKEM768-X25519 & SHA2-256
|
|
|
|
|
- update-crypto-policies: skip warning on --set=FIPS if bootc
|
|
|
|
|
- update-crypto-policies: don't output FIPS warning in fips mode
|
|
|
|
|
|
|
|
|
|
* Wed Nov 06 2024 Clemens Lang <cllang@redhat.com> - 20241106-2.git7073416
|
|
|
|
|
- fips-mode-setup: Remove
|
|
|
|
|
Resolves: RHEL-65652
|
|
|
|
|