Use system OpenSSL configuration
Resolves: RHEL-30829
This commit is contained in:
parent
53b27311ea
commit
dfa48aa719
@ -30,7 +30,7 @@
|
||||
# This is used by both the nodejs package and the npm subpackage that
|
||||
# has a separate version - the name is special so that rpmdev-bumpspec
|
||||
# will bump this rather than adding .1 to the end.
|
||||
%global baserelease 5
|
||||
%global baserelease 6
|
||||
|
||||
%{?!_pkgdocdir:%global _pkgdocdir %{_docdir}/%{name}-%{version}}
|
||||
|
||||
@ -486,6 +486,7 @@ export LDFLAGS="%{build_ldflags}"
|
||||
--with-intl=small-icu \
|
||||
--with-icu-default-data-dir=%{icudatadir} \
|
||||
--without-corepack \
|
||||
--openssl-conf-name=openssl_conf \
|
||||
--openssl-use-def-ca-store \
|
||||
--openssl-default-cipher-list=PROFILE=SYSTEM
|
||||
|
||||
@ -734,6 +735,9 @@ end
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Apr 09 2024 Jan Staněk <jstanek@redhat.com> - 1:16.20.2-6
|
||||
- Use system OpenSSL configuration section
|
||||
|
||||
* Mon Apr 08 2024 Jan Staněk <jstanek@redhat.com> - 1:16.20.2-5
|
||||
- Backport patches for several CVEs.
|
||||
Fixes CVE-2024-22025 CVE-2024-25629 CVE-2024-27983 CVE-2024-28182
|
||||
|
Loading…
Reference in New Issue
Block a user