Ship dummy(empty) openssl/engine.h
Resolves: RHEL-58178
This commit is contained in:
parent
edf5bf79a4
commit
936c0664b3
@ -29,7 +29,7 @@ print(string.sub(hash, 0, 16))
|
|||||||
Summary: Utilities from the general purpose cryptography library with TLS implementation
|
Summary: Utilities from the general purpose cryptography library with TLS implementation
|
||||||
Name: openssl
|
Name: openssl
|
||||||
Version: 3.2.2
|
Version: 3.2.2
|
||||||
Release: 12%{?dist}
|
Release: 13%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Source: openssl-%{version}.tar.gz
|
Source: openssl-%{version}.tar.gz
|
||||||
Source2: Makefile.certificate
|
Source2: Makefile.certificate
|
||||||
@ -469,6 +469,8 @@ install -m644 %{SOURCE9} \
|
|||||||
$RPM_BUILD_ROOT/%{_prefix}/include/openssl/configuration.h
|
$RPM_BUILD_ROOT/%{_prefix}/include/openssl/configuration.h
|
||||||
%endif
|
%endif
|
||||||
ln -s /etc/crypto-policies/back-ends/openssl_fips.config $RPM_BUILD_ROOT%{_sysconfdir}/pki/tls/fips_local.cnf
|
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
|
%files
|
||||||
%{!?_licensedir:%global license %%doc}
|
%{!?_licensedir:%global license %%doc}
|
||||||
@ -505,7 +507,6 @@ ln -s /etc/crypto-policies/back-ends/openssl_fips.config $RPM_BUILD_ROOT%{_sysco
|
|||||||
%files devel
|
%files devel
|
||||||
%doc CHANGES.md doc/dir-locals.example.el doc/openssl-c-indent.el
|
%doc CHANGES.md doc/dir-locals.example.el doc/openssl-c-indent.el
|
||||||
%{_prefix}/include/openssl
|
%{_prefix}/include/openssl
|
||||||
%exclude %{_prefix}/include/openssl/engine*.h
|
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
%exclude %{_mandir}/man3/ENGINE*
|
%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
|
%ldconfig_scriptlets libs
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 17 2024 Dmitry Belyavskiy <dbelyavs@redhat.com> - 1:3.2.2-13
|
||||||
|
- Ship dummy(empty) openssl/engine.h
|
||||||
|
Resolves: RHEL-58178
|
||||||
|
|
||||||
* Wed Sep 04 2024 Dmitry Belyavskiy <dbelyavs@redhat.com> - 1:3.2.2-12
|
* Wed Sep 04 2024 Dmitry Belyavskiy <dbelyavs@redhat.com> - 1:3.2.2-12
|
||||||
- Fix CVE-2024-6119: Possible denial of service in X.509 name checks
|
- Fix CVE-2024-6119: Possible denial of service in X.509 name checks
|
||||||
Resolves: RHEL-55303
|
Resolves: RHEL-55303
|
||||||
|
Loading…
Reference in New Issue
Block a user