node: bump to 14.17.1 15900/head
authorHirokazu MORIKAWA <morikw2@gmail.com>
Fri, 18 Jun 2021 09:04:29 +0000 (18:04 +0900)
committerHirokazu MORIKAWA <morikw2@gmail.com>
Fri, 18 Jun 2021 09:04:29 +0000 (18:04 +0900)
Notable Changes:
deps: update ICU to 69.1 (MichaĆ«l Zasso)
errors: align source-map stacks with spec (Benjamin Coe)

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
lang/node/Makefile
lang/node/patches/003-path.patch
lang/node/patches/999-localhost-no-addrconfig.patch

index 87126f59bdef75f880fdff36d7c0ed4df6443e4d..9b86e7aef030a1e400cb13dc8f2ffd4c172a2d4e 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=node
-PKG_VERSION:=v14.17.0
-PKG_RELEASE:=2
+PKG_VERSION:=v14.17.1
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=https://nodejs.org/dist/$(PKG_VERSION)
-PKG_HASH:=56e05bff9331039317db417f772e635e0cd1c55f733f7b1b079d71ab5842c9ed
+PKG_HASH:=ddf1d2d56ddf35ecd98c5ea5ddcd690b245899f289559b4330c921255f5a247f
 
 PKG_MAINTAINER:=Hirokazu MORIKAWA <morikw2@gmail.com>, Adrian Panella <ianchi74@outlook.com>
 PKG_LICENSE:=MIT
index 8675e3420b67d7909fe98e5e6acae81c87ea5155..8110a4a4679c115a85f08caf34d89a130dc456a0 100644 (file)
@@ -1,6 +1,6 @@
 --- a/lib/internal/modules/cjs/loader.js
 +++ b/lib/internal/modules/cjs/loader.js
-@@ -1184,7 +1184,8 @@ Module._initPaths = function() {
+@@ -1202,7 +1202,8 @@ Module._initPaths = function() {
      path.resolve(process.execPath, '..') :
      path.resolve(process.execPath, '..', '..');
  
@@ -9,4 +9,4 @@
 +               path.resolve(prefixDir, 'lib', 'node_modules')];
  
    if (homeDir) {
-     paths.unshift(path.resolve(homeDir, '.node_libraries'));
+     ArrayPrototypeUnshift(paths, path.resolve(homeDir, '.node_libraries'));
index bfa71eb4206955a8f6842c0492c8245f3d046e09..0035bba76300eee664ca0727acdbba766f839f5f 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
-@@ -1026,13 +1027,6 @@ function lookupAndConnect(self, options)
+@@ -1028,13 +1029,6 @@ function lookupAndConnect(self, options)
      hints: options.hints || 0
    };