|
|
|
@ -41,8 +41,8 @@
|
|
|
|
|
# than a Fedora release lifecycle.
|
|
|
|
|
%global nodejs_epoch 1
|
|
|
|
|
%global nodejs_major 18
|
|
|
|
|
%global nodejs_minor 17
|
|
|
|
|
%global nodejs_patch 1
|
|
|
|
|
%global nodejs_minor 18
|
|
|
|
|
%global nodejs_patch 2
|
|
|
|
|
%global nodejs_abi %{nodejs_major}.%{nodejs_minor}
|
|
|
|
|
# nodejs_soversion - from NODE_MODULE_VERSION in src/node_version.h
|
|
|
|
|
%global nodejs_soversion 108
|
|
|
|
@ -78,7 +78,7 @@
|
|
|
|
|
%global libuv_version %{libuv_major}.%{libuv_minor}.%{libuv_patch}
|
|
|
|
|
|
|
|
|
|
# nghttp2 - from deps/nghttp2/lib/includes/nghttp2/nghttp2ver.h
|
|
|
|
|
%global nghttp2_version 1.52.0
|
|
|
|
|
%global nghttp2_version 1.57.0
|
|
|
|
|
|
|
|
|
|
# nghttp3 - from deps/ngtcp2/nghttp3/lib/includes/nghttp3/version.h
|
|
|
|
|
%global nghttp3_major 0
|
|
|
|
@ -94,7 +94,7 @@
|
|
|
|
|
|
|
|
|
|
# ICU - from tools/icu/current_ver.dep
|
|
|
|
|
%global icu_major 73
|
|
|
|
|
%global icu_minor 1
|
|
|
|
|
%global icu_minor 2
|
|
|
|
|
%global icu_version %{icu_major}.%{icu_minor}
|
|
|
|
|
|
|
|
|
|
%global icudatadir %{nodejs_datadir}/icudata
|
|
|
|
@ -114,11 +114,11 @@
|
|
|
|
|
# simduft from deps/simdutf/simdutf.h
|
|
|
|
|
%global simduft_major 3
|
|
|
|
|
%global simduft_minor 2
|
|
|
|
|
%global simduft_patch 12
|
|
|
|
|
%global simduft_patch 14
|
|
|
|
|
%global simduft_version %{simduft_major}.%{simduft_minor}.%{simduft_patch}
|
|
|
|
|
|
|
|
|
|
# ada from deps/ada/ada.h
|
|
|
|
|
%global ada_version 2.5.0
|
|
|
|
|
%global ada_version 2.6.0
|
|
|
|
|
|
|
|
|
|
# OpenSSL minimum version
|
|
|
|
|
%global openssl_minimum 1:1.1.1
|
|
|
|
@ -133,7 +133,7 @@
|
|
|
|
|
|
|
|
|
|
# npm - from deps/npm/package.json
|
|
|
|
|
%global npm_epoch 1
|
|
|
|
|
%global npm_version 9.6.7
|
|
|
|
|
%global npm_version 9.8.1
|
|
|
|
|
|
|
|
|
|
# In order to avoid needing to keep incrementing the release version for the
|
|
|
|
|
# main package forever, we will just construct one for npm that is guaranteed
|
|
|
|
@ -148,7 +148,7 @@
|
|
|
|
|
%global uvwasi_version 0.0.18
|
|
|
|
|
|
|
|
|
|
# histogram_c - assumed from timestamps
|
|
|
|
|
%global histogram_version 0.11.2
|
|
|
|
|
%global histogram_version 0.11.8
|
|
|
|
|
|
|
|
|
|
Name: nodejs
|
|
|
|
|
Epoch: %{nodejs_epoch}
|
|
|
|
@ -167,7 +167,7 @@ ExclusiveArch: %{nodejs_arches}
|
|
|
|
|
Source0: node-v%{nodejs_version}-stripped.tar.gz
|
|
|
|
|
Source1: npmrc
|
|
|
|
|
Source2: btest402.js
|
|
|
|
|
Source3: https://github.com/unicode-org/icu/releases/download/release-%{icu_major}-%{icu_minor}/icu4c-%{icu_major}_%{icu_minor}-src.zip
|
|
|
|
|
Source3: https://github.com/unicode-org/icu/releases/download/release-%{icu_major}-%{icu_minor}/icu4c-%{icu_major}_%{icu_minor}-src.tgz
|
|
|
|
|
Source100: %{name}-tarball.sh
|
|
|
|
|
|
|
|
|
|
# The native module Requires generator remains in the nodejs SRPM, so it knows
|
|
|
|
@ -191,10 +191,10 @@ Source101: cjs-module-lexer-1.2.2.tar.gz
|
|
|
|
|
Source102: https://github.com/WebAssembly/wasi-sdk/archive/wasi-sdk-11/wasi-sdk-11.0-linux.tar.gz
|
|
|
|
|
|
|
|
|
|
# Version: jq '.version' deps/undici/src/package.json
|
|
|
|
|
# Original: https://github.com/nodejs/undici/archive/refs/tags/v5.22.1.tar.gz
|
|
|
|
|
# Adjustments: rm -f undici-5.22.1/lib/llhttp/llhttp*.wasm
|
|
|
|
|
# Original: https://github.com/nodejs/undici/archive/refs/tags/v5.26.3.tar.gz
|
|
|
|
|
# Adjustments: rm -f undici-5.26.3/lib/llhttp/llhttp*.wasm
|
|
|
|
|
# Build uses alpine image, see alpine for sources for wasi-sdk
|
|
|
|
|
Source111: undici-5.22.1.tar.gz
|
|
|
|
|
Source111: undici-5.26.3.tar.gz
|
|
|
|
|
|
|
|
|
|
# Disable running gyp on bundled deps we don't use
|
|
|
|
|
Patch1: 0001-Disable-running-gyp-on-shared-deps.patch
|
|
|
|
@ -462,7 +462,7 @@ make BUILDTYPE=Release %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
# Extract the ICU data and convert it to the appropriate endianness
|
|
|
|
|
pushd deps/
|
|
|
|
|
unzip -a %{SOURCE3}
|
|
|
|
|
tar xzf %{SOURCE3}
|
|
|
|
|
|
|
|
|
|
pushd icu/source
|
|
|
|
|
|
|
|
|
@ -732,9 +732,14 @@ end
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Dec 10 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1:18.17.1-1
|
|
|
|
|
* Sun Dec 10 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1:18.18.2-1
|
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
|
|
|
|
|
|
* Sat Oct 14 2023 Zuzana Svetlikova <zsvetlik@redhat.com> - 1:18.18.2-1
|
|
|
|
|
- Rebase to 18.18.2 (Security release)
|
|
|
|
|
- Switch icu from zip to tgz
|
|
|
|
|
- Fixes #2228925, CVE-2023-45143, CVE-2023-44487, CVE-2023-38552, CVE-2023-39333
|
|
|
|
|
|
|
|
|
|
* Wed Aug 23 2023 Jan Staněk <jstanek@redhat.com> - 1:18.17.1-1
|
|
|
|
|
- Rebase to version 18.17.1
|
|
|
|
|
Resolves: rhbz#2228939
|
|
|
|
|