Skip to content

Commit

Permalink
node: v8.x update to v8.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nxhack committed Sep 11, 2018
1 parent 60ce7c2 commit 12339a2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 122 deletions.
6 changes: 3 additions & 3 deletions node/patches/v8.x/010-execvp-arg-list-too-long.patch
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ diff --git a/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py b/de
index 64b9dd267b..1ddd95b86b 100644
--- a/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py
+++ b/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py
@@ -144,6 +144,30 @@ cmd_alink_thin = rm -f $@ && $(AR.$(TOOLSET)) crsT $@ $(filter %.o,$^)
@@ -149,6 +149,30 @@ cmd_alink_thin = rm -f $@ && $(AR.$(TOOLSET)) crsT $@ $(filter %.o,$^)
quiet_cmd_link = LINK($(TOOLSET)) $@
cmd_link = $(LINK.$(TOOLSET)) $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -o $@ -Wl,--start-group $(LD_INPUTS) -Wl,--end-group $(LIBS)

Expand Down Expand Up @@ -33,7 +33,7 @@ index 64b9dd267b..1ddd95b86b 100644
# We support two kinds of shared objects (.so):
# 1) shared_library, which is just bundling together many dependent libraries
# into a link line.
@@ -188,6 +212,30 @@ cmd_alink = rm -f $@ && $(AR.$(TOOLSET)) crs $@ $(filter %.o,$^)
@@ -193,6 +217,30 @@ cmd_alink = rm -f $@ && $(AR.$(TOOLSET)) crs $@ $(filter %.o,$^)
quiet_cmd_alink_thin = AR($(TOOLSET)) $@
cmd_alink_thin = rm -f $@ && $(AR.$(TOOLSET)) crsT $@ $(filter %.o,$^)

Expand Down Expand Up @@ -64,7 +64,7 @@ index 64b9dd267b..1ddd95b86b 100644
# Due to circular dependencies between libraries :(, we wrap the
# special "figure out circular dependencies" flags around the entire
# input list during linking.
@@ -1581,11 +1629,17 @@ $(obj).$(TOOLSET)/$(TARGET)/%%.o: $(obj)/%%%s FORCE_DO_CMD
@@ -1611,11 +1659,17 @@ $(obj).$(TOOLSET)/$(TARGET)/%%.o: $(obj)/%%%s FORCE_DO_CMD
"Spaces in alink input filenames not supported (%s)" % link_dep)
if (self.flavor not in ('mac', 'openbsd', 'netbsd', 'win') and not
self.is_standalone_static_library):
Expand Down
4 changes: 2 additions & 2 deletions node/patches/v8.x/012-changing-default-npm-settings.patch
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ diff --git a/deps/npm/lib/config/defaults.js b/deps/npm/lib/config/defaults.js
index da019ac4d6..8b81e28940 100644
--- a/deps/npm/lib/config/defaults.js
+++ b/deps/npm/lib/config/defaults.js
@@ -169,7 +169,7 @@ Object.defineProperty(exports, 'defaults', {get: function () {
@@ -171,7 +171,7 @@ Object.defineProperty(exports, 'defaults', {get: function () {
'legacy-bundling': false,
link: false,
'local-address': undefined,
Expand All @@ -11,7 +11,7 @@ index da019ac4d6..8b81e28940 100644
logstream: process.stderr,
'logs-max': 10,
long: false,
@@ -221,7 +221,7 @@ Object.defineProperty(exports, 'defaults', {get: function () {
@@ -226,7 +226,7 @@ Object.defineProperty(exports, 'defaults', {get: function () {
'sign-git-tag': false,
'sso-poll-frequency': 500,
'sso-type': 'oauth',
Expand Down
2 changes: 1 addition & 1 deletion node/patches/v8.x/014-npm_cleanup_tmpdir.patch
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ npm github issue: '/tmp files not cleaned up for shrinkwrapped packages'
author: @andiby
--- a/deps/npm/lib/npm.js
+++ b/deps/npm/lib/npm.js
@@ -437,6 +437,25 @@
@@ -445,6 +445,25 @@
enumerable: true
})

Expand Down
116 changes: 0 additions & 116 deletions node/patches/v8.x/900-add_icu_namespace.patch

This file was deleted.

0 comments on commit 12339a2

Please sign in to comment.