Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=QEFNiMBu; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=jszwo8Ld Received: by mail.netbsd.org (Postfix, from userid 605) id 0AD4384E60; Tue, 7 May 2024 18:07:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715105228; bh=mvcK8rrqCUZ62Y+Qgfp68OvCpcmZuuV2TyRYqt8efJY=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=QEFNiMBubBwyKGL0nFGxTpnrZZZh+6sM1b3XfwTnp1iA74VdZ6Z6NODzIZgSVoWM4 xcGBIuih2GzLbKKEPk9F2Q0HhT90N5oOGoMNllUoFtZAR4XPAWi0k3waCQ+Igh3r3a j0Dfe7HJYR6ypU8NJVxxzlCFLuRNG5MUQiyEyjh8= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E810584E55 for ; Tue, 7 May 2024 18:07:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 fLXcbmwhoN_y for ; Tue, 7 May 2024 18:07:05 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7324384D00 for ; Tue, 7 May 2024 18:07:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715105225; bh=mvcK8rrqCUZ62Y+Qgfp68OvCpcmZuuV2TyRYqt8efJY=; h=Date:From:Subject:To:Reply-To; b=jszwo8LdxqcRQdoJcqgckZpCOhMO6++WAxVeR/Zv+OvyFs8ktDG5ilMPcaqUW5PN8 TXYDLXi7me9oNGHBqxo2w5TzMnNOm7UDiTxYBA94CkcVcNfPSHB+1pm57sZ4RwEEvm DORSoNwXj8kKosJp82UePThxcWjzvP1n1JN5GKVA= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6CE1FFA2C; Tue, 7 May 2024 18:07:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171510522550" MIME-Version: 1.0 Date: Tue, 7 May 2024 18:07:05 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/lang/nodejs20 To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240507180705.6CE1FFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171510522550 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue May 7 18:07:05 UTC 2024 Modified Files: pkgsrc/lang/nodejs20: Makefile PLIST distinfo pkgsrc/lang/nodejs20/patches: patch-tools_install.py Log Message: nodejs20: updated to 20.13.0 Node.js v20.13.0 buffer: improve base64 and base64url performance crypto: deprecate implicitly shortened GCM tags events,doc: mark CustomEvent as stable fs: add stacktrace to fs/promises report: add --report-exclude-network option src: add uv_get_available_memory to report and process stream: support typed arrays util: support array of formats in util.styleText v8: implement v8.queryObjects() for memory leak regression testing watch: mark as stable To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/nodejs20/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/nodejs20/PLIST cvs rdiff -u -r1.7 -r1.8 pkgsrc/lang/nodejs20/distinfo cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/nodejs20/patches/patch-tools_install.py Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171510522550 Content-Disposition: inline Content-Length: 14567 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/nodejs20/Makefile diff -u pkgsrc/lang/nodejs20/Makefile:1.8 pkgsrc/lang/nodejs20/Makefile:1.9 --- pkgsrc/lang/nodejs20/Makefile:1.8 Thu Apr 11 14:50:02 2024 +++ pkgsrc/lang/nodejs20/Makefile Tue May 7 18:07:05 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2024/04/11 14:50:02 adam Exp $ +# $NetBSD: Makefile,v 1.9 2024/05/07 18:07:05 adam Exp $ -DISTNAME= node-v20.12.2 +DISTNAME= node-v20.13.0 EXTRACT_SUFX= .tar.xz USE_LANGUAGES= c gnu++17 Index: pkgsrc/lang/nodejs20/PLIST diff -u pkgsrc/lang/nodejs20/PLIST:1.4 pkgsrc/lang/nodejs20/PLIST:1.5 --- pkgsrc/lang/nodejs20/PLIST:1.4 Fri Apr 5 05:31:44 2024 +++ pkgsrc/lang/nodejs20/PLIST Tue May 7 18:07:05 2024 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2024/04/05 05:31:44 adam Exp $ +@comment $NetBSD: PLIST,v 1.5 2024/05/07 18:07:05 adam Exp $ bin/corepack bin/node bin/npm @@ -169,6 +169,7 @@ lib/node_modules/npm/bin/node-gyp-bin/no lib/node_modules/npm/bin/node-gyp-bin/node-gyp.cmd lib/node_modules/npm/bin/npm lib/node_modules/npm/bin/npm-cli.js +lib/node_modules/npm/bin/npm-prefix.js lib/node_modules/npm/bin/npm.cmd lib/node_modules/npm/bin/npm.ps1 lib/node_modules/npm/bin/npx @@ -447,7 +448,6 @@ lib/node_modules/npm/lib/utils/queryable lib/node_modules/npm/lib/utils/read-user-info.js lib/node_modules/npm/lib/utils/reify-finish.js lib/node_modules/npm/lib/utils/reify-output.js -lib/node_modules/npm/lib/utils/replace-info.js lib/node_modules/npm/lib/utils/sbom-cyclonedx.js lib/node_modules/npm/lib/utils/sbom-spdx.js lib/node_modules/npm/lib/utils/tar.js @@ -734,6 +734,9 @@ lib/node_modules/npm/node_modules/@npmcl lib/node_modules/npm/node_modules/@npmcli/query/LICENSE lib/node_modules/npm/node_modules/@npmcli/query/lib/index.js lib/node_modules/npm/node_modules/@npmcli/query/package.json +lib/node_modules/npm/node_modules/@npmcli/redact/LICENSE +lib/node_modules/npm/node_modules/@npmcli/redact/lib/index.js +lib/node_modules/npm/node_modules/@npmcli/redact/package.json lib/node_modules/npm/node_modules/@npmcli/run-script/LICENSE lib/node_modules/npm/node_modules/@npmcli/run-script/lib/is-server-package.js lib/node_modules/npm/node_modules/@npmcli/run-script/lib/make-spawn-args.js @@ -898,6 +901,7 @@ lib/node_modules/npm/node_modules/@tufjs lib/node_modules/npm/node_modules/abbrev/LICENSE lib/node_modules/npm/node_modules/abbrev/lib/index.js lib/node_modules/npm/node_modules/abbrev/package.json +lib/node_modules/npm/node_modules/agent-base/LICENSE lib/node_modules/npm/node_modules/agent-base/dist/helpers.js lib/node_modules/npm/node_modules/agent-base/dist/index.js lib/node_modules/npm/node_modules/agent-base/package.json @@ -1324,7 +1328,6 @@ lib/node_modules/npm/node_modules/ip-add lib/node_modules/npm/node_modules/ip-regex/index.js lib/node_modules/npm/node_modules/ip-regex/license lib/node_modules/npm/node_modules/ip-regex/package.json -lib/node_modules/npm/node_modules/is-cidr/LICENSE lib/node_modules/npm/node_modules/is-cidr/index.js lib/node_modules/npm/node_modules/is-cidr/package.json lib/node_modules/npm/node_modules/is-core-module/LICENSE @@ -1461,20 +1464,20 @@ lib/node_modules/npm/node_modules/make-f lib/node_modules/npm/node_modules/make-fetch-happen/lib/remote.js lib/node_modules/npm/node_modules/make-fetch-happen/package.json lib/node_modules/npm/node_modules/minimatch/LICENSE -lib/node_modules/npm/node_modules/minimatch/dist/cjs/assert-valid-pattern.js -lib/node_modules/npm/node_modules/minimatch/dist/cjs/ast.js -lib/node_modules/npm/node_modules/minimatch/dist/cjs/brace-expressions.js -lib/node_modules/npm/node_modules/minimatch/dist/cjs/escape.js -lib/node_modules/npm/node_modules/minimatch/dist/cjs/index.js -lib/node_modules/npm/node_modules/minimatch/dist/cjs/package.json -lib/node_modules/npm/node_modules/minimatch/dist/cjs/unescape.js -lib/node_modules/npm/node_modules/minimatch/dist/mjs/assert-valid-pattern.js -lib/node_modules/npm/node_modules/minimatch/dist/mjs/ast.js -lib/node_modules/npm/node_modules/minimatch/dist/mjs/brace-expressions.js -lib/node_modules/npm/node_modules/minimatch/dist/mjs/escape.js -lib/node_modules/npm/node_modules/minimatch/dist/mjs/index.js -lib/node_modules/npm/node_modules/minimatch/dist/mjs/package.json -lib/node_modules/npm/node_modules/minimatch/dist/mjs/unescape.js +lib/node_modules/npm/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js +lib/node_modules/npm/node_modules/minimatch/dist/commonjs/ast.js +lib/node_modules/npm/node_modules/minimatch/dist/commonjs/brace-expressions.js +lib/node_modules/npm/node_modules/minimatch/dist/commonjs/escape.js +lib/node_modules/npm/node_modules/minimatch/dist/commonjs/index.js +lib/node_modules/npm/node_modules/minimatch/dist/commonjs/package.json +lib/node_modules/npm/node_modules/minimatch/dist/commonjs/unescape.js +lib/node_modules/npm/node_modules/minimatch/dist/esm/assert-valid-pattern.js +lib/node_modules/npm/node_modules/minimatch/dist/esm/ast.js +lib/node_modules/npm/node_modules/minimatch/dist/esm/brace-expressions.js +lib/node_modules/npm/node_modules/minimatch/dist/esm/escape.js +lib/node_modules/npm/node_modules/minimatch/dist/esm/index.js +lib/node_modules/npm/node_modules/minimatch/dist/esm/package.json +lib/node_modules/npm/node_modules/minimatch/dist/esm/unescape.js lib/node_modules/npm/node_modules/minimatch/package.json lib/node_modules/npm/node_modules/minipass-collect/LICENSE lib/node_modules/npm/node_modules/minipass-collect/index.js @@ -1551,6 +1554,7 @@ lib/node_modules/npm/node_modules/negoti lib/node_modules/npm/node_modules/negotiator/lib/language.js lib/node_modules/npm/node_modules/negotiator/lib/mediaType.js lib/node_modules/npm/node_modules/negotiator/package.json +lib/node_modules/npm/node_modules/node-gyp/.release-please-manifest.json lib/node_modules/npm/node_modules/node-gyp/CHANGELOG.md lib/node_modules/npm/node_modules/node-gyp/CONTRIBUTING.md lib/node_modules/npm/node_modules/node-gyp/LICENSE @@ -1559,7 +1563,6 @@ lib/node_modules/npm/node_modules/node-g lib/node_modules/npm/node_modules/node-gyp/addon.gypi lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js lib/node_modules/npm/node_modules/node-gyp/gyp/LICENSE -lib/node_modules/npm/node_modules/node-gyp/gyp/README.md lib/node_modules/npm/node_modules/node-gyp/gyp/data/win/large-pdb-shim.cc lib/node_modules/npm/node_modules/node-gyp/gyp/gyp lib/node_modules/npm/node_modules/node-gyp/gyp/gyp.bat @@ -1644,6 +1647,7 @@ lib/node_modules/npm/node_modules/node-g lib/node_modules/npm/node_modules/node-gyp/lib/util.js lib/node_modules/npm/node_modules/node-gyp/macOS_Catalina_acid_test.sh lib/node_modules/npm/node_modules/node-gyp/package.json +lib/node_modules/npm/node_modules/node-gyp/release-please-config.json lib/node_modules/npm/node_modules/node-gyp/src/win_delay_load_hook.cc lib/node_modules/npm/node_modules/nopt/LICENSE lib/node_modules/npm/node_modules/nopt/README.md @@ -1695,7 +1699,6 @@ lib/node_modules/npm/node_modules/npm-pr lib/node_modules/npm/node_modules/npm-registry-fetch/LICENSE.md lib/node_modules/npm/node_modules/npm-registry-fetch/lib/auth.js lib/node_modules/npm/node_modules/npm-registry-fetch/lib/check-response.js -lib/node_modules/npm/node_modules/npm-registry-fetch/lib/clean-url.js lib/node_modules/npm/node_modules/npm-registry-fetch/lib/default-opts.js lib/node_modules/npm/node_modules/npm-registry-fetch/lib/errors.js lib/node_modules/npm/node_modules/npm-registry-fetch/lib/index.js @@ -1733,10 +1736,10 @@ lib/node_modules/npm/node_modules/path-k lib/node_modules/npm/node_modules/path-key/license lib/node_modules/npm/node_modules/path-key/package.json lib/node_modules/npm/node_modules/path-scurry/LICENSE.md -lib/node_modules/npm/node_modules/path-scurry/dist/cjs/index.js -lib/node_modules/npm/node_modules/path-scurry/dist/cjs/package.json -lib/node_modules/npm/node_modules/path-scurry/dist/mjs/index.js -lib/node_modules/npm/node_modules/path-scurry/dist/mjs/package.json +lib/node_modules/npm/node_modules/path-scurry/dist/commonjs/index.js +lib/node_modules/npm/node_modules/path-scurry/dist/commonjs/package.json +lib/node_modules/npm/node_modules/path-scurry/dist/esm/index.js +lib/node_modules/npm/node_modules/path-scurry/dist/esm/package.json lib/node_modules/npm/node_modules/path-scurry/package.json lib/node_modules/npm/node_modules/postcss-selector-parser/API.md lib/node_modules/npm/node_modules/postcss-selector-parser/LICENSE-MIT @@ -1822,7 +1825,10 @@ lib/node_modules/npm/node_modules/read-p lib/node_modules/npm/node_modules/read-package-json/lib/read-json.js lib/node_modules/npm/node_modules/read-package-json/package.json lib/node_modules/npm/node_modules/read/LICENSE -lib/node_modules/npm/node_modules/read/lib/read.js +lib/node_modules/npm/node_modules/read/dist/commonjs/package.json +lib/node_modules/npm/node_modules/read/dist/commonjs/read.js +lib/node_modules/npm/node_modules/read/dist/esm/package.json +lib/node_modules/npm/node_modules/read/dist/esm/read.js lib/node_modules/npm/node_modules/read/package.json lib/node_modules/npm/node_modules/retry/License lib/node_modules/npm/node_modules/retry/Makefile @@ -1922,6 +1928,7 @@ lib/node_modules/npm/node_modules/smart- lib/node_modules/npm/node_modules/smart-buffer/build/utils.js lib/node_modules/npm/node_modules/smart-buffer/docs/ROADMAP.md lib/node_modules/npm/node_modules/smart-buffer/package.json +lib/node_modules/npm/node_modules/socks-proxy-agent/LICENSE lib/node_modules/npm/node_modules/socks-proxy-agent/dist/index.js lib/node_modules/npm/node_modules/socks-proxy-agent/package.json lib/node_modules/npm/node_modules/socks/LICENSE @@ -1943,6 +1950,12 @@ lib/node_modules/npm/node_modules/socks/ lib/node_modules/npm/node_modules/socks/package.json lib/node_modules/npm/node_modules/spdx-correct/LICENSE lib/node_modules/npm/node_modules/spdx-correct/index.js +lib/node_modules/npm/node_modules/spdx-correct/node_modules/spdx-expression-parse/AUTHORS +lib/node_modules/npm/node_modules/spdx-correct/node_modules/spdx-expression-parse/LICENSE +lib/node_modules/npm/node_modules/spdx-correct/node_modules/spdx-expression-parse/index.js +lib/node_modules/npm/node_modules/spdx-correct/node_modules/spdx-expression-parse/package.json +lib/node_modules/npm/node_modules/spdx-correct/node_modules/spdx-expression-parse/parse.js +lib/node_modules/npm/node_modules/spdx-correct/node_modules/spdx-expression-parse/scan.js lib/node_modules/npm/node_modules/spdx-correct/package.json lib/node_modules/npm/node_modules/spdx-exceptions/deprecated.json lib/node_modules/npm/node_modules/spdx-exceptions/index.json @@ -2061,6 +2074,12 @@ lib/node_modules/npm/node_modules/util-d lib/node_modules/npm/node_modules/util-deprecate/package.json lib/node_modules/npm/node_modules/validate-npm-package-license/LICENSE lib/node_modules/npm/node_modules/validate-npm-package-license/index.js +lib/node_modules/npm/node_modules/validate-npm-package-license/node_modules/spdx-expression-parse/AUTHORS +lib/node_modules/npm/node_modules/validate-npm-package-license/node_modules/spdx-expression-parse/LICENSE +lib/node_modules/npm/node_modules/validate-npm-package-license/node_modules/spdx-expression-parse/index.js +lib/node_modules/npm/node_modules/validate-npm-package-license/node_modules/spdx-expression-parse/package.json +lib/node_modules/npm/node_modules/validate-npm-package-license/node_modules/spdx-expression-parse/parse.js +lib/node_modules/npm/node_modules/validate-npm-package-license/node_modules/spdx-expression-parse/scan.js lib/node_modules/npm/node_modules/validate-npm-package-license/package.json lib/node_modules/npm/node_modules/validate-npm-package-name/LICENSE lib/node_modules/npm/node_modules/validate-npm-package-name/lib/index.js Index: pkgsrc/lang/nodejs20/distinfo diff -u pkgsrc/lang/nodejs20/distinfo:1.7 pkgsrc/lang/nodejs20/distinfo:1.8 --- pkgsrc/lang/nodejs20/distinfo:1.7 Thu Apr 11 14:50:02 2024 +++ pkgsrc/lang/nodejs20/distinfo Tue May 7 18:07:05 2024 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.7 2024/04/11 14:50:02 adam Exp $ +$NetBSD: distinfo,v 1.8 2024/05/07 18:07:05 adam Exp $ -BLAKE2s (node-v20.12.2.tar.xz) = eaa411d640adc12d19ad8ec02f1b51a9fef4961a617948be41054427020e9198 -SHA512 (node-v20.12.2.tar.xz) = 2ff2873f3e1a15d529d07a74af601194c9dc7c24e566b989c96fadda8636d7ea1c97787642e9483a00db320cf1cf0817b43c4ba3ad45b15a241997c9f0c6c288 -Size (node-v20.12.2.tar.xz) = 41634476 bytes +BLAKE2s (node-v20.13.0.tar.xz) = 9ce9b0a4132192ff742eb55ebe6dcb4b16f3c33139daa9b240111b19d6536f99 +SHA512 (node-v20.13.0.tar.xz) = c0972eb5555c78c28e3e85ce5c3e9d12c1d77dcf1072e8c00a92be33269800fee1a6cf21af9c1d14f02a23e7944e5db4cc2274eccf76505c8d042290f362c21a +Size (node-v20.13.0.tar.xz) = 41765344 bytes SHA1 (patch-common.gypi) = f50615affd26c2c7902d2112c8e9f2704c057b9c SHA1 (patch-deps_cares_cares.gyp) = 22b44f2ac59963f694dfe4f4585e08960b3dec32 SHA1 (patch-deps_uv_common.gypi) = 29f0c382b68f77749a71ce39fa2ca37338ca18ec @@ -24,5 +24,5 @@ SHA1 (patch-src_inspector__agent.cc) = 3 SHA1 (patch-src_node__postmortem__metadata.cc) = 9938482d724ad6636af5dc3fa719ec26ed8539ff SHA1 (patch-tools_gyp_pylib_gyp_generator_make.py) = 570fe9889767c555468a225cd7f0b398ea6a193c SHA1 (patch-tools_gyp_pylib_gyp_xcode__emulation.py) = 4ee24115f5e97ffbd23aaa6dc62f408d381d4e22 -SHA1 (patch-tools_install.py) = 6777bbc94aa9cc7f0dc616fa30102eb01f43b943 +SHA1 (patch-tools_install.py) = af72313d5b6ff261a62da271e677c7c86486313a SHA1 (patch-tools_v8_gypfiles_v8.gyp) = 8b1b0e2216f9e8025f8e623d5aa8af3f8d670804 Index: pkgsrc/lang/nodejs20/patches/patch-tools_install.py diff -u pkgsrc/lang/nodejs20/patches/patch-tools_install.py:1.2 pkgsrc/lang/nodejs20/patches/patch-tools_install.py:1.3 --- pkgsrc/lang/nodejs20/patches/patch-tools_install.py:1.2 Fri Apr 5 05:31:45 2024 +++ pkgsrc/lang/nodejs20/patches/patch-tools_install.py Tue May 7 18:07:05 2024 @@ -1,4 +1,4 @@ -$NetBSD: patch-tools_install.py,v 1.2 2024/04/05 05:31:45 adam Exp $ +$NetBSD: patch-tools_install.py,v 1.3 2024/05/07 18:07:05 adam Exp $ Install man pages under the right directory. @@ -8,7 +8,7 @@ Install man pages under the right direct action(options, [os.path.join(options.v8_dir, 'tools/gdbinit')], 'share/doc/node/') action(options, [os.path.join(options.v8_dir, 'tools/lldb_commands.py')], 'share/doc/node/') -- if 'freebsd' in sys.platform or 'openbsd' in sys.platform: +- if 'openbsd' in sys.platform: - action(options, ['doc/node.1'], 'man/man1/') - else: - action(options, ['doc/node.1'], 'share/man/man1/') --_----------=_171510522550--