From: Hirokazu MORIKAWA Date: Mon, 17 Feb 2025 04:06:16 +0000 (+0900) Subject: node: bump to 22.14.0 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=21200cd0832e4b367159064ab94c4908b5b8eccc;p=feed%2Fpackages.git node: bump to 22.14.0 Notable Changes [82a9000e9e] - crypto: update root certificates to NSS 3.107 (Node.js GitHub Bot) #56566 [b7fe54fc88] - (SEMVER-MINOR) fs: allow exclude option in globs to accept glob patterns (Daeyeon Jeong) #56489 [3ac92ef607] - (SEMVER-MINOR) lib: add typescript support to STDIN eval (Marco Ippolito) #56359 [1614e8e7bc] - (SEMVER-MINOR) module: add ERR_UNSUPPORTED_TYPESCRIPT_SYNTAX (Marco Ippolito) #56610 [6d6cffa9cc] - (SEMVER-MINOR) module: add findPackageJSON util (Jacob Smith) #55412 [d35333ae18] - (SEMVER-MINOR) process: add process.ref() and process.unref() methods (James M Snell) #56400 [07ff3ddcb5] - (SEMVER-MINOR) sqlite: support TypedArray and DataView in StatementSync (Alex Yang) #56385 [94d3fe1b62] - (SEMVER-MINOR) src: add --disable-sigusr1 to prevent signal i/o thread (Rafael Gonzaga) #56441 [5afffb4415] - (SEMVER-MINOR) src,worker: add isInternalWorker (Carlos Espa) #56469 [697a851fb3] - (SEMVER-MINOR) test_runner: add TestContext.prototype.waitFor() (Colin Ihrig) #56595 [047537b48c] - (SEMVER-MINOR) test_runner: add t.assert.fileSnapshot() (Colin Ihrig) #56459 [926cf84e95] - (SEMVER-MINOR) test_runner: add assert.register() API (Colin Ihrig) #56434 [c658a8afdf] - (SEMVER-MINOR) worker: add eval ts input (Marco Ippolito) #56394 Signed-off-by: Hirokazu MORIKAWA --- diff --git a/lang/node/Makefile b/lang/node/Makefile index f041a4ef75..f403cceb1c 100644 --- a/lang/node/Makefile +++ b/lang/node/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=node -PKG_VERSION:=22.13.1 +PKG_VERSION:=22.14.0 PKG_RELEASE:=1 NODE_MODULE_VERSION:=127 PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://nodejs.org/dist/v$(PKG_VERSION) -PKG_HASH:=e7d5b1e84e7f3c3cebda81e2b138469eef41ba4ecf16a87fd15fc3f7afa3f701 +PKG_HASH:=6c4e31ed5702dc45cfd8c435af56a36a474427e1bd7afe74c346136060beba8a PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-v$(PKG_VERSION) HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/$(PKG_NAME)-v$(PKG_VERSION) diff --git a/lang/node/patches/003-path.patch b/lang/node/patches/003-path.patch index cfe6da54f2..143d89989f 100644 --- a/lang/node/patches/003-path.patch +++ b/lang/node/patches/003-path.patch @@ -1,6 +1,6 @@ --- a/lib/internal/modules/cjs/loader.js +++ b/lib/internal/modules/cjs/loader.js -@@ -1789,7 +1789,8 @@ Module._initPaths = function() { +@@ -1811,7 +1811,8 @@ Module._initPaths = function() { path.resolve(process.execPath, '..') : path.resolve(process.execPath, '..', '..'); diff --git a/lang/node/patches/202-node_gyp.patch b/lang/node/patches/202-node_gyp.patch index 2b72ab1207..212b78d1fc 100644 --- a/lang/node/patches/202-node_gyp.patch +++ b/lang/node/patches/202-node_gyp.patch @@ -8,7 +8,7 @@ 'include_dirs': [ 'src', 'tools/msvs/genfiles', -@@ -1354,6 +1355,7 @@ +@@ -1334,6 +1335,7 @@ 'tools', 'src', ], diff --git a/lang/node/patches/204-v8_gyp.patch b/lang/node/patches/204-v8_gyp.patch index c6f426aa8e..8e0557dace 100644 --- a/lang/node/patches/204-v8_gyp.patch +++ b/lang/node/patches/204-v8_gyp.patch @@ -1,6 +1,6 @@ --- a/tools/v8_gypfiles/v8.gyp +++ b/tools/v8_gypfiles/v8.gyp -@@ -73,6 +73,7 @@ +@@ -86,6 +86,7 @@ ], 'hard_dependency': 1, 'direct_dependent_settings': { @@ -8,7 +8,7 @@ 'include_dirs': [ '<(SHARED_INTERMEDIATE_DIR)', ], -@@ -194,6 +195,7 @@ +@@ -207,6 +208,7 @@ '<@(torque_outputs_cc)', '<@(torque_outputs_inc)', ], @@ -16,7 +16,7 @@ 'include_dirs': [ '<(SHARED_INTERMEDIATE_DIR)', ], -@@ -215,6 +217,7 @@ +@@ -228,6 +230,7 @@ 'sources': [ '<(generate_bytecode_builtins_list_output)', ], @@ -24,7 +24,7 @@ 'include_dirs': [ '<(generate_bytecode_output_root)', '<(SHARED_INTERMEDIATE_DIR)', -@@ -253,6 +256,7 @@ +@@ -266,6 +269,7 @@ 'sources': [ '<(V8_ROOT)/src/init/setup-isolate-full.cc', ], @@ -32,7 +32,7 @@ }, # v8_init { # This target is used to work around a GCC issue that causes the -@@ -294,9 +298,11 @@ +@@ -307,9 +311,11 @@ 'v8_pch', 'v8_abseil', ], @@ -44,7 +44,7 @@ ], 'sources': [ '