pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/nodejs



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jun  1 20:17:11 UTC 2026

Modified Files:
        pkgsrc/lang/nodejs: Makefile PLIST distinfo

Log Message:
nodejs: updated to 26.3.0

26.3.0 (Current)

Notable changes

- (SEMVER-MINOR) buffer: increase Buffer.poolSize default to 64 KiB (Matteo Collina)
- crypto: update root certificates to NSS 3.123.1 (Node.js GitHub Bot)
- (SEMVER-MINOR) http: add httpValidation option to configure header value validation (RajeshKumar11)
- (SEMVER-MINOR) inspector: expose precise coverage start to JS runtime (sangwook)
- (SEMVER-MINOR) lib,permission: add permission.drop (Rafael Gonzaga)


To generate a diff of this commit:
cvs rdiff -u -r1.352 -r1.353 pkgsrc/lang/nodejs/Makefile
cvs rdiff -u -r1.102 -r1.103 pkgsrc/lang/nodejs/PLIST
cvs rdiff -u -r1.320 -r1.321 pkgsrc/lang/nodejs/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/nodejs/Makefile
diff -u pkgsrc/lang/nodejs/Makefile:1.352 pkgsrc/lang/nodejs/Makefile:1.353
--- pkgsrc/lang/nodejs/Makefile:1.352   Fri May 22 08:06:31 2026
+++ pkgsrc/lang/nodejs/Makefile Mon Jun  1 20:17:11 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.352 2026/05/22 08:06:31 adam Exp $
+# $NetBSD: Makefile,v 1.353 2026/06/01 20:17:11 adam Exp $
 
-DISTNAME=      node-v26.2.0
+DISTNAME=      node-v26.3.0
 EXTRACT_SUFX=  .tar.xz
 
 USE_CXX_FEATURES=      c++20 charconv

Index: pkgsrc/lang/nodejs/PLIST
diff -u pkgsrc/lang/nodejs/PLIST:1.102 pkgsrc/lang/nodejs/PLIST:1.103
--- pkgsrc/lang/nodejs/PLIST:1.102      Thu May 21 12:42:10 2026
+++ pkgsrc/lang/nodejs/PLIST    Mon Jun  1 20:17:11 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.102 2026/05/21 12:42:10 adam Exp $
+@comment $NetBSD: PLIST,v 1.103 2026/06/01 20:17:11 adam Exp $
 bin/node
 bin/npm
 bin/npx
@@ -126,6 +126,7 @@ lib/node_modules/npm/bin/npx.cmd
 lib/node_modules/npm/bin/npx.ps1
 lib/node_modules/npm/docs/content/commands/npm-access.md
 lib/node_modules/npm/docs/content/commands/npm-adduser.md
+lib/node_modules/npm/docs/content/commands/npm-approve-scripts.md
 lib/node_modules/npm/docs/content/commands/npm-audit.md
 lib/node_modules/npm/docs/content/commands/npm-bugs.md
 lib/node_modules/npm/docs/content/commands/npm-cache.md
@@ -133,6 +134,7 @@ lib/node_modules/npm/docs/content/comman
 lib/node_modules/npm/docs/content/commands/npm-completion.md
 lib/node_modules/npm/docs/content/commands/npm-config.md
 lib/node_modules/npm/docs/content/commands/npm-dedupe.md
+lib/node_modules/npm/docs/content/commands/npm-deny-scripts.md
 lib/node_modules/npm/docs/content/commands/npm-deprecate.md
 lib/node_modules/npm/docs/content/commands/npm-diff.md
 lib/node_modules/npm/docs/content/commands/npm-dist-tag.md
@@ -176,6 +178,7 @@ lib/node_modules/npm/docs/content/comman
 lib/node_modules/npm/docs/content/commands/npm-search.md
 lib/node_modules/npm/docs/content/commands/npm-set.md
 lib/node_modules/npm/docs/content/commands/npm-shrinkwrap.md
+lib/node_modules/npm/docs/content/commands/npm-stage.md
 lib/node_modules/npm/docs/content/commands/npm-star.md
 lib/node_modules/npm/docs/content/commands/npm-stars.md
 lib/node_modules/npm/docs/content/commands/npm-start.md
@@ -214,6 +217,7 @@ lib/node_modules/npm/docs/content/using-
 lib/node_modules/npm/docs/lib/index.js
 lib/node_modules/npm/docs/output/commands/npm-access.html
 lib/node_modules/npm/docs/output/commands/npm-adduser.html
+lib/node_modules/npm/docs/output/commands/npm-approve-scripts.html
 lib/node_modules/npm/docs/output/commands/npm-audit.html
 lib/node_modules/npm/docs/output/commands/npm-bugs.html
 lib/node_modules/npm/docs/output/commands/npm-cache.html
