From 936c0664b3c4993f4494afde98ea222f564038f4 Mon Sep 17 00:00:00 2001 From: Dmitry Belyavskiy Date: Thu, 17 Oct 2024 17:11:29 +0200 Subject: [PATCH] Ship dummy(empty) openssl/engine.h Resolves: RHEL-58178 --- openssl.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/openssl.spec b/openssl.spec index 9aefbb8..22b98d7 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: 12%{?dist} +Release: 13%{?dist} Epoch: 1 Source: openssl-%{version}.tar.gz Source2: Makefile.certificate @@ -469,6 +469,8 @@ install -m644 %{SOURCE9} \ $RPM_BUILD_ROOT/%{_prefix}/include/openssl/configuration.h %endif ln -s /etc/crypto-policies/back-ends/openssl_fips.config $RPM_BUILD_ROOT%{_sysconfdir}/pki/tls/fips_local.cnf +rm -f $RPM_BUILD_ROOT/%{_prefix}/include/openssl/engine*.h +touch $RPM_BUILD_ROOT/%{_prefix}/include/openssl/engine.h %files %{!?_licensedir:%global license %%doc} @@ -505,7 +507,6 @@ ln -s /etc/crypto-policies/back-ends/openssl_fips.config $RPM_BUILD_ROOT%{_sysco %files devel %doc CHANGES.md doc/dir-locals.example.el doc/openssl-c-indent.el %{_prefix}/include/openssl -%exclude %{_prefix}/include/openssl/engine*.h %{_libdir}/*.so %{_mandir}/man3/* %exclude %{_mandir}/man3/ENGINE* @@ -526,6 +527,10 @@ ln -s /etc/crypto-policies/back-ends/openssl_fips.config $RPM_BUILD_ROOT%{_sysco %ldconfig_scriptlets libs %changelog +* Thu Oct 17 2024 Dmitry Belyavskiy - 1:3.2.2-13 +- Ship dummy(empty) openssl/engine.h + Resolves: RHEL-58178 + * Wed Sep 04 2024 Dmitry Belyavskiy - 1:3.2.2-12 - Fix CVE-2024-6119: Possible denial of service in X.509 name checks Resolves: RHEL-55303