From 979f6ecb703a47d91736c9dd4fb47e3e9024ecb8 Mon Sep 17 00:00:00 2001 From: Dmitry Belyavskiy Date: Thu, 5 Sep 2024 10:38:14 +0200 Subject: [PATCH] Rebuild Related: RHEL-55339 --- openssl.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/openssl.spec b/openssl.spec index 7541830..32a20f8 100644 --- a/openssl.spec +++ b/openssl.spec @@ -29,7 +29,7 @@ print(string.sub(hash, 0, 16)) Summary: Utilities from the general purpose cryptography library with TLS implementation Name: openssl Version: 3.2.2 -Release: 5%{?dist} +Release: 6%{?dist} Epoch: 1 # We have to remove certain patented algorithms from the openssl source # tarball with the hobble-openssl script which is included below. @@ -510,6 +510,10 @@ ln -s /etc/crypto-policies/back-ends/openssl_fips.config $RPM_BUILD_ROOT%{_sysco %ldconfig_scriptlets libs %changelog +* Thu Sep 05 2024 Dmitry Belyavskiy - 1:3.2.2-6 +- rebuilt + Related: RHEL-55339 + * Wed Sep 04 2024 Dmitry Belyavskiy - 1:3.2.2-5 - Fix CVE-2024-6119: Possible denial of service in X.509 name checks Resolves: RHEL-55339