Rebase to 20.11.0
This commit is contained in:
parent
716f551bac
commit
4d5220c1f5
3
.gitignore
vendored
3
.gitignore
vendored
@ -52,3 +52,6 @@
|
||||
/node-v20.8.1-stripped.tar.gz
|
||||
/undici-5.26.3.tar.gz
|
||||
/node-v20.9.0-stripped.tar.gz
|
||||
/node-v20.11.0-stripped.tar.gz
|
||||
/undici-5.27.2.tar.gz
|
||||
/wasi-sdk-16.0-linux.tar.gz
|
||||
|
31
nodejs.spec
31
nodejs.spec
@ -43,7 +43,7 @@
|
||||
# than a Fedora release lifecycle.
|
||||
%global nodejs_epoch 1
|
||||
%global nodejs_major 20
|
||||
%global nodejs_minor 9
|
||||
%global nodejs_minor 11
|
||||
%global nodejs_patch 0
|
||||
%global nodejs_abi %{nodejs_major}.%{nodejs_minor}
|
||||
# nodejs_soversion - from NODE_MODULE_VERSION in src/node_version.h
|
||||
@ -68,7 +68,7 @@
|
||||
|
||||
# c-ares - from deps/cares/include/ares_version.h
|
||||
# https://github.com/nodejs/node/pull/9332
|
||||
%global c_ares_version 1.19.1
|
||||
%global c_ares_version 1.20.1
|
||||
|
||||
# llhttp - from deps/llhttp/include/llhttp.h
|
||||
%global llhttp_version 8.1.1
|
||||
@ -77,7 +77,7 @@
|
||||
%global libuv_version 1.46.0
|
||||
|
||||
# nghttp2 - from deps/nghttp2/lib/includes/nghttp2/nghttp2ver.h
|
||||
%global nghttp2_version 1.57.0
|
||||
%global nghttp2_version 1.58.0
|
||||
|
||||
# nghttp3 - from deps/ngtcp2/nghttp3/lib/includes/nghttp3/version.h
|
||||
%global nghttp3_version 0.7.0
|
||||
@ -105,10 +105,10 @@
|
||||
%endif
|
||||
|
||||
# simduft from deps/simdutf/simdutf.h
|
||||
%global simduft_version 3.2.17
|
||||
%global simduft_version 4.0.4
|
||||
|
||||
# ada from deps/ada/ada.h
|
||||
%global ada_version 2.6.0
|
||||
%global ada_version 2.7.4
|
||||
|
||||
# OpenSSL minimum version
|
||||
%global openssl_minimum 1:1.1.1
|
||||
@ -121,7 +121,7 @@
|
||||
|
||||
# npm - from deps/npm/package.json
|
||||
%global npm_epoch 1
|
||||
%global npm_version 10.1.0
|
||||
%global npm_version 10.2.4
|
||||
|
||||
# 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
|
||||
@ -131,10 +131,10 @@
|
||||
|
||||
# Node.js 16.9.1 and later comes with an experimental package management tool
|
||||
# corepack - from deps/corepack/package.json
|
||||
%global corepack_version 0.20.0
|
||||
%global corepack_version 0.23.0
|
||||
|
||||
# uvwasi - from deps/uvwasi/include/uvwasi.h
|
||||
%global uvwasi_version 0.0.18
|
||||
%global uvwasi_version 0.0.19
|
||||
|
||||
# histogram_c - from deps/histogram/include/hdr/hdr_histogram_version.h
|
||||
%global histogram_version 0.11.8
|
||||
@ -180,12 +180,11 @@ Source101: cjs-module-lexer-1.2.2.tar.gz
|
||||
Source111: 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.26.3.tar.gz
|
||||
# Adjustments: rm -f undici-5.26.3/lib/llhttp/llhttp*.wasm
|
||||
# wasi-sdk version can be found in Dockerfile
|
||||
# https://github.com/nodejs/undici/blob/v5.26.3/build/Dockerfile
|
||||
Source102: undici-5.26.3.tar.gz
|
||||
Source112: https://github.com/WebAssembly/wasi-sdk/archive/wasi-sdk-14/wasi-sdk-14.0-linux.tar.gz
|
||||
# Original: https://github.com/nodejs/undici/archive/refs/tags/v5.27.2.tar.gz
|
||||
# Adjustments: rm -f undici-5.27.2/lib/llhttp/llhttp*.wasm
|
||||
# wasi-sdk version can be found in lib/llhttp/wasm_build_env.txt
|
||||
Source102: undici-5.27.2.tar.gz
|
||||
Source112: https://github.com/WebAssembly/wasi-sdk/archive/wasi-sdk-16/wasi-sdk-16.0-linux.tar.gz
|
||||
|
||||
# Disable running gyp on bundled deps we don't use
|
||||
Patch1: 0001-Disable-running-gyp-on-shared-deps.patch
|
||||
@ -635,6 +634,10 @@ NODE_PATH=%{buildroot}%{_prefix}/lib/node_modules:%{buildroot}%{_prefix}/lib/nod
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jan 12 2024 Jan Staněk <jstanek@redhat.com> - 1:20.11.0-1
|
||||
- Rebase to version 20.11.0
|
||||
Resolves: RHEL-21188
|
||||
|
||||
* Thu Nov 09 2023 Zuzana Svetlikova <zsvetlik@redhat.com> - 1:20.9.0-1
|
||||
- Rebase to LTS
|
||||
- Resolves: RHEL-16161
|
||||
|
6
sources
6
sources
@ -1,6 +1,6 @@
|
||||
SHA512 (node-v20.9.0-stripped.tar.gz) = 7f42f8ea32e638fb59957e2ac1fd53d080c84586f84dc0cc3ca2637a139a8c0304291be2016e3b9686968cb230c0d2f525d80d69443461f1f39af84b7cdf254b
|
||||
SHA512 (node-v20.11.0-stripped.tar.gz) = 5e00d3d99c3aba9cc7111c6d4f28d333f02bf9b06b09f6a1c60c1124a07d01e55d1076c2a93b85b103e34198e0e6cc82464aed0fde2b9455d63e75f0c3fb9cea
|
||||
SHA512 (icu4c-73_2-src.tgz) = 76dd782db6205833f289d7eb68b60860dddfa3f614f0ba03fe7ec13117077f82109f0dc1becabcdf4c8a9c628b94478ab0a46134bdb06f4302be55f74027ce62
|
||||
SHA512 (undici-5.26.3.tar.gz) = 990f5ab05e6bbe9ec3f15900e4a900620212322057c7f110be2c268f016679bf21789f3d4623b00ebda6c3fd2891deeb29c3324ada2a3740d8187192f440a53d
|
||||
SHA512 (undici-5.27.2.tar.gz) = 030d97e0c3063a44ff0447b19f3cbaa46af6d8ab551d320c9fa6bf51d361ee3ecf0e254db6e7a13598335de6577e516a68b13ce76f6eb54f7e7ff5488109769e
|
||||
SHA512 (cjs-module-lexer-1.2.2.tar.gz) = 2c8e9caf2231ca7d61e71936305389774859aca9b5c86c63489c9a62a81f4736f99477c3f0cbb41077bb7924fdd23e0f24b7bce858e42fb0f87e7c0ffc87afeb
|
||||
SHA512 (wasi-sdk-11.0-linux.tar.gz) = e3ed4597f7f2290967eef6238e9046f60abbcb8633a4a2a51525d00e7393df8df637a98a5b668217d332dd44fcbf2442ec7efd5e65724e888d90611164451e20
|
||||
SHA512 (wasi-sdk-14.0-linux.tar.gz) = 288a367e051f5b3f5853de97fabaedd3acf2255819d50c24f48f573897518500ea808342fd9aea832b2a5717089807bf1cbcf6d46b156b4eb60cc6b3c02ee997
|
||||
SHA512 (wasi-sdk-16.0-linux.tar.gz) = 501467cb04ee85ab2ccc3d8ab1beb5dd8957ca71cc51c86fd357991ddccb1a8c2656e24b947ea3a5acfaafd8c762f5ba20458c22b58a5a5c85ef8ecb7a76db65
|
||||
|
Loading…
Reference in New Issue
Block a user