@@ -221,6 +225,7 @@ lib/node_modules/npm/docs/output/command
 lib/node_modules/npm/docs/output/commands/npm-completion.html
 lib/node_modules/npm/docs/output/commands/npm-config.html
 lib/node_modules/npm/docs/output/commands/npm-dedupe.html
+lib/node_modules/npm/docs/output/commands/npm-deny-scripts.html
 lib/node_modules/npm/docs/output/commands/npm-deprecate.html
 lib/node_modules/npm/docs/output/commands/npm-diff.html
 lib/node_modules/npm/docs/output/commands/npm-dist-tag.html
@@ -264,6 +269,7 @@ lib/node_modules/npm/docs/output/command
 lib/node_modules/npm/docs/output/commands/npm-search.html
 lib/node_modules/npm/docs/output/commands/npm-set.html
 lib/node_modules/npm/docs/output/commands/npm-shrinkwrap.html
+lib/node_modules/npm/docs/output/commands/npm-stage.html
 lib/node_modules/npm/docs/output/commands/npm-star.html
 lib/node_modules/npm/docs/output/commands/npm-stars.html
 lib/node_modules/npm/docs/output/commands/npm-start.html
@@ -311,6 +317,7 @@ lib/node_modules/npm/lib/cli/update-noti
 lib/node_modules/npm/lib/cli/validate-engines.js
 lib/node_modules/npm/lib/commands/access.js
 lib/node_modules/npm/lib/commands/adduser.js
+lib/node_modules/npm/lib/commands/approve-scripts.js
 lib/node_modules/npm/lib/commands/audit.js
 lib/node_modules/npm/lib/commands/bugs.js
 lib/node_modules/npm/lib/commands/cache.js
@@ -318,6 +325,7 @@ lib/node_modules/npm/lib/commands/ci.js
 lib/node_modules/npm/lib/commands/completion.js
 lib/node_modules/npm/lib/commands/config.js
 lib/node_modules/npm/lib/commands/dedupe.js
+lib/node_modules/npm/lib/commands/deny-scripts.js
 lib/node_modules/npm/lib/commands/deprecate.js
 lib/node_modules/npm/lib/commands/diff.js
 lib/node_modules/npm/lib/commands/dist-tag.js
@@ -361,6 +369,13 @@ lib/node_modules/npm/lib/commands/sbom.j
 lib/node_modules/npm/lib/commands/search.js
 lib/node_modules/npm/lib/commands/set.js
 lib/node_modules/npm/lib/commands/shrinkwrap.js
+lib/node_modules/npm/lib/commands/stage/approve.js
+lib/node_modules/npm/lib/commands/stage/download.js
+lib/node_modules/npm/lib/commands/stage/index.js
+lib/node_modules/npm/lib/commands/stage/list.js
+lib/node_modules/npm/lib/commands/stage/publish.js
+lib/node_modules/npm/lib/commands/stage/reject.js
+lib/node_modules/npm/lib/commands/stage/view.js
 lib/node_modules/npm/lib/commands/star.js
 lib/node_modules/npm/lib/commands/stars.js
 lib/node_modules/npm/lib/commands/start.js
@@ -386,8 +401,11 @@ lib/node_modules/npm/lib/lifecycle-cmd.j
 lib/node_modules/npm/lib/npm.js
 lib/node_modules/npm/lib/package-url-cmd.js
 lib/node_modules/npm/lib/trust-cmd.js
+lib/node_modules/npm/lib/utils/allow-scripts-cmd.js
+lib/node_modules/npm/lib/utils/allow-scripts-writer.js
 lib/node_modules/npm/lib/utils/audit-error.js
 lib/node_modules/npm/lib/utils/auth.js
+lib/node_modules/npm/lib/utils/check-allow-scripts.js
 lib/node_modules/npm/lib/utils/cmd-list.js
 lib/node_modules/npm/lib/utils/completion.fish
 lib/node_modules/npm/lib/utils/completion.sh
@@ -404,6 +422,7 @@ lib/node_modules/npm/lib/utils/get-works
 lib/node_modules/npm/lib/utils/installed-deep.js
 lib/node_modules/npm/lib/utils/installed-shallow.js
 lib/node_modules/npm/lib/utils/is-windows.js
+lib/node_modules/npm/lib/utils/key-values.js
 lib/node_modules/npm/lib/utils/log-file.js
 lib/node_modules/npm/lib/utils/npm-usage.js
 lib/node_modules/npm/lib/utils/oidc.js
@@ -414,15 +433,20 @@ 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/resolve-allow-scripts.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/strict-allow-scripts-preflight.js
 lib/node_modules/npm/lib/utils/tar.js
 lib/node_modules/npm/lib/utils/timers.js
 lib/node_modules/npm/lib/utils/update-workspaces.js
 lib/node_modules/npm/lib/utils/validate-lockfile.js
