node: bump to v20.16.0
authorHirokazu MORIKAWA <morikw2@gmail.com>
Thu, 8 Aug 2024 05:48:20 +0000 (14:48 +0900)
committerTianling Shen <cnsztl@gmail.com>
Thu, 8 Aug 2024 13:40:32 +0000 (21:40 +0800)
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 <morikw2@gmail.com>
lang/node/Makefile
lang/node/patches/202-node_gyp.patch
lang/node/patches/999-localhost-no-addrconfig.patch
lang/node/patches/999-revert_enable_pointer_authentication_on_arm64.patch

index b483b4370437f46805235ea7991130f511a68ff8..3530a6ee204f784030a0231c8a1cb3e59bf93fa4 100644 (file)
@@ -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 <morikw2@gmail.com>, Adrian Panella <ianchi74@outlook.com>
 PKG_LICENSE:=MIT
index f100ee6d23c56565a6808ae8d385efabeb41eef9..a4633bf4b06b16f668852e87b87a4d6774395a75 100644 (file)
@@ -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',
        ],
index 870890039bdfe0d29e83c2166a093625d8a12f72..9a30d8e94073a8ae799a5712d71437ce2a3a3812 100644 (file)
@@ -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,
    };
  
index c2c8edadb0e5d95df7e8925ae13158dd114414e3..74a8cad698b1e7c53178500b324a728f857a50d0 100644 (file)
@@ -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' ],