Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1005C84FDB for ; Tue, 13 Jun 2023 15:45:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id GYCJHe4Rek92 for ; Tue, 13 Jun 2023 15:45:56 +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 289B484E7D for ; Tue, 13 Jun 2023 15:45:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 25EDBFA89; Tue, 13 Jun 2023 15:45:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1686671156131330" MIME-Version: 1.0 Date: Tue, 13 Jun 2023 15:45:56 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/lang/nodejs To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230613154556.25EDBFA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1686671156131330 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Jun 13 15:45:56 UTC 2023 Modified Files: pkgsrc/lang/nodejs: Makefile PLIST distinfo Log Message: nodejs: updated to 20.3.0 Version 20.3.0 (Current) Notable Changes - deps: upgrade to libuv 1.45.0, including significant performance improvements to file system operations on Linux (Santiago Gimeno) - doc: add Ruy Adorno to list of TSC members (Michael Dawson) - doc: mark Node.js 14 as End-of-Life (Richard Lau) - (SEMVER-MINOR) lib: implement AbortSignal.any() (Chemi Atlow) - module: change default resolver to not throw on unknown scheme (Gil Tayar) - (SEMVER-MINOR) node-api: define version 9 (Chengzhong Wu) - stream: deprecate asIndexedPairs (Chemi Atlow) To generate a diff of this commit: cvs rdiff -u -r1.262 -r1.263 pkgsrc/lang/nodejs/Makefile cvs rdiff -u -r1.72 -r1.73 pkgsrc/lang/nodejs/PLIST cvs rdiff -u -r1.237 -r1.238 pkgsrc/lang/nodejs/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1686671156131330 Content-Disposition: inline Content-Length: 4588 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.262 pkgsrc/lang/nodejs/Makefile:1.263 --- pkgsrc/lang/nodejs/Makefile:1.262 Tue Jun 6 12:41:44 2023 +++ pkgsrc/lang/nodejs/Makefile Tue Jun 13 15:45:55 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.262 2023/06/06 12:41:44 riastradh Exp $ +# $NetBSD: Makefile,v 1.263 2023/06/13 15:45:55 adam Exp $ -DISTNAME= node-v20.2.0 +DISTNAME= node-v20.3.0 EXTRACT_SUFX= .tar.xz USE_LANGUAGES= c gnu++17 Index: pkgsrc/lang/nodejs/PLIST diff -u pkgsrc/lang/nodejs/PLIST:1.72 pkgsrc/lang/nodejs/PLIST:1.73 --- pkgsrc/lang/nodejs/PLIST:1.72 Wed May 17 15:55:05 2023 +++ pkgsrc/lang/nodejs/PLIST Tue Jun 13 15:45:55 2023 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.72 2023/05/17 15:55:05 adam Exp $ +@comment $NetBSD: PLIST,v 1.73 2023/06/13 15:45:55 adam Exp $ bin/corepack bin/node bin/npm @@ -70,6 +70,7 @@ lib/node_modules/corepack/CHANGELOG.md lib/node_modules/corepack/LICENSE.md lib/node_modules/corepack/README.md lib/node_modules/corepack/dist/corepack.js +lib/node_modules/corepack/dist/lib/corepack.cjs lib/node_modules/corepack/dist/npm.js lib/node_modules/corepack/dist/npx.js lib/node_modules/corepack/dist/pnpm.js @@ -671,6 +672,7 @@ lib/node_modules/npm/node_modules/@npmcl lib/node_modules/npm/node_modules/@npmcli/node-gyp/package.json lib/node_modules/npm/node_modules/@npmcli/package-json/LICENSE lib/node_modules/npm/node_modules/@npmcli/package-json/lib/index.js +lib/node_modules/npm/node_modules/@npmcli/package-json/lib/normalize.js lib/node_modules/npm/node_modules/@npmcli/package-json/lib/update-dependencies.js lib/node_modules/npm/node_modules/@npmcli/package-json/lib/update-scripts.js lib/node_modules/npm/node_modules/@npmcli/package-json/lib/update-workspaces.js @@ -2107,6 +2109,8 @@ lib/node_modules/npm/node_modules/sigsto lib/node_modules/npm/node_modules/sigstore/dist/external/index.js lib/node_modules/npm/node_modules/sigstore/dist/external/rekor.d.ts lib/node_modules/npm/node_modules/sigstore/dist/external/rekor.js +lib/node_modules/npm/node_modules/sigstore/dist/external/tsa.d.ts +lib/node_modules/npm/node_modules/sigstore/dist/external/tsa.js lib/node_modules/npm/node_modules/sigstore/dist/identity/ci.d.ts lib/node_modules/npm/node_modules/sigstore/dist/identity/ci.js lib/node_modules/npm/node_modules/sigstore/dist/identity/index.d.ts @@ -2147,10 +2151,14 @@ lib/node_modules/npm/node_modules/sigsto lib/node_modules/npm/node_modules/sigstore/dist/tlog/verify/index.js lib/node_modules/npm/node_modules/sigstore/dist/tlog/verify/set.d.ts lib/node_modules/npm/node_modules/sigstore/dist/tlog/verify/set.js +lib/node_modules/npm/node_modules/sigstore/dist/tsa/index.d.ts +lib/node_modules/npm/node_modules/sigstore/dist/tsa/index.js lib/node_modules/npm/node_modules/sigstore/dist/tuf/index.d.ts lib/node_modules/npm/node_modules/sigstore/dist/tuf/index.js lib/node_modules/npm/node_modules/sigstore/dist/tuf/target.d.ts lib/node_modules/npm/node_modules/sigstore/dist/tuf/target.js +lib/node_modules/npm/node_modules/sigstore/dist/types/fetch.d.ts +lib/node_modules/npm/node_modules/sigstore/dist/types/fetch.js lib/node_modules/npm/node_modules/sigstore/dist/types/signature.d.ts lib/node_modules/npm/node_modules/sigstore/dist/types/signature.js lib/node_modules/npm/node_modules/sigstore/dist/types/sigstore/index.d.ts Index: pkgsrc/lang/nodejs/distinfo diff -u pkgsrc/lang/nodejs/distinfo:1.237 pkgsrc/lang/nodejs/distinfo:1.238 --- pkgsrc/lang/nodejs/distinfo:1.237 Wed May 17 15:55:05 2023 +++ pkgsrc/lang/nodejs/distinfo Tue Jun 13 15:45:55 2023 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.237 2023/05/17 15:55:05 adam Exp $ +$NetBSD: distinfo,v 1.238 2023/06/13 15:45:55 adam Exp $ -BLAKE2s (node-v20.2.0.tar.xz) = 4c25a38069fbefdf97c002a2e085950885f8a0cc56a680648fd4f632497d95b3 -SHA512 (node-v20.2.0.tar.xz) = bf780e79bf6c7f766beb7734c7af45edc62094aba4c608f5519b130ff263e52ece925f85a4ee5740e962d16020070ef00933f6c74e771d948f23525c223da48e -Size (node-v20.2.0.tar.xz) = 41778040 bytes +BLAKE2s (node-v20.3.0.tar.xz) = e23700714d750a95b66d10c1bb9e5c8a0ab69a9705f46a629b1cc11729cfb367 +SHA512 (node-v20.3.0.tar.xz) = 6aade4c1cc0ef8f47f403286d88099a3c0bf43f6e1e2b6d50e777eb9327fc1f0a8ba73c943306a431fd422fdda9017b1931bcb31c48badcfcadde8a260840d7c +Size (node-v20.3.0.tar.xz) = 41709484 bytes SHA1 (patch-common.gypi) = f50615affd26c2c7902d2112c8e9f2704c057b9c SHA1 (patch-deps_cares_cares.gyp) = 22b44f2ac59963f694dfe4f4585e08960b3dec32 SHA1 (patch-deps_uv_common.gypi) = 29f0c382b68f77749a71ce39fa2ca37338ca18ec --_----------=_1686671156131330--