Update to 20.11.1
This commit is contained in:
parent
9041a3c820
commit
cb9e47d44b
Binary file not shown.
14
nodejs.spec
14
nodejs.spec
@ -2,8 +2,8 @@
|
||||
%{?!_pkgdocdir:%global _pkgdocdir %{_docdir}/%{name}-%{version}}
|
||||
%global nodejs_epoch 1
|
||||
%global nodejs_major 20
|
||||
%global nodejs_minor 10
|
||||
%global nodejs_patch 0
|
||||
%global nodejs_minor 11
|
||||
%global nodejs_patch 1
|
||||
%global nodejs_abi %{nodejs_major}.%{nodejs_minor}
|
||||
%global nodejs_soversion 115
|
||||
%global nodejs_version %{nodejs_major}.%{nodejs_minor}.%{nodejs_patch}
|
||||
@ -30,7 +30,7 @@
|
||||
%global libuv_patch 0
|
||||
%global libuv_version %{libuv_major}.%{libuv_minor}.%{libuv_patch}
|
||||
%global nghttp2_major 1
|
||||
%global nghttp2_minor 57
|
||||
%global nghttp2_minor 58
|
||||
%global nghttp2_patch 0
|
||||
%global nghttp2_version %{nghttp2_major}.%{nghttp2_minor}.%{nghttp2_patch}
|
||||
%global icu_major 73
|
||||
@ -49,7 +49,7 @@
|
||||
%global npm_epoch 1
|
||||
%global npm_major 10
|
||||
%global npm_minor 2
|
||||
%global npm_patch 3
|
||||
%global npm_patch 4
|
||||
%global npm_version %{npm_major}.%{npm_minor}.%{npm_patch}
|
||||
%global uvwasi_major 0
|
||||
%global uvwasi_minor 0
|
||||
@ -115,7 +115,7 @@ Provides: bundled(v8) = %{v8_version}
|
||||
Provides: bundled(icu) = %{icu_version}
|
||||
Provides: bundled(uvwasi) = %{uvwasi_version}
|
||||
Provides: bundled(histogram) = %{histogram_version}
|
||||
Provides: bundled(ada) = 1.0.4
|
||||
Provides: bundled(ada) = 2.7.4
|
||||
Requires: (nodejs-packaging if rpm-build)
|
||||
Recommends: npm >= %{npm_epoch}:%{npm_version}-%{npm_release}%{?dist}
|
||||
|
||||
@ -397,6 +397,10 @@ NODE_PATH=%{buildroot}%{_prefix}/lib/node_modules:%{buildroot}%{_prefix}/lib/nod
|
||||
%{_pkgdocdir}/npm/docs
|
||||
|
||||
%changelog
|
||||
* Mon Feb 19 2024 wangkai <13474090681@163.com> - 1:20.11.1-1
|
||||
- Update to 20.11.1
|
||||
- Fix CVE-2023-46809 CVE-2024-21896 CVE-2024-22019 CVE-2024-21892 CVE-2024-24758 CVE-2024-22025
|
||||
|
||||
* Mon Nov 27 2023 Jingwiw <wangjingwei@iscas.ac.cn> - 1:20.10.0-1
|
||||
- Update to the new LTS version 20.10.0
|
||||
- Add CFLAGS "-O3 -fno-ipa-icf"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user