diff --git a/.gitignore b/.gitignore index c92bad7..5a6cc54 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ SOURCES/cjs-module-lexer-2.1.0.tar.gz SOURCES/icu4c-77_1-src.tgz -SOURCES/node-v20.19.5-stripped.tar.gz -SOURCES/undici-6.21.2.tar.gz +SOURCES/node-v20.20.0-stripped.tar.gz +SOURCES/undici-6.23.0.tar.gz SOURCES/wasi-sdk-wasi-sdk-11.tar.gz SOURCES/wasi-sdk-wasi-sdk-16.tar.gz diff --git a/.nodejs.metadata b/.nodejs.metadata index 196eaa1..c083bcb 100644 --- a/.nodejs.metadata +++ b/.nodejs.metadata @@ -1,6 +1,6 @@ 8520269d877efc090486264bcdc2e08746ee8150 SOURCES/cjs-module-lexer-2.1.0.tar.gz 3039d3833f6359bc5f01da8f8640da5a8fcfbd3e SOURCES/icu4c-77_1-src.tgz -b4007b241ad39ef06cb851e95338a75dc67a6a7f SOURCES/node-v20.19.5-stripped.tar.gz -d97e6978c03859c4d8a2bad236cd9e9060ae6ae2 SOURCES/undici-6.21.2.tar.gz +1107f9a8b6a7f024822e5e94db105fa91c2e5064 SOURCES/node-v20.20.0-stripped.tar.gz +1e2bba0da7a6aed37c68dace6ea1a6b313f8618d SOURCES/undici-6.23.0.tar.gz 8979d177dd62e3b167a6fd7dc7185adb0128c439 SOURCES/wasi-sdk-wasi-sdk-11.tar.gz fbe01909bf0e8260fcc3696ec37c9f731b5e356a SOURCES/wasi-sdk-wasi-sdk-16.tar.gz diff --git a/SPECS/nodejs.spec b/SPECS/nodejs.spec index b5f4f0a..c6a8e88 100644 --- a/SPECS/nodejs.spec +++ b/SPECS/nodejs.spec @@ -44,8 +44,8 @@ # than a Fedora release lifecycle. %global nodejs_epoch 1 %global nodejs_major 20 -%global nodejs_minor 19 -%global nodejs_patch 5 +%global nodejs_minor 20 +%global nodejs_patch 0 %global nodejs_abi %{nodejs_major}.%{nodejs_minor} # nodejs_soversion - from NODE_MODULE_VERSION in src/node_version.h %global nodejs_soversion 115 @@ -70,7 +70,7 @@ # c-ares - from deps/cares/include/ares_version.h # https://github.com/nodejs/node/pull/9332 -%global c_ares_version 1.34.5 +%global c_ares_version 1.34.6 # llhttp - from deps/llhttp/include/llhttp.h %global llhttp_version 9.3.0 @@ -133,14 +133,17 @@ # Node.js 16.9.1 and later comes with an experimental package management tool # corepack - from deps/corepack/package.json -%global corepack_version 0.33.0 +%global corepack_version 0.34.1 # uvwasi - from deps/uvwasi/include/uvwasi.h -%global uvwasi_version 0.0.21 +%global uvwasi_version 0.0.23 # histogram_c - from deps/histogram/include/hdr/hdr_histogram_version.h %global histogram_version 0.11.8 +# Version: jq '.version' deps/undici/src/package.json +%global undici_version 6.23.0 + Name: nodejs Epoch: %{nodejs_epoch} Version: %{nodejs_version} @@ -181,11 +184,11 @@ Source101: cjs-module-lexer-2.1.0.tar.gz # Version source (cjs-module-lexer tarball): Makefile Source102: https://github.com/WebAssembly/wasi-sdk/archive/wasi-sdk-11/wasi-sdk-wasi-sdk-11.tar.gz -# Version: jq '.version' deps/undici/src/package.json -# Original: https://github.com/nodejs/undici/archive/refs/tags/v6.21.2.tar.gz -# Adjustments: rm -f undici-6.21.2/lib/llhttp/llhttp*.wasm +# Original: https://github.com/nodejs/undici/archive/refs/tags/v6.23.0.tar.gz +# Adjustments: rm -f undici-6.23.0/lib/llhttp/llhttp*.wasm # wasi-sdk version can be found in lib/llhttp/wasm_build_env.txt -Source111: undici-6.21.2.tar.gz +Source111: undici-%{undici_version}.tar.gz + # The WASM blob was made using wasi-sdk v16; compiler libraries are linked in. # Version source: deps/undici/src/lib/llhttp/wasm_build_env.txt # Also check (undici tarball): lib/llhttp/wasm_build_env.txt @@ -677,6 +680,10 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} \ %changelog +* Wed Jan 14 2026 Andrei Radchenko - 1:20.20.0-1 +- Update to version 20.20.0 + Resolves: RHEL-130972 + * Thu Sep 04 2025 Tomas Juhasz - 1:20.19.5-1 - Update to version 20.19.5 Resolves: RHEL-100423