import crypto-policies-20241128-1.git0dd441c.el10

cs10 imports/cs10/crypto-policies-20241128-1.git0dd441c.el10
MSVSphere Packaging Team 4 weeks ago
parent 83c7eaca35
commit d3adcfd5d0
Signed by: sys_gitsync
GPG Key ID: B2B0B9F29E528FE8

@ -1 +1 @@
396b36b6eeb89a6bbf532110a65e030a2a5f990d SOURCES/crypto-policies-git7073416.tar.gz 8e268add24ed28d75f5c0a80a943b96aabcc6ed5 SOURCES/crypto-policies-git0dd441c.tar.gz

2
.gitignore vendored

@ -1 +1 @@
SOURCES/crypto-policies-git7073416.tar.gz SOURCES/crypto-policies-git0dd441c.tar.gz

@ -1,12 +1,12 @@
%global git_date 20241106 %global git_date 20241128
%global git_commit 707341621f4d484685aa51cc71d2f73e9e7141ff %global git_commit 0dd441c83c4c341157aab87cc23c04d4eed2c251
%{?git_commit:%global git_commit_hash %(c=%{git_commit}; echo ${c:0:7})} %{?git_commit:%global git_commit_hash %(c=%{git_commit}; echo ${c:0:7})}
%global _python_bytecompile_extra 0 %global _python_bytecompile_extra 0
Name: crypto-policies Name: crypto-policies
Version: %{git_date} Version: %{git_date}
Release: 2.git%{git_commit_hash}%{?dist} Release: 1.git%{git_commit_hash}%{?dist}
Summary: System-wide crypto policies Summary: System-wide crypto policies
License: LGPL-2.1-or-later License: LGPL-2.1-or-later
@ -175,7 +175,7 @@ if [ $1 == 2 ]; then # upgrade
fi fi
fi fi
# Drop removed javasystem backend; can be dropped in 11 # 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 exit 0
%posttrans scripts %posttrans scripts
@ -252,6 +252,16 @@ exit 0
%changelog %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 * Wed Nov 06 2024 Clemens Lang <cllang@redhat.com> - 20241106-2.git7073416
- fips-mode-setup: Remove - fips-mode-setup: Remove
Resolves: RHEL-65652 Resolves: RHEL-65652

Loading…
Cancel
Save