From d3adcfd5d04c465603734db95eb2ed7ca4524378 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Mon, 2 Dec 2024 09:40:19 +0300 Subject: [PATCH] import crypto-policies-20241128-1.git0dd441c.el10 --- .crypto-policies.metadata | 2 +- .gitignore | 2 +- SPECS/crypto-policies.spec | 18 ++++++++++++++---- 3 files changed, 16 insertions(+), 6 deletions(-) diff --git a/.crypto-policies.metadata b/.crypto-policies.metadata index cf3f1a9..cf7547a 100644 --- a/.crypto-policies.metadata +++ b/.crypto-policies.metadata @@ -1 +1 @@ -396b36b6eeb89a6bbf532110a65e030a2a5f990d SOURCES/crypto-policies-git7073416.tar.gz +8e268add24ed28d75f5c0a80a943b96aabcc6ed5 SOURCES/crypto-policies-git0dd441c.tar.gz diff --git a/.gitignore b/.gitignore index fed05db..d267df9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/crypto-policies-git7073416.tar.gz +SOURCES/crypto-policies-git0dd441c.tar.gz diff --git a/SPECS/crypto-policies.spec b/SPECS/crypto-policies.spec index e0cf6e4..9140ac9 100644 --- a/SPECS/crypto-policies.spec +++ b/SPECS/crypto-policies.spec @@ -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 - 20241128-1.git0dd441c +- openssl: add TLS 1.3 Brainpool identifiers + +* Tue Nov 26 2024 Alexander Sosedkin - 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 - 20241106-2.git7073416 - fips-mode-setup: Remove Resolves: RHEL-65652