nodejs: Update from 10.12.0 to 11.0.0

This commit is contained in:
Fredrik Fornwall 2018-10-28 20:29:04 +01:00
parent 98a1e46a8f
commit ccc1c278ec
2 changed files with 6 additions and 10 deletions

View File

@ -1,8 +1,7 @@
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_VERSION=10.12.0
TERMUX_PKG_REVISION=1
TERMUX_PKG_SHA256=d9cd890d6c3b060f7a5497a522564328fe73ec39dda082f41c4141a73ac30ae4
TERMUX_PKG_VERSION=11.0.0
TERMUX_PKG_SHA256=235ab494fb76cdfe302fce68c4038a14ae82b1679cd5d40ae8049ba3a9c8bdd4
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-v10.12.0/node.gyp ./node.gyp
--- ../node-v10.12.0/node.gyp 2018-10-10 19:20:38.000000000 +0000
+++ ./node.gyp 2018-10-14 18:17:36.653712569 +0000
@@ -892,81 +892,7 @@
diff -u -r ../node-v11.0.0/node.gyp ./node.gyp
--- ../node-v11.0.0/node.gyp 2018-10-23 15:59:38.000000000 +0000
+++ ./node.gyp 2018-10-25 20:46:25.481050534 +0000
@@ -848,78 +848,7 @@
],
} ],
]
@ -52,9 +52,6 @@ diff -u -r ../node-v10.12.0/node.gyp ./node.gyp
- 'HAVE_OPENSSL=1',
- ],
- }],
- [ 'node_use_perfctr=="true"', {
- 'defines': [ 'HAVE_PERFCTR=1' ],
- }],
- ['v8_enable_inspector==1', {
- 'sources': [
- 'test/cctest/test_inspector_socket.cc',