nodejs: Update from 11.8.0 to 11.9.0

This commit is contained in:
Fredrik Fornwall 2019-02-04 00:57:19 +01:00
parent da25c402da
commit 832cb98667
2 changed files with 7 additions and 6 deletions

View File

@ -1,8 +1,8 @@
TERMUX_PKG_HOMEPAGE=https://nodejs.org/
TERMUX_PKG_DESCRIPTION="Platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_VERSION=11.8.0
TERMUX_PKG_SHA256=7041550b94211d65ef0bee76c02bd5ddfdd9122c6d4b289323194edbfbe447a0
TERMUX_PKG_VERSION=11.9.0
TERMUX_PKG_SHA256=2b224d7acaa559bc65c963d4508f66f283159d8e95fdafaaaaa425074368a71a
TERMUX_PKG_SRCURL=https://nodejs.org/dist/v${TERMUX_PKG_VERSION}/node-v${TERMUX_PKG_VERSION}.tar.xz
# Note that we do not use a shared libuv to avoid an issue with the Android
# linker, which does not use symbols of linked shared libraries when resolving

View File

@ -1,7 +1,7 @@
diff -u -r ../node-v11.8.0/node.gyp ./node.gyp
--- ../node-v11.8.0/node.gyp 2019-01-24 23:19:08.000000000 +0000
+++ ./node.gyp 2019-01-27 08:15:48.080455307 +0000
@@ -945,101 +945,7 @@
diff -u -r ../node-v11.9.0/node.gyp ./node.gyp
--- ../node-v11.9.0/node.gyp 2019-01-30 20:43:35.000000000 +0000
+++ ./node.gyp 2019-02-03 22:20:56.110868418 +0000
@@ -946,102 +946,7 @@
],
} ],
]
@ -41,6 +41,7 @@ diff -u -r ../node-v11.8.0/node.gyp ./node.gyp
- 'test/cctest/test_node_postmortem_metadata.cc',
- 'test/cctest/test_environment.cc',
- 'test/cctest/test_platform.cc',
- 'test/cctest/test_report_util.cc',
- 'test/cctest/test_traced_value.cc',
- 'test/cctest/test_util.cc',
- 'test/cctest/test_url.cc'