nodejs-lts: Update from 12.16.1 to 12.16.2

This commit is contained in:
Fredrik Fornwall 2020-04-19 21:59:03 +02:00
parent 64b1811a71
commit b1d97322b2
2 changed files with 7 additions and 7 deletions

View File

@ -1,10 +1,9 @@
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=12.16.1
TERMUX_PKG_REVISION=3
TERMUX_PKG_VERSION=12.16.2
TERMUX_PKG_SRCURL=https://nodejs.org/dist/v${TERMUX_PKG_VERSION}/node-v${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=0a95845ba02c46102b5671d0c5732460073f2d397488337e18d1fc30146d412d
TERMUX_PKG_SHA256=555c47ca0a40e5526d9ab7b2e9c18f9dbd1d956cbdc013fd2223bb11a069be78
# 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
# symbols on dlopen(). See https://github.com/termux/termux-packages/issues/462.

View File

@ -1,7 +1,7 @@
diff -u -r ../node-v12.16.1/node.gyp ./node.gyp
--- ../node-v12.16.1/node.gyp 2020-02-18 05:08:36.000000000 +0000
+++ ./node.gyp 2020-02-22 23:09:43.459071000 +0000
@@ -1076,109 +1076,6 @@
diff -u -r ../node-v12.16.2/node.gyp ./node.gyp
--- ../node-v12.16.2/node.gyp 2020-04-08 16:50:28.000000000 +0000
+++ ./node.gyp 2020-04-18 23:13:10.901764000 +0000
@@ -1079,110 +1079,6 @@
} ],
]
}, # specialize_node_d
@ -43,6 +43,7 @@ diff -u -r ../node-v12.16.1/node.gyp ./node.gyp
- 'test/cctest/node_test_fixture.h',
- 'test/cctest/test_aliased_buffer.cc',
- 'test/cctest/test_base64.cc',
- 'test/cctest/test_base_object_ptr.cc',
- 'test/cctest/test_node_postmortem_metadata.cc',
- 'test/cctest/test_environment.cc',
- 'test/cctest/test_linked_binding.cc',