Received: by mail.netbsd.org (Postfix, from userid 605) id 28F4584D47; Wed, 12 Aug 2020 06:53:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A474A84D3F for ; Wed, 12 Aug 2020 06:53:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 2KYRedZPPO0q for ; Wed, 12 Aug 2020 06:53:28 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id B734584CFC for ; Wed, 12 Aug 2020 06:53:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AE557FB28; Wed, 12 Aug 2020 06:53:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1597215208191980" MIME-Version: 1.0 Date: Wed, 12 Aug 2020 06:53:28 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/lang/nodejs To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20200812065328.AE557FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1597215208191980 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: adam Date: Wed Aug 12 06:53:28 UTC 2020 Modified Files: pkgsrc/lang/nodejs: Makefile distinfo pkgsrc/lang/nodejs/patches: patch-deps_uvwasi_include_wasi__serdes.h Log Message: nodejs: updated to 14.8.0 Version 14.8.0 (Current) Notable Changes - (SEMVER-MINOR) async_hooks: add AsyncResource.bind utility (James M Snell) - deps: update to uvwasi 0.0.10 (Colin Ihrig) - doc: add Ricky Zhou to collaborators (rickyes) - doc: add release key for Ruy Adorno (Ruy Adorno) - doc: add DerekNonGeneric to collaborators (Derek Lewis) - (SEMVER-MINOR) module: unflag Top-Level Await (Myles Borins) - (SEMVER-MINOR) n-api: support type-tagging objects (Gabriel Schulhof) - (SEMVER-MINOR) n-api,src: provide asynchronous cleanup hooks (Anna Henningsen) Commits - async_hooks: avoid GC tracking of AsyncResource in ALS (Gerhard Stoebich) - async_hooks: avoid unneeded AsyncResource creation (Gerhard Stoebich) - async_hooks: improve property descriptors in als.bind (Gerhard Stoebich) - (SEMVER-MINOR) async_hooks: add AsyncResource.bind utility (James M Snell) - async_hooks: don't read resource if ALS is disabled (Gerhard Stoebich) - async_hooks: fix id assignment in fast-path promise hook (Andrey Pechkurov) - async_hooks: fix resource stack for deep stacks (Anna Henningsen) - async_hooks: execute destroy hooks earlier (Gerhard Stoebich) - async_hooks: don't reuse resource in HttpAgent when queued (Andrey Pechkurov) - benchmark: always throw the same Error instance (Anna Henningsen) - build: do not run auto-start-ci on forks (Evan Lucas) - build: run CI on release branches (Shelley Vohr) - build: enable build for node-v8 push (gengjiawen) - build: increase startCI verbosity and fix job name (Mary Marchini) - build: don't run auto-start-ci on push (Mary Marchini) - build: fix auto-start-ci script path (Mary Marchini) - build: auto start Jenkins CI via PR labels (Mary Marchini) - build: toolchain.gypi and node_gyp.py cleanup (iandrc) - console: document the behavior of console.assert() (iandrc) - crypto: add OP flag constants added in OpenSSL v1.1.1 (Mateusz Krawczuk) - deps: update to uvwasi 0.0.10 (Colin Ihrig) - doc: use _Static method_ instead of _Class Method_ (Rich Trott) - doc: tidy some addons.md text (Rich Trott) - doc: use _Class Method_ in async_hooks.md (Rich Trott) - doc: add Ricky Zhou to collaborators (rickyes) - doc: edit process.title note for brevity and clarity (Rich Trott) - doc: update fs.watch() availability for IBM i (iandrc) - doc: fix typo in path.md (aetheryx) - doc: add release key for Ruy Adorno (Ruy Adorno) - doc: clarify process.title inconsistencies (Corey Butler) - doc: document the connection event for HTTP2 & TLS servers (Tim Perry) - doc: mention null special-case for napi\_typeof (Renée Kooi) - doc: add DerekNonGeneric to collaborators (Derek Lewis) - doc: revise N-API versions matrix text (Rich Trott) - doc: clarify N-API version 1 (Michael Dawson) - doc: use consistent spelling for "falsy" (Rich Trott) - doc: simplify and clarify console.assert() documentation (Rich Trott) - doc: use consistent capitalization for addons (Rich Trott) - doc: add mmarchini pronouns (Mary Marchini) - doc: update mmarchini contact info (Mary Marchini) - doc: update .mailmap for mmarchini (Mary Marchini) - doc: use sentence-case for headers in SECURITY.md (Rich Trott) - esm: fix hook mistypes and links to types (Derek Lewis) - http: reset headers timeout on headers complete (Robert Nagy) - http: provide keep-alive timeout response header (Robert Nagy) - lib: use non-symbols in isURLInstance check (Shelley Vohr) - lib: absorb path error cases (Gireesh Punathil) - meta: uncomment all codeowners (Mary Marchini) - meta: enable http2 team for CODEOWNERS (Rich Trott) - module: handle Top-Level Await non-fulfills better (Anna Henningsen) - (SEMVER-MINOR) module: unflag Top-Level Await (Myles Borins) - n-api: fix use-after-free with napi_remove_async_cleanup_hook (Anna Henningsen) - (SEMVER-MINOR) n-api: support type-tagging objects (Gabriel Schulhof) - n-api: simplify bigint-from-word creation (Gabriel Schulhof) - (SEMVER-MINOR) n-api,src: provide asynchronous cleanup hooks (Anna Henningsen) - net: don't return the stream object from onStreamRead (Robey Pointer) - policy: increase tests via permutation matrix (Bradley Meck) - repl: use _Node.js_ in user-facing REPL text (Rich Trott) - repl: use _REPL_ in user-facing text (Rich Trott) - repl: improve static import error message in repl (Myles Borins) - repl: give repl entries unique names (Bradley Meck) - src: fix linter failures (Anna Henningsen) - src: spin shutdown loop while immediates are pending (Anna Henningsen) - src: fix size underflow in CallbackQueue (Anna Henningsen) - src: fix unused namespace member in node_util (Andrey Pechkurov) - test: fix wrong method call (gengjiawen) - test: add debugging for callbacks in test-https-foafssl.js (Rich Trott) - test: add debugging for test-https-foafssl.js (Rich Trott) - test: convert most N-API tests from C++ to C (Gabriel Schulhof) - test: replace flaky pummel regression tests (Anna Henningsen) - test: change Fixes: to Refs: (Rich Trott) - test: fix flaky http-parser-timeout-reset (Robert Nagy) - test: remove unneeded flag check in test-vm-memleak (Rich Trott) - tools: fix C++ import checker argument expansion (Anna Henningsen) - tools: update ESLint to 7.6.0 (Colin Ihrig) - tools: add meta.fixable to fixable lint rules (Colin Ihrig) - util: print External address from inspect (unknown) - wasi: add __wasi_fd_filestat_set_times() test To generate a diff of this commit: cvs rdiff -u -r1.189 -r1.190 pkgsrc/lang/nodejs/Makefile cvs rdiff -u -r1.177 -r1.178 pkgsrc/lang/nodejs/distinfo cvs rdiff -u -r1.1 -r1.2 \ pkgsrc/lang/nodejs/patches/patch-deps_uvwasi_include_wasi__serdes.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1597215208191980 Content-Disposition: inline Content-Length: 3483 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/nodejs/Makefile diff -u pkgsrc/lang/nodejs/Makefile:1.189 pkgsrc/lang/nodejs/Makefile:1.190 --- pkgsrc/lang/nodejs/Makefile:1.189 Wed Aug 5 21:49:18 2020 +++ pkgsrc/lang/nodejs/Makefile Wed Aug 12 06:53:28 2020 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.189 2020/08/05 21:49:18 maya Exp $ +# $NetBSD: Makefile,v 1.190 2020/08/12 06:53:28 adam Exp $ -DISTNAME= node-v14.7.0 -PKGREVISION= 1 +DISTNAME= node-v14.8.0 EXTRACT_SUFX= .tar.xz USE_LANGUAGES= c gnu++14 Index: pkgsrc/lang/nodejs/distinfo diff -u pkgsrc/lang/nodejs/distinfo:1.177 pkgsrc/lang/nodejs/distinfo:1.178 --- pkgsrc/lang/nodejs/distinfo:1.177 Fri Aug 7 06:26:54 2020 +++ pkgsrc/lang/nodejs/distinfo Wed Aug 12 06:53:28 2020 @@ -1,13 +1,13 @@ -$NetBSD: distinfo,v 1.177 2020/08/07 06:26:54 maya Exp $ +$NetBSD: distinfo,v 1.178 2020/08/12 06:53:28 adam Exp $ -SHA1 (node-v14.7.0.tar.xz) = f847feec3dc00be5aa04772c5ac8bde4224429df -RMD160 (node-v14.7.0.tar.xz) = b0ddaf74aa68b36e0781d09ad31fb007016b710b -SHA512 (node-v14.7.0.tar.xz) = 275875f2062d91617705b211fd254cdde61694c6a7ff657b66931f0d507220a9fde5a5f5c9e0e562ce80d531a87050b034d4e11bc3cfc4cf04d26ed15d1e0142 -Size (node-v14.7.0.tar.xz) = 33317268 bytes +SHA1 (node-v14.8.0.tar.xz) = 6fbfe5b947ab87a9382260844618b8862995ccee +RMD160 (node-v14.8.0.tar.xz) = 02595abd72a465c579449ed6ea02e39bca94b8fd +SHA512 (node-v14.8.0.tar.xz) = ebb20f7163e20e8074dd9cc5d3ee7f3cbc536c55a7753d39c482ea90e9314d8fdfe1a88203be7f250f6d77b9f13da04d32d99770d300c2ab0dfdee3d7582f068 +Size (node-v14.8.0.tar.xz) = 33342288 bytes SHA1 (patch-common.gypi) = f0bd2962bf7c8466db24b35a35154897ecad6316 SHA1 (patch-deps_cares_cares.gyp) = 22b44f2ac59963f694dfe4f4585e08960b3dec32 SHA1 (patch-deps_uv_common.gypi) = d38a9c8d9e3522f15812aec2f5b1e1e636d4bab3 -SHA1 (patch-deps_uvwasi_include_wasi__serdes.h) = 4f418755259c9e717860a0c37b905ea1e799702a +SHA1 (patch-deps_uvwasi_include_wasi__serdes.h) = 32b85ef5824b96b35aba9280bbe7aa7899d9e5cf SHA1 (patch-deps_v8_src_base_atomicops.h) = 05b1f62850c3d4a9a8e94a5263be1c4267cf566d SHA1 (patch-deps_v8_src_base_platform_platform-freebsd.cc) = b47025f33d2991275bbcd15dbabb28900afab0e1 SHA1 (patch-deps_v8_src_base_platform_platform-openbsd.cc) = 5e593879dbab095f99e82593272a0de91043f9a8 Index: pkgsrc/lang/nodejs/patches/patch-deps_uvwasi_include_wasi__serdes.h diff -u pkgsrc/lang/nodejs/patches/patch-deps_uvwasi_include_wasi__serdes.h:1.1 pkgsrc/lang/nodejs/patches/patch-deps_uvwasi_include_wasi__serdes.h:1.2 --- pkgsrc/lang/nodejs/patches/patch-deps_uvwasi_include_wasi__serdes.h:1.1 Fri Aug 7 06:26:54 2020 +++ pkgsrc/lang/nodejs/patches/patch-deps_uvwasi_include_wasi__serdes.h Wed Aug 12 06:53:28 2020 @@ -1,9 +1,9 @@ -$NetBSD: patch-deps_uvwasi_include_wasi__serdes.h,v 1.1 2020/08/07 06:26:54 maya Exp $ +$NetBSD: patch-deps_uvwasi_include_wasi__serdes.h,v 1.2 2020/08/12 06:53:28 adam Exp $ NetBSD<9 used to have #define uint8_t etc. which caused issues with complicated defines like this one. ---- deps/uvwasi/include/wasi_serdes.h.orig 2020-07-29 16:50:21.000000000 +0000 +--- deps/uvwasi/include/wasi_serdes.h.orig 2020-08-11 14:32:04.000000000 +0000 +++ deps/uvwasi/include/wasi_serdes.h @@ -3,6 +3,13 @@ @@ -18,4 +18,4 @@ defines like this one. + /* Basic uint{8,16,32,64}_t read/write functions. */ - #define BASIC_TYPE_(name, type) \ + #define BASIC_TYPE(name, type) \ --_----------=_1597215208191980--