Browse Source

nodejs: Update from 11.8.0 to 11.9.0

android-5
Fredrik Fornwall 6 years ago
parent
commit
5b60f05345
  1. 4
      packages/nodejs/build.sh
  2. 9
      packages/nodejs/node.gyp.patch

4
packages/nodejs/build.sh

@ -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.8.0 TERMUX_PKG_VERSION=11.9.0
TERMUX_PKG_SHA256=7041550b94211d65ef0bee76c02bd5ddfdd9122c6d4b289323194edbfbe447a0 TERMUX_PKG_SHA256=2b224d7acaa559bc65c963d4508f66f283159d8e95fdafaaaaa425074368a71a
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

9
packages/nodejs/node.gyp.patch

@ -1,7 +1,7 @@
diff -u -r ../node-v11.8.0/node.gyp ./node.gyp diff -u -r ../node-v11.9.0/node.gyp ./node.gyp
--- ../node-v11.8.0/node.gyp 2019-01-24 23:19:08.000000000 +0000 --- ../node-v11.9.0/node.gyp 2019-01-30 20:43:35.000000000 +0000
+++ ./node.gyp 2019-01-27 08:15:48.080455307 +0000 +++ ./node.gyp 2019-02-03 22:20:56.110868418 +0000
@@ -945,101 +945,7 @@ @@ -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_node_postmortem_metadata.cc',
- 'test/cctest/test_environment.cc', - 'test/cctest/test_environment.cc',
- 'test/cctest/test_platform.cc', - 'test/cctest/test_platform.cc',
- 'test/cctest/test_report_util.cc',
- 'test/cctest/test_traced_value.cc', - 'test/cctest/test_traced_value.cc',
- 'test/cctest/test_util.cc', - 'test/cctest/test_util.cc',
- 'test/cctest/test_url.cc' - 'test/cctest/test_url.cc'

Loading…
Cancel
Save