Compare commits

...

3 Commits
c10 ... c10s

Author SHA1 Message Date
Andrei Radchenko
cb29e3511f Update to 24.13.0 2026-01-16 10:22:48 +01:00
Andrei Radchenko
200da601e1 makefile: change package manager to RH one 2026-01-14 15:18:04 +01:00
tjuhasz
b38bf4f73a Update to version 24.11.1
Resolves: RHEL-114190
2025-11-12 15:49:35 +01:00
4 changed files with 37 additions and 31 deletions

6
.gitignore vendored
View File

@ -3,3 +3,9 @@
/node-v24.4.1-stripped.tar.gz
/packaging-scripts.tar.gz
/node-v24.6.0-stripped.tar.gz
/node-v24.7.0-stripped.tar.gz
/node-v24.8.0-stripped.tar.gz
/node-v24.9.0-stripped.tar.gz
/node-v24.11.0-stripped.tar.gz
/node-v24.11.1-stripped.tar.gz
/node-v24.13.0-stripped.tar.gz

View File

@ -8,7 +8,7 @@ SPECFILE ?= $(wildcard ${MAKEDIR}nodejs*.spec)
# === Tools
GIT := git
RPM := rpm -D '_sourcedir ${MAKEDIR}'
RPKG ?= fedpkg
RPKG ?= rhpkg
SPECTOOL := rpmdev-spectool --define '_sourcedir ${MAKEDIR}'
TAR := tar

View File

@ -3,7 +3,7 @@
%{load:%{_sourcedir}/nodejs.srpm.macros}
# === Versions of any software shipped in the main nodejs tarball
%nodejs_define_version node 1:24.6.0-%{autorelease} -p
%nodejs_define_version node 1:24.13.0-%{autorelease} -p
# Special release for sub-packages with their own version string.
# The complex release string ensures that the subpackage release is always increasing,
@ -15,44 +15,44 @@
# expect anything between the markers to be overwritten on any update.
# BEGIN automatic-version-macros # DO NOT REMOVE THIS LINE!
# Version from node-v24.6.0/src/node_version.h
# Version from node-v24.13.0/src/node_version.h
%global node_soversion 137
# Version from node-v24.6.0/deps/ada/ada.h
%nodejs_define_version ada 3.2.7
# Version from node-v24.6.0/deps/brotli/c/common/version.h
# Version from node-v24.13.0/deps/ada/ada.h
%nodejs_define_version ada 3.3.0
# Version from node-v24.13.0/deps/brotli/c/common/version.h
%nodejs_define_version brotli 1.1.0
# Version from node-v24.6.0/deps/cares/include/ares_version.h
%nodejs_define_version c_ares 1.34.5
# Version from node-v24.6.0/deps/histogram/include/hdr/hdr_histogram_version.h
%nodejs_define_version histogram 0.11.8
# Version from node-v24.6.0/tools/icu/current_ver.dep
# Version from node-v24.13.0/deps/cares/include/ares_version.h
%nodejs_define_version c_ares 1.34.6
# Version from node-v24.13.0/deps/histogram/include/hdr/hdr_histogram_version.h
%nodejs_define_version histogram 0.11.9
# Version from node-v24.13.0/tools/icu/current_ver.dep
%nodejs_define_version icu 77.1 -p
# Version from node-v24.6.0/deps/uv/include/uv/version.h
# Version from node-v24.13.0/deps/uv/include/uv/version.h
%nodejs_define_version libuv 1.51.0
# Version from node-v24.6.0/deps/llhttp/include/llhttp.h
# Version from node-v24.13.0/deps/llhttp/include/llhttp.h
%nodejs_define_version llhttp 9.3.0
# Version from node-v24.6.0/deps/nghttp2/lib/includes/nghttp2/nghttp2ver.h
%nodejs_define_version nghttp2 1.66.0
# Version from node-v24.6.0/deps/ngtcp2/nghttp3/lib/includes/nghttp3/version.h
# Version from node-v24.13.0/deps/nghttp2/lib/includes/nghttp2/nghttp2ver.h
%nodejs_define_version nghttp2 1.67.1
# Version from node-v24.13.0/deps/ngtcp2/nghttp3/lib/includes/nghttp3/version.h
%nodejs_define_version nghttp3 1.6.0
# Version from node-v24.6.0/deps/ngtcp2/ngtcp2/lib/includes/ngtcp2/version.h
# Version from node-v24.13.0/deps/ngtcp2/ngtcp2/lib/includes/ngtcp2/version.h
%nodejs_define_version ngtcp2 1.11.0
# Version from node-v24.6.0/deps/cjs-module-lexer/src/package.json
# Version from node-v24.13.0/deps/cjs-module-lexer/src/package.json
%nodejs_define_version nodejs-cjs-module-lexer 2.1.0
# Version from node-v24.6.0/lib/punycode.js
# Version from node-v24.13.0/lib/punycode.js
%nodejs_define_version nodejs-punycode 2.1.0
# Version from node-v24.6.0/deps/undici/src/package.json
%nodejs_define_version nodejs-undici 7.13.0
# Version from node-v24.6.0/deps/npm/package.json
%nodejs_define_version npm 1:11.5.1-%{nodejs_subpackage_release}
# Version from node-v24.6.0/deps/sqlite/sqlite3.h
# Version from node-v24.13.0/deps/undici/src/package.json
%nodejs_define_version nodejs-undici 7.18.2
# Version from node-v24.13.0/deps/npm/package.json
%nodejs_define_version npm 1:11.6.2-%{nodejs_subpackage_release}
# Version from node-v24.13.0/deps/sqlite/sqlite3.h
%nodejs_define_version sqlite 3.50.4
# Version from node-v24.6.0/deps/uvwasi/include/uvwasi.h
%nodejs_define_version uvwasi 0.0.21
# Version from node-v24.6.0/deps/v8/include/v8-version.h
%nodejs_define_version v8 3:13.6.233.10-%{nodejs_subpackage_release} -p
# Version from node-v24.6.0/deps/zlib/zlib.h
# Version from node-v24.13.0/deps/uvwasi/include/uvwasi.h
%nodejs_define_version uvwasi 0.0.23
# Version from node-v24.13.0/deps/v8/include/v8-version.h
%nodejs_define_version v8 3:13.6.233.17-%{nodejs_subpackage_release} -p
# Version from node-v24.13.0/deps/zlib/zlib.h
%nodejs_define_version zlib 1.3.1
# END automatic-version-macros # DO NOT REMOVE THIS LINE!

View File

@ -1,4 +1,4 @@
SHA512 (node-v24.6.0-stripped.tar.gz) = baec00c7d9bc1d86552736541d024983aa1591c7f8a26445113c8346c6699c16e0bd79a6772084fcb4a01ac01988f03beba85b3647f485a12ef6416bad57a1d1
SHA512 (icu4c-77_1-data-bin-b.zip) = 93b4c8228a059546e7c3e337f1f837db255c0046c15f50a31a7bd20daf361174edab05b01faaac1dd4f515ca3c1f1d7fb0f61e4177eb5631833ad1450e252c4e
SHA512 (icu4c-77_1-data-bin-l.zip) = 3de15bb5925956b8e51dc6724c2114a1009ec471a2241b09ae09127f1760f44d02cc29cfbeed6cbaac6ee880553ac8395c61c6043c00ddba3277233e19e6490e
SHA512 (packaging-scripts.tar.gz) = 5123c6fa3eb89e37a300914184eee10268568efc662a1c5b107900438b35e43c4222c4a31cf02b9d605c693f7e652420fdaf7209e41ba666ff428c3c0d340b7b
SHA512 (packaging-scripts.tar.gz) = deedbc98d0907e4deac5b089ed0cb2d3fad8de5e45736752c6a48b940d8240312dc81d4957b684d68877c22b5d6a9f45d98b183dea92dd9659ab1a52868d51ee
SHA512 (node-v24.13.0-stripped.tar.gz) = 9e1093ff95af37e8fe13e7ee028753994d8d5e0b4a18ed7905ebcb5e97abac11be4186505a955b0511d3f7f8cc06449e6781e177d9a47e0c03581dac3c13565c