From: Hirokazu MORIKAWA Date: Wed, 9 Oct 2024 00:43:19 +0000 (+0900) Subject: node: bump to v20.18.0 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=6575ab559c986cd9c35da7c30574a901a9a65fe4;p=feed%2Fpackages.git node: bump to v20.18.0 Notable Changes Experimental Network Inspection Support in Node.js Exposes X509_V_FLAG_PARTIAL_CHAIN to tls.createSecureContext New option for vm.createContext() to create a context with a freezable globalThis Signed-off-by: Hirokazu MORIKAWA --- diff --git a/lang/node/Makefile b/lang/node/Makefile index ae149edf21..3cc837fccc 100644 --- a/lang/node/Makefile +++ b/lang/node/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=node -PKG_VERSION:=20.17.0 +PKG_VERSION:=20.18.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://nodejs.org/dist/v$(PKG_VERSION) -PKG_HASH:=409bda5f1896c7c20866610d778d1760991884ad2e7940837cd3f2854cf73747 +PKG_HASH:=c0819f8fc5038584d24c22002aeffd23f2d4a6fd6b337b30c502cbe4a659720c 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/201-zlib_gyp.patch b/lang/node/patches/201-zlib_gyp.patch index cc1a46eb3a..47175ae2d3 100644 --- a/lang/node/patches/201-zlib_gyp.patch +++ b/lang/node/patches/201-zlib_gyp.patch @@ -1,8 +1,8 @@ --- a/deps/zlib/zlib.gyp +++ b/deps/zlib/zlib.gyp -@@ -9,6 +9,7 @@ +@@ -8,6 +8,7 @@ + 'use_system_zlib%': 0, 'arm_fpu%': '', - 'llvm_version%': '0.0', }, + 'include_dirs!': [ '