From 4b426972f8a89f331e827f6f7029a38a398abe3b Mon Sep 17 00:00:00 2001 From: Hirokazu MORIKAWA Date: Thu, 8 Aug 2024 14:48:20 +0900 Subject: [PATCH] node: bump to v20.16.0 Notable Changes process: add process.getBuiltinModule(id) doc: doc-only deprecate OpenSSL engine-based APIs inspector: fix disable async hooks on Debugger.setAsyncCallStackDepth Signed-off-by: Hirokazu MORIKAWA --- lang/node/Makefile | 4 ++-- lang/node/patches/202-node_gyp.patch | 2 +- lang/node/patches/999-localhost-no-addrconfig.patch | 2 +- .../999-revert_enable_pointer_authentication_on_arm64.patch | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lang/node/Makefile b/lang/node/Makefile index b483b43704..3530a6ee20 100644 --- a/lang/node/Makefile +++ b/lang/node/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=node -PKG_VERSION:=v20.15.1 +PKG_VERSION:=v20.16.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://nodejs.org/dist/$(PKG_VERSION) -PKG_HASH:=da228a0c27922f02001d9a781793696432096ab2da658eb77d7fc21693f4c5cb +PKG_HASH:=8f24bf9abe455a09ab30f9ae8edda1e945ed678a4b1c3b07ee0f901fdc0ff4fd PKG_MAINTAINER:=Hirokazu MORIKAWA , Adrian Panella PKG_LICENSE:=MIT diff --git a/lang/node/patches/202-node_gyp.patch b/lang/node/patches/202-node_gyp.patch index f100ee6d23..a4633bf4b0 100644 --- a/lang/node/patches/202-node_gyp.patch +++ b/lang/node/patches/202-node_gyp.patch @@ -1,6 +1,6 @@ --- a/node.gyp +++ b/node.gyp -@@ -1302,6 +1302,7 @@ +@@ -1305,6 +1305,7 @@ 'dependencies': [ 'deps/simdutf/simdutf.gyp:simdutf#host', ], diff --git a/lang/node/patches/999-localhost-no-addrconfig.patch b/lang/node/patches/999-localhost-no-addrconfig.patch index 870890039b..9a30d8e940 100644 --- a/lang/node/patches/999-localhost-no-addrconfig.patch +++ b/lang/node/patches/999-localhost-no-addrconfig.patch @@ -13,7 +13,7 @@ Forwarded: https://github.com/nodejs/node/issues/33816 // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the -@@ -1338,13 +1339,6 @@ function lookupAndConnect(self, options) +@@ -1339,13 +1340,6 @@ function lookupAndConnect(self, options) hints: options.hints || 0, }; diff --git a/lang/node/patches/999-revert_enable_pointer_authentication_on_arm64.patch b/lang/node/patches/999-revert_enable_pointer_authentication_on_arm64.patch index c2c8edadb0..74a8cad698 100644 --- a/lang/node/patches/999-revert_enable_pointer_authentication_on_arm64.patch +++ b/lang/node/patches/999-revert_enable_pointer_authentication_on_arm64.patch @@ -1,6 +1,6 @@ --- a/node.gyp +++ b/node.gyp -@@ -1303,6 +1303,7 @@ +@@ -1306,6 +1306,7 @@ 'deps/simdutf/simdutf.gyp:simdutf#host', ], 'libraries!':[ '-licui18n', '-licuuc', '-licudata', '-lcrypto', '-lssl', '-lz', '-lhttp_parser', '-luv', '-lnghttp2', '-lcares' ], -- 2.30.2