+lib/node_modules/npm/lib/utils/validate-uuid.js
 lib/node_modules/npm/lib/utils/verify-signatures.js
+lib/node_modules/npm/lib/utils/warn-workspace-allow-scripts.js
 lib/node_modules/npm/man/man1/npm-access.1
 lib/node_modules/npm/man/man1/npm-adduser.1
+lib/node_modules/npm/man/man1/npm-approve-scripts.1
 lib/node_modules/npm/man/man1/npm-audit.1
 lib/node_modules/npm/man/man1/npm-bugs.1
 lib/node_modules/npm/man/man1/npm-cache.1
@@ -430,6 +454,7 @@ lib/node_modules/npm/man/man1/npm-ci.1
 lib/node_modules/npm/man/man1/npm-completion.1
 lib/node_modules/npm/man/man1/npm-config.1
 lib/node_modules/npm/man/man1/npm-dedupe.1
+lib/node_modules/npm/man/man1/npm-deny-scripts.1
 lib/node_modules/npm/man/man1/npm-deprecate.1
 lib/node_modules/npm/man/man1/npm-diff.1
 lib/node_modules/npm/man/man1/npm-dist-tag.1
@@ -473,6 +498,7 @@ lib/node_modules/npm/man/man1/npm-sbom.1
 lib/node_modules/npm/man/man1/npm-search.1
 lib/node_modules/npm/man/man1/npm-set.1
 lib/node_modules/npm/man/man1/npm-shrinkwrap.1
+lib/node_modules/npm/man/man1/npm-stage.1
 lib/node_modules/npm/man/man1/npm-star.1
 lib/node_modules/npm/man/man1/npm-stars.1
 lib/node_modules/npm/man/man1/npm-start.1
@@ -567,6 +593,7 @@ lib/node_modules/npm/node_modules/@npmcl
 lib/node_modules/npm/node_modules/@npmcli/arborist/lib/from-path.js
 lib/node_modules/npm/node_modules/@npmcli/arborist/lib/gather-dep-set.js
 lib/node_modules/npm/node_modules/@npmcli/arborist/lib/index.js
+lib/node_modules/npm/node_modules/@npmcli/arborist/lib/install-scripts.js
 lib/node_modules/npm/node_modules/@npmcli/arborist/lib/inventory.js
 lib/node_modules/npm/node_modules/@npmcli/arborist/lib/isolated-classes.js
 lib/node_modules/npm/node_modules/@npmcli/arborist/lib/link.js
@@ -583,6 +610,7 @@ lib/node_modules/npm/node_modules/@npmcl
 lib/node_modules/npm/node_modules/@npmcli/arborist/lib/relpath.js
 lib/node_modules/npm/node_modules/@npmcli/arborist/lib/reset-dep-flags.js
 lib/node_modules/npm/node_modules/@npmcli/arborist/lib/retire-path.js
+lib/node_modules/npm/node_modules/@npmcli/arborist/lib/script-allowed.js
 lib/node_modules/npm/node_modules/@npmcli/arborist/lib/shrinkwrap.js
 lib/node_modules/npm/node_modules/@npmcli/arborist/lib/signal-handling.js
 lib/node_modules/npm/node_modules/@npmcli/arborist/lib/signals.js
@@ -602,6 +630,7 @@ lib/node_modules/npm/node_modules/@npmcl
 lib/node_modules/npm/node_modules/@npmcli/config/lib/errors.js
 lib/node_modules/npm/node_modules/@npmcli/config/lib/index.js
 lib/node_modules/npm/node_modules/@npmcli/config/lib/nerf-dart.js
+lib/node_modules/npm/node_modules/@npmcli/config/lib/parse-allow-scripts-list.js
 lib/node_modules/npm/node_modules/@npmcli/config/lib/parse-field.js
 lib/node_modules/npm/node_modules/@npmcli/config/lib/set-envs.js
 lib/node_modules/npm/node_modules/@npmcli/config/lib/type-defs.js
@@ -1205,20 +1234,32 @@ lib/node_modules/npm/node_modules/libnpm
 lib/node_modules/npm/node_modules/libnpmversion/lib/write-json.js
 lib/node_modules/npm/node_modules/libnpmversion/package.json
 lib/node_modules/npm/node_modules/lru-cache/LICENSE.md
+lib/node_modules/npm/node_modules/lru-cache/dist/commonjs/browser/diagnostics-channel.js
+lib/node_modules/npm/node_modules/lru-cache/dist/commonjs/browser/index.js
+lib/node_modules/npm/node_modules/lru-cache/dist/commonjs/browser/index.min.js
+lib/node_modules/npm/node_modules/lru-cache/dist/commonjs/browser/perf.js
 lib/node_modules/npm/node_modules/lru-cache/dist/commonjs/diagnostics-channel.js
 lib/node_modules/npm/node_modules/lru-cache/dist/commonjs/index.js
 lib/node_modules/npm/node_modules/lru-cache/dist/commonjs/index.min.js
