From 74521b28763a9c351f6ec4dccfb9a8a98a385cff Mon Sep 17 00:00:00 2001 From: Hirokazu MORIKAWA Date: Thu, 13 May 2021 13:19:24 +0900 Subject: [PATCH] node: bump to v14.17.0 Notable Changes: Diagnostics channel (experimental module) UUID support in the crypto module Experimental support for AbortController and AbortSignal Signed-off-by: Hirokazu MORIKAWA --- lang/node/Makefile | 6 ++--- lang/node/patches/003-path.patch | 2 +- lang/node/patches/004-musl_support.patch | 2 +- ...necessary_libraries_for_host_execute.patch | 8 +++---- lang/node/patches/999-fix_icu_conflict.patch | 24 +++++++++---------- 5 files changed, 21 insertions(+), 21 deletions(-) diff --git a/lang/node/Makefile b/lang/node/Makefile index 65e9bbdc3d..9b1a67d95a 100644 --- a/lang/node/Makefile +++ b/lang/node/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=node -PKG_VERSION:=v14.16.1 -PKG_RELEASE:=2 +PKG_VERSION:=v14.17.0 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://nodejs.org/dist/$(PKG_VERSION) -PKG_HASH:=e44adbbed6756c2c1a01258383e9f00df30c147b36e438f6369b5ef1069abac3 +PKG_HASH:=56e05bff9331039317db417f772e635e0cd1c55f733f7b1b079d71ab5842c9ed PKG_MAINTAINER:=Hirokazu MORIKAWA , Adrian Panella PKG_LICENSE:=MIT diff --git a/lang/node/patches/003-path.patch b/lang/node/patches/003-path.patch index 0c4cfa9087..8675e3420b 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 -@@ -1179,7 +1179,8 @@ Module._initPaths = function() { +@@ -1184,7 +1184,8 @@ Module._initPaths = function() { path.resolve(process.execPath, '..') : path.resolve(process.execPath, '..', '..'); diff --git a/lang/node/patches/004-musl_support.patch b/lang/node/patches/004-musl_support.patch index 200e2ca484..cefe846d38 100644 --- a/lang/node/patches/004-musl_support.patch +++ b/lang/node/patches/004-musl_support.patch @@ -20,7 +20,7 @@ result = clock_gettime(CLOCK_MONOTONIC, &ts); --- a/deps/v8/src/base/platform/platform-posix.cc +++ b/deps/v8/src/base/platform/platform-posix.cc -@@ -823,7 +823,7 @@ bool Thread::Start() { +@@ -839,7 +839,7 @@ bool Thread::Start() { #if V8_OS_MACOSX // Default on Mac OS X is 512kB -- bump up to 1MB stack_size = 1 * 1024 * 1024; diff --git a/lang/node/patches/999-delete_unnecessary_libraries_for_host_execute.patch b/lang/node/patches/999-delete_unnecessary_libraries_for_host_execute.patch index e81478d7be..6de249eaef 100644 --- a/lang/node/patches/999-delete_unnecessary_libraries_for_host_execute.patch +++ b/lang/node/patches/999-delete_unnecessary_libraries_for_host_execute.patch @@ -1,6 +1,6 @@ --- a/tools/icu/icu-generic.gyp +++ b/tools/icu/icu-generic.gyp -@@ -522,6 +522,7 @@ +@@ -419,6 +419,7 @@ 'target_name': 'genrb', 'type': 'executable', 'toolsets': [ 'host' ], @@ -8,7 +8,7 @@ 'dependencies': [ 'icutools' ], 'sources': [ '<@(icu_src_genrb)' -@@ -538,6 +539,7 @@ +@@ -435,6 +436,7 @@ 'target_name': 'iculslocs', 'toolsets': [ 'host' ], 'type': 'executable', @@ -16,7 +16,7 @@ 'dependencies': [ 'icutools' ], 'sources': [ 'iculslocs.cc', -@@ -550,6 +552,7 @@ +@@ -447,6 +449,7 @@ 'target_name': 'icupkg', 'toolsets': [ 'host' ], 'type': 'executable', @@ -24,7 +24,7 @@ 'dependencies': [ 'icutools' ], 'sources': [ '<@(icu_src_icupkg)', -@@ -561,6 +564,7 @@ +@@ -458,6 +461,7 @@ 'target_name': 'genccode', 'toolsets': [ 'host' ], 'type': 'executable', diff --git a/lang/node/patches/999-fix_icu_conflict.patch b/lang/node/patches/999-fix_icu_conflict.patch index 0a4170a9ea..489bca47cb 100644 --- a/lang/node/patches/999-fix_icu_conflict.patch +++ b/lang/node/patches/999-fix_icu_conflict.patch @@ -1,14 +1,14 @@ --- a/tools/icu/icu-generic.gyp +++ b/tools/icu/icu-generic.gyp -@@ -181,6 +181,7 @@ - '<(icu_path)/source/i18n/uspoof_wsconf.h', - ]}], - ], +@@ -107,6 +107,7 @@ + 'sources': [ + '<@(icu_src_i18n)' + ], + 'include_dirs!': [ '