nodejs: 14.14.0 -> 15.1.0

This commit is contained in:
Danny Rawlins 2020-11-10 19:08:13 +11:00
parent 39905c9fd1
commit b8e7c0be3c
3 changed files with 16 additions and 8 deletions

@ -9,11 +9,13 @@ drwxr-xr-x root/root usr/include/node/cppgc/
-rw-r--r-- root/root usr/include/node/cppgc/allocation.h
-rw-r--r-- root/root usr/include/node/cppgc/common.h
-rw-r--r-- root/root usr/include/node/cppgc/custom-space.h
-rw-r--r-- root/root usr/include/node/cppgc/default-platform.h
-rw-r--r-- root/root usr/include/node/cppgc/garbage-collected.h
-rw-r--r-- root/root usr/include/node/cppgc/heap.h
drwxr-xr-x root/root usr/include/node/cppgc/internal/
-rw-r--r-- root/root usr/include/node/cppgc/internal/accessors.h
-rw-r--r-- root/root usr/include/node/cppgc/internal/api-constants.h
-rw-r--r-- root/root usr/include/node/cppgc/internal/atomic-entry-flag.h
-rw-r--r-- root/root usr/include/node/cppgc/internal/caged-heap-local-data.h
-rw-r--r-- root/root usr/include/node/cppgc/internal/compiler-specific.h
-rw-r--r-- root/root usr/include/node/cppgc/internal/finalizer-trait.h
-rw-r--r-- root/root usr/include/node/cppgc/internal/gc-info.h
@ -21,6 +23,8 @@ drwxr-xr-x root/root usr/include/node/cppgc/internal/
-rw-r--r-- root/root usr/include/node/cppgc/internal/persistent-node.h
-rw-r--r-- root/root usr/include/node/cppgc/internal/pointer-policies.h
-rw-r--r-- root/root usr/include/node/cppgc/internal/prefinalizer-handler.h
-rw-r--r-- root/root usr/include/node/cppgc/internal/process-heap.h
-rw-r--r-- root/root usr/include/node/cppgc/internal/write-barrier.h
-rw-r--r-- root/root usr/include/node/cppgc/liveness-broker.h
-rw-r--r-- root/root usr/include/node/cppgc/macros.h
-rw-r--r-- root/root usr/include/node/cppgc/member.h
@ -43,8 +47,10 @@ drwxr-xr-x root/root usr/include/node/libplatform/
-rw-r--r-- root/root usr/include/node/node_buffer.h
-rw-r--r-- root/root usr/include/node/node_object_wrap.h
-rw-r--r-- root/root usr/include/node/node_version.h
-rw-r--r-- root/root usr/include/node/v8-cppgc.h
-rw-r--r-- root/root usr/include/node/v8-fast-api-calls.h
-rw-r--r-- root/root usr/include/node/v8-internal.h
-rw-r--r-- root/root usr/include/node/v8-metrics.h
-rw-r--r-- root/root usr/include/node/v8-platform.h
-rw-r--r-- root/root usr/include/node/v8-profiler.h
-rw-r--r-- root/root usr/include/node/v8-util.h

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/eqYHZ1D5X83C/hL7ctF0KF6ILA/GQddjvqZ0jlfCrMFz6Y7sNPd3qoV86SAr8dHa0LAXtY0XwXCTe9rDgeKDgQ=
SHA256 (Pkgfile) = b648d55b685452d54157c70f783b42052a5f1c12aea1ec2cd8e74af90c19f29d
SHA256 (.footprint) = 28882eb3a06ef610dbb2631587a8d4dbc6b2bc56df862e2774f6bbd4187ceace
SHA256 (node-v14.14.0.tar.xz) = 04e935f4bd6b1e91c4a491e18d4d7a797009c3760b950cdefb193c4c079df0e6
RWSE3ohX2g5d/aYoICENsKhhEJUwpEmVOwzDm8KLRh3jNhLHHlMxowzQBC25j4Do5rz01Fieu4U9lKGGcGlCPvU3FnLRAwL0+wM=
SHA256 (Pkgfile) = 621255ef1e189576fa6d8ee61a8daef0653ddcc5eb2a1944bd945e62802a258c
SHA256 (.footprint) = 104b2e4652f42b4516d11f60b9a571e99c7e690b4a9e3a7c4e3b2d289a2d5973
SHA256 (node-v15.1.0.tar.xz) = 7353d73f06f263b2c90f77a0a189e3ffeb9ea6c0277800e419e9566acd64a0b9

@ -1,11 +1,13 @@
# Description: Evented I/O for V8 javascript.
# URL: https://nodejs.org/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: python3 c-ares libuv
# Depends on: python3 libuv
# Optional: icu brotli ninja
# c-ares wait until a newer release than 1.16.1
name=nodejs
version=14.14.0
version=15.1.0
release=1
source=(https://nodejs.org/dist/v$version/node-v$version.tar.xz)
@ -19,10 +21,10 @@ build() {
./configure ${PKGMK_NODEJS} \
--prefix=/usr \
--without-npm \
--shared-cares \
--shared-libuv \
--shared-zlib \
--shared-openssl
# -shared-cares
make
make DESTDIR=$PKG install