Node.js 12.x requires OpenSSL 1.1.1+
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
1d1dc74d36
commit
ff8041427b
11
nodejs.spec
11
nodejs.spec
@ -18,7 +18,7 @@
|
|||||||
# nodejs_soversion - from NODE_MODULE_VERSION in src/node_version.h
|
# nodejs_soversion - from NODE_MODULE_VERSION in src/node_version.h
|
||||||
%global nodejs_soversion 72
|
%global nodejs_soversion 72
|
||||||
%global nodejs_version %{nodejs_major}.%{nodejs_minor}.%{nodejs_patch}
|
%global nodejs_version %{nodejs_major}.%{nodejs_minor}.%{nodejs_patch}
|
||||||
%global nodejs_release 1
|
%global nodejs_release 2
|
||||||
|
|
||||||
# == Bundled Dependency Versions ==
|
# == Bundled Dependency Versions ==
|
||||||
# v8 - from deps/v8/include/v8-version.h
|
# v8 - from deps/v8/include/v8-version.h
|
||||||
@ -68,6 +68,9 @@
|
|||||||
%global icu_minor 1
|
%global icu_minor 1
|
||||||
%global icu_version %{icu_major}.%{icu_minor}
|
%global icu_version %{icu_major}.%{icu_minor}
|
||||||
|
|
||||||
|
# OpenSSL minimum version
|
||||||
|
%global openssl_minimum 1:1.1.1
|
||||||
|
|
||||||
%if 0%{?fedora} >= 30
|
%if 0%{?fedora} >= 30
|
||||||
%global icu_flag system-icu
|
%global icu_flag system-icu
|
||||||
%else
|
%else
|
||||||
@ -163,7 +166,8 @@ Provides: bundled(llhttp) = %{llhttp_version}
|
|||||||
BuildRequires: libicu-devel >= 62.1
|
BuildRequires: libicu-devel >= 62.1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel >= %{openssl_minimum}
|
||||||
|
Requires: openssl >= %{openssl_minimum}
|
||||||
|
|
||||||
# we need the system certificate store
|
# we need the system certificate store
|
||||||
Requires: ca-certificates
|
Requires: ca-certificates
|
||||||
@ -560,6 +564,9 @@ end
|
|||||||
%{_pkgdocdir}/npm/doc
|
%{_pkgdocdir}/npm/doc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 23 2019 Stephen Gallagher <sgallagh@redhat.com> - 1:12.0.0-2
|
||||||
|
- Node.js 12.x requires OpenSSL 1.1.1+
|
||||||
|
|
||||||
* Tue Apr 23 2019 Stephen Gallagher <sgallagh@redhat.com> - 1:12.0.0-1
|
* Tue Apr 23 2019 Stephen Gallagher <sgallagh@redhat.com> - 1:12.0.0-1
|
||||||
- Release 12.0.0
|
- Release 12.0.0
|
||||||
- https://nodejs.org/en/blog/release/v12.0.0/
|
- https://nodejs.org/en/blog/release/v12.0.0/
|
||||||
|
Loading…
Reference in New Issue
Block a user