+lib/node_modules/npm/node_modules/lru-cache/dist/commonjs/node/diagnostics-channel.js
+lib/node_modules/npm/node_modules/lru-cache/dist/commonjs/node/index.js
+lib/node_modules/npm/node_modules/lru-cache/dist/commonjs/node/index.min.js
+lib/node_modules/npm/node_modules/lru-cache/dist/commonjs/node/perf.js
 lib/node_modules/npm/node_modules/lru-cache/dist/commonjs/package.json
+lib/node_modules/npm/node_modules/lru-cache/dist/commonjs/perf.js
 lib/node_modules/npm/node_modules/lru-cache/dist/esm/browser/diagnostics-channel.js
 lib/node_modules/npm/node_modules/lru-cache/dist/esm/browser/index.js
 lib/node_modules/npm/node_modules/lru-cache/dist/esm/browser/index.min.js
+lib/node_modules/npm/node_modules/lru-cache/dist/esm/browser/perf.js
 lib/node_modules/npm/node_modules/lru-cache/dist/esm/diagnostics-channel.js
 lib/node_modules/npm/node_modules/lru-cache/dist/esm/index.js
 lib/node_modules/npm/node_modules/lru-cache/dist/esm/index.min.js
 lib/node_modules/npm/node_modules/lru-cache/dist/esm/node/diagnostics-channel.js
 lib/node_modules/npm/node_modules/lru-cache/dist/esm/node/index.js
 lib/node_modules/npm/node_modules/lru-cache/dist/esm/node/index.min.js
+lib/node_modules/npm/node_modules/lru-cache/dist/esm/node/perf.js
 lib/node_modules/npm/node_modules/lru-cache/dist/esm/package.json
+lib/node_modules/npm/node_modules/lru-cache/dist/esm/perf.js
 lib/node_modules/npm/node_modules/lru-cache/package.json
 lib/node_modules/npm/node_modules/make-fetch-happen/LICENSE
 lib/node_modules/npm/node_modules/make-fetch-happen/lib/cache/entry.js
@@ -1615,6 +1656,7 @@ lib/node_modules/npm/node_modules/semver
 lib/node_modules/npm/node_modules/semver/functions/rsort.js
 lib/node_modules/npm/node_modules/semver/functions/satisfies.js
 lib/node_modules/npm/node_modules/semver/functions/sort.js
+lib/node_modules/npm/node_modules/semver/functions/truncate.js
 lib/node_modules/npm/node_modules/semver/functions/valid.js
 lib/node_modules/npm/node_modules/semver/index.js
 lib/node_modules/npm/node_modules/semver/internal/constants.js

Index: pkgsrc/lang/nodejs/distinfo
diff -u pkgsrc/lang/nodejs/distinfo:1.320 pkgsrc/lang/nodejs/distinfo:1.321
--- pkgsrc/lang/nodejs/distinfo:1.320   Thu May 21 12:42:10 2026
+++ pkgsrc/lang/nodejs/distinfo Mon Jun  1 20:17:11 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.320 2026/05/21 12:42:10 adam Exp $
+$NetBSD: distinfo,v 1.321 2026/06/01 20:17:11 adam Exp $
 
-BLAKE2s (node-v26.2.0.tar.xz) = 68c74f471502821117ee25be1d4f3d83a1e9850a7e03c8f82b0848573aa6da3c
-SHA512 (node-v26.2.0.tar.xz) = dc7d41c864abea701f881624d5e7413e6ff6572cc1ad262bb7b67f6532a5add5b943f318193ada0644c8d8cd6f2503784adb1652912abc77938f40ff356360c6
-Size (node-v26.2.0.tar.xz) = 58705296 bytes
+BLAKE2s (node-v26.3.0.tar.xz) = e796c7c16f76491a60587eab9d09a0881e7b8580d3f388ad27be9d140e661faf
+SHA512 (node-v26.3.0.tar.xz) = 464a24d2536f3ead35325cfb268355fcc66a95260519174cba847efa4037ae2529c24781595b11aae45810570f41c0d2f2d7db2ed365baccda1017a7131a7efe
+Size (node-v26.3.0.tar.xz) = 59811728 bytes
 SHA1 (patch-common.gypi) = 4620bcaf4d953bc415319a957fe41e1a70b94357
 SHA1 (patch-deps_cares_cares.gyp) = 22b44f2ac59963f694dfe4f4585e08960b3dec32
 SHA1 (patch-deps_uv_common.gypi) = 29f0c382b68f77749a71ce39fa2ca37338ca18ec



Home | Main Index | Thread Index | Old Index