nodejs: Update from 11.9.0 to 11.10.0

This commit is contained in:
Fredrik Fornwall 2019-02-15 23:37:40 +01:00
parent 82d6009688
commit 08f3d2a754
2 changed files with 7 additions and 8 deletions

View File

@ -1,8 +1,8 @@
TERMUX_PKG_HOMEPAGE=https://nodejs.org/ 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_DESCRIPTION="Platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications"
TERMUX_PKG_LICENSE="MIT" TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_VERSION=11.9.0 TERMUX_PKG_VERSION=11.10.0
TERMUX_PKG_SHA256=2b224d7acaa559bc65c963d4508f66f283159d8e95fdafaaaaa425074368a71a TERMUX_PKG_SHA256=9fc2ac66ae4608c4c4bd6accc3f0af58ec52dd45fe35c9c0b4059e377119d1cf
TERMUX_PKG_SRCURL=https://nodejs.org/dist/v${TERMUX_PKG_VERSION}/node-v${TERMUX_PKG_VERSION}.tar.xz 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 # 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 # linker, which does not use symbols of linked shared libraries when resolving

View File

@ -1,7 +1,7 @@
diff -u -r ../node-v11.9.0/node.gyp ./node.gyp diff -u -r ../node-v11.10.0/node.gyp ./node.gyp
--- ../node-v11.9.0/node.gyp 2019-01-30 20:43:35.000000000 +0000 --- ../node-v11.10.0/node.gyp 2019-02-14 21:22:48.000000000 +0000
+++ ./node.gyp 2019-02-03 22:20:56.110868418 +0000 +++ ./node.gyp 2019-02-15 22:25:29.851808043 +0000
@@ -946,102 +946,7 @@ @@ -963,101 +963,7 @@
], ],
} ], } ],
] ]
@ -14,6 +14,7 @@ diff -u -r ../node-v11.9.0/node.gyp ./node.gyp
- '<(node_lib_target_name)', - '<(node_lib_target_name)',
- 'rename_node_bin_win', - 'rename_node_bin_win',
- 'deps/gtest/gtest.gyp:gtest', - 'deps/gtest/gtest.gyp:gtest',
- 'deps/histogram/histogram.gyp:histogram',
- 'node_dtrace_header', - 'node_dtrace_header',
- 'node_dtrace_ustack', - 'node_dtrace_ustack',
- 'node_dtrace_provider', - 'node_dtrace_provider',
@ -86,13 +87,11 @@ diff -u -r ../node-v11.9.0/node.gyp ./node.gyp
- ['OS=="win"', { - ['OS=="win"', {
- 'libraries': [ - 'libraries': [
- 'dbghelp.lib', - 'dbghelp.lib',
- 'Netapi32.lib',
- 'PsApi.lib', - 'PsApi.lib',
- 'Ws2_32.lib', - 'Ws2_32.lib',
- ], - ],
- 'dll_files': [ - 'dll_files': [
- 'dbghelp.dll', - 'dbghelp.dll',
- 'Netapi32.dll',
- 'PsApi.dll', - 'PsApi.dll',
- 'Ws2_32.dll', - 'Ws2_32.dll',
- ], - ],