lang/node: Update to v22.22.2

Fixes
CVE-2026-21637
CVE-2026-21710
CVE-2026-21713
CVE-2026-21714
CVE-2026-21715
CVE-2026-21716
CVE-2026-21717
This commit is contained in:
volker
2026-03-26 18:30:37 +00:00
parent 7a704eb101
commit 370b0073dd
4 changed files with 273 additions and 602 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ USE_WXNEEDED = Yes
COMMENT = JavaScript runtime built on Chrome's V8 JavaScript engine
NODE_VERSION = v22.22.1
NODE_VERSION = v22.22.2
DISTFILES = ${DISTNAME}-headers.tar.gz \
${DISTNAME}.tar.xz
DIST_TUPLE = github qbit node-pledge 1.1.3 \
+4 -4
View File
@@ -1,6 +1,6 @@
SHA256 (node-v22.22.1-headers.tar.gz) = D3bDHOdqYjpqOkA4y2Lq4oGy4zrRidzy1RTsMq502bI=
SHA256 (node-v22.22.1.tar.xz) = hxBLB+es7nSLzFOR4bxpzzVxyqD9+4sda1/T+VmbeEk=
SHA256 (node-v22.22.2-headers.tar.gz) = kOXvD98C+ISH+QSnmINrNb1EiWBG1QKHO8YlrCuu3tI=
SHA256 (node-v22.22.2.tar.xz) = tr7dOoys1d998BWlCIJksSx0one6YGhMuWQq6Ot0MTI=
SHA256 (qbit-node-pledge-1.1.3.tar.gz) = fEaXvLg6hYEJ69K+mgQFizf8DiJY2/DtyFJB/pEanVU=
SIZE (node-v22.22.1-headers.tar.gz) = 9927921
SIZE (node-v22.22.1.tar.xz) = 51271588
SIZE (node-v22.22.2-headers.tar.gz) = 9927000
SIZE (node-v22.22.2.tar.xz) = 51257208
SIZE (qbit-node-pledge-1.1.3.tar.gz) = 3167
@@ -1,7 +1,7 @@
Index: tools/v8_gypfiles/features.gypi
--- tools/v8_gypfiles/features.gypi.orig
+++ tools/v8_gypfiles/features.gypi
@@ -336,7 +336,10 @@
@@ -339,7 +339,10 @@
'v8_advanced_bigint_algorithms%': 1,
# Enable 256-bit long vector re-vectorization pass in WASM compilation pipeline.
@@ -13,7 +13,7 @@ Index: tools/v8_gypfiles/features.gypi
},
'target_defaults': {
@@ -551,6 +554,9 @@
@@ -557,6 +560,9 @@
}],
['v8_enable_wasm_simd256_revec==1', {
'defines': ['V8_ENABLE_WASM_SIMD256_REVEC',],
+266 -595
View File
File diff suppressed because it is too large Load Diff