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:           Wed Feb  4 11:31:38 UTC 2026

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

Log Message:
nodejs: updated to 25.6.0

25.6.0 (Current)

Notable Changes

- (SEMVER-MINOR) async_hooks: add trackPromises option to createHook() (Joyee Cheung)
- (SEMVER-MINOR) net: add setTOS and getTOS to Socket (Amol Yadav)
- (SEMVER-MINOR) src: add initial support for ESM in embedder API (Joyee Cheung)
- src: improve TextEncoder encode performance with simdutf (Mert Can Altin)
- (SEMVER-MINOR) stream: add bytes() method to node:stream/consumers (wantaek)
- (SEMVER-MINOR) test_runner: add env option to run function (Ethan Arrowood)
- url: update Ada to v3.4.2 and support Unicode 17 (Yagiz Nizipli)


To generate a diff of this commit:
cvs rdiff -u -r1.340 -r1.341 pkgsrc/lang/nodejs/Makefile
cvs rdiff -u -r1.94 -r1.95 pkgsrc/lang/nodejs/PLIST
cvs rdiff -u -r1.310 -r1.311 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.340 pkgsrc/lang/nodejs/Makefile:1.341
--- pkgsrc/lang/nodejs/Makefile:1.340   Wed Jan 21 19:01:46 2026
+++ pkgsrc/lang/nodejs/Makefile Wed Feb  4 11:31:38 2026
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.340 2026/01/21 19:01:46 adam Exp $
+# $NetBSD: Makefile,v 1.341 2026/02/04 11:31:38 adam Exp $
 
-DISTNAME=      node-v25.4.0
+DISTNAME=      node-v25.6.0
 EXTRACT_SUFX=  .tar.xz
 
 USE_LANGUAGES= c c++
 
 USE_CXX_FEATURES=      c++20 charconv
-FORCE_CXX_STD=         gnu++20
 
 .include "../../mk/bsd.prefs.mk"
 

Index: pkgsrc/lang/nodejs/PLIST
diff -u pkgsrc/lang/nodejs/PLIST:1.94 pkgsrc/lang/nodejs/PLIST:1.95
--- pkgsrc/lang/nodejs/PLIST:1.94       Wed Jan 21 19:01:46 2026
+++ pkgsrc/lang/nodejs/PLIST    Wed Feb  4 11:31:38 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.94 2026/01/21 19:01:46 adam Exp $
+@comment $NetBSD: PLIST,v 1.95 2026/02/04 11:31:38 adam Exp $
 bin/node
 bin/npm
 bin/npx
@@ -823,10 +823,12 @@ lib/node_modules/npm/node_modules/@sigst
 lib/node_modules/npm/node_modules/@sigstore/sign/dist/bundler/dsse.js
 lib/node_modules/npm/node_modules/@sigstore/sign/dist/bundler/index.js
 lib/node_modules/npm/node_modules/@sigstore/sign/dist/bundler/message.js
+lib/node_modules/npm/node_modules/@sigstore/sign/dist/config.js
 lib/node_modules/npm/node_modules/@sigstore/sign/dist/error.js
 lib/node_modules/npm/node_modules/@sigstore/sign/dist/external/error.js
 lib/node_modules/npm/node_modules/@sigstore/sign/dist/external/fetch.js
 lib/node_modules/npm/node_modules/@sigstore/sign/dist/external/fulcio.js
+lib/node_modules/npm/node_modules/@sigstore/sign/dist/external/rekor-v2.js
 lib/node_modules/npm/node_modules/@sigstore/sign/dist/external/rekor.js
 lib/node_modules/npm/node_modules/@sigstore/sign/dist/external/tsa.js
 lib/node_modules/npm/node_modules/@sigstore/sign/dist/identity/ci.js
@@ -849,9 +851,6 @@ lib/node_modules/npm/node_modules/@sigst
 lib/node_modules/npm/node_modules/@sigstore/sign/dist/witness/tsa/client.js
 lib/node_modules/npm/node_modules/@sigstore/sign/dist/witness/tsa/index.js
 lib/node_modules/npm/node_modules/@sigstore/sign/dist/witness/witness.js
-lib/node_modules/npm/node_modules/@sigstore/sign/node_modules/proc-log/LICENSE
-lib/node_modules/npm/node_modules/@sigstore/sign/node_modules/proc-log/lib/index.js
-lib/node_modules/npm/node_modules/@sigstore/sign/node_modules/proc-log/package.json
 lib/node_modules/npm/node_modules/@sigstore/sign/package.json
 lib/node_modules/npm/node_modules/@sigstore/tuf/LICENSE
 lib/node_modules/npm/node_modules/@sigstore/tuf/dist/appdata.js
@@ -871,15 +870,15 @@ lib/node_modules/npm/node_modules/@sigst
 lib/node_modules/npm/node_modules/@sigstore/verify/dist/key/sct.js
 lib/node_modules/npm/node_modules/@sigstore/verify/dist/policy.js
 lib/node_modules/npm/node_modules/@sigstore/verify/dist/shared.types.js
-lib/node_modules/npm/node_modules/@sigstore/verify/dist/timestamp/checkpoint.js
 lib/node_modules/npm/node_modules/@sigstore/verify/dist/timestamp/index.js
-lib/node_modules/npm/node_modules/@sigstore/verify/dist/timestamp/merkle.js
-lib/node_modules/npm/node_modules/@sigstore/verify/dist/timestamp/set.js
 lib/node_modules/npm/node_modules/@sigstore/verify/dist/timestamp/tsa.js
+lib/node_modules/npm/node_modules/@sigstore/verify/dist/tlog/checkpoint.js
 lib/node_modules/npm/node_modules/@sigstore/verify/dist/tlog/dsse.js
 lib/node_modules/npm/node_modules/@sigstore/verify/dist/tlog/hashedrekord.js
 lib/node_modules/npm/node_modules/@sigstore/verify/dist/tlog/index.js
 lib/node_modules/npm/node_modules/@sigstore/verify/dist/tlog/intoto.js
+lib/node_modules/npm/node_modules/@sigstore/verify/dist/tlog/merkle.js
+lib/node_modules/npm/node_modules/@sigstore/verify/dist/tlog/set.js
 lib/node_modules/npm/node_modules/@sigstore/verify/dist/trust/filter.js
 lib/node_modules/npm/node_modules/@sigstore/verify/dist/trust/index.js
 lib/node_modules/npm/node_modules/@sigstore/verify/dist/trust/trust.types.js
@@ -908,22 +907,6 @@ lib/node_modules/npm/node_modules/@tufjs
 lib/node_modules/npm/node_modules/@tufjs/models/dist/utils/oid.js
 lib/node_modules/npm/node_modules/@tufjs/models/dist/utils/types.js
 lib/node_modules/npm/node_modules/@tufjs/models/dist/utils/verify.js
-lib/node_modules/npm/node_modules/@tufjs/models/node_modules/minimatch/LICENSE
-lib/node_modules/npm/node_modules/@tufjs/models/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js
-lib/node_modules/npm/node_modules/@tufjs/models/node_modules/minimatch/dist/commonjs/ast.js
-lib/node_modules/npm/node_modules/@tufjs/models/node_modules/minimatch/dist/commonjs/brace-expressions.js
-lib/node_modules/npm/node_modules/@tufjs/models/node_modules/minimatch/dist/commonjs/escape.js
-lib/node_modules/npm/node_modules/@tufjs/models/node_modules/minimatch/dist/commonjs/index.js
-lib/node_modules/npm/node_modules/@tufjs/models/node_modules/minimatch/dist/commonjs/package.json
-lib/node_modules/npm/node_modules/@tufjs/models/node_modules/minimatch/dist/commonjs/unescape.js
-lib/node_modules/npm/node_modules/@tufjs/models/node_modules/minimatch/dist/esm/assert-valid-pattern.js
-lib/node_modules/npm/node_modules/@tufjs/models/node_modules/minimatch/dist/esm/ast.js
-lib/node_modules/npm/node_modules/@tufjs/models/node_modules/minimatch/dist/esm/brace-expressions.js
-lib/node_modules/npm/node_modules/@tufjs/models/node_modules/minimatch/dist/esm/escape.js
-lib/node_modules/npm/node_modules/@tufjs/models/node_modules/minimatch/dist/esm/index.js
-lib/node_modules/npm/node_modules/@tufjs/models/node_modules/minimatch/dist/esm/package.json
-lib/node_modules/npm/node_modules/@tufjs/models/node_modules/minimatch/dist/esm/unescape.js
-lib/node_modules/npm/node_modules/@tufjs/models/node_modules/minimatch/package.json
 lib/node_modules/npm/node_modules/@tufjs/models/package.json
 lib/node_modules/npm/node_modules/abbrev/LICENSE
 lib/node_modules/npm/node_modules/abbrev/lib/index.js
@@ -943,9 +926,6 @@ lib/node_modules/npm/node_modules/archy/
 lib/node_modules/npm/node_modules/archy/examples/multi_line.js
 lib/node_modules/npm/node_modules/archy/index.js
 lib/node_modules/npm/node_modules/archy/package.json
-lib/node_modules/npm/node_modules/balanced-match/LICENSE.md
-lib/node_modules/npm/node_modules/balanced-match/index.js
-lib/node_modules/npm/node_modules/balanced-match/package.json
 lib/node_modules/npm/node_modules/bin-links/LICENSE
 lib/node_modules/npm/node_modules/bin-links/lib/bin-target.js
 lib/node_modules/npm/node_modules/bin-links/lib/check-bin.js
@@ -967,9 +947,6 @@ lib/node_modules/npm/node_modules/binary
 lib/node_modules/npm/node_modules/binary-extensions/index.js
 lib/node_modules/npm/node_modules/binary-extensions/license
 lib/node_modules/npm/node_modules/binary-extensions/package.json
-lib/node_modules/npm/node_modules/brace-expansion/LICENSE
-lib/node_modules/npm/node_modules/brace-expansion/index.js
-lib/node_modules/npm/node_modules/brace-expansion/package.json
 lib/node_modules/npm/node_modules/cacache/LICENSE.md
 lib/node_modules/npm/node_modules/cacache/lib/content/path.js
 lib/node_modules/npm/node_modules/cacache/lib/content/read.js
@@ -1015,8 +992,11 @@ lib/node_modules/npm/node_modules/cmd-sh
 lib/node_modules/npm/node_modules/cmd-shim/lib/index.js
 lib/node_modules/npm/node_modules/cmd-shim/lib/to-batch-syntax.js
 lib/node_modules/npm/node_modules/cmd-shim/package.json
-lib/node_modules/npm/node_modules/common-ancestor-path/LICENSE
-lib/node_modules/npm/node_modules/common-ancestor-path/index.js
+lib/node_modules/npm/node_modules/common-ancestor-path/LICENSE.md
+lib/node_modules/npm/node_modules/common-ancestor-path/dist/commonjs/index.js
+lib/node_modules/npm/node_modules/common-ancestor-path/dist/commonjs/package.json
+lib/node_modules/npm/node_modules/common-ancestor-path/dist/esm/index.js
+lib/node_modules/npm/node_modules/common-ancestor-path/dist/esm/package.json
 lib/node_modules/npm/node_modules/common-ancestor-path/package.json
 lib/node_modules/npm/node_modules/cssesc/LICENSE-MIT.txt
 lib/node_modules/npm/node_modules/cssesc/README.md
@@ -1308,7 +1288,7 @@ lib/node_modules/npm/node_modules/libnpm
 lib/node_modules/npm/node_modules/libnpmversion/lib/version.js
 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
+lib/node_modules/npm/node_modules/lru-cache/LICENSE.md
 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/package.json
@@ -1965,6 +1945,7 @@ lib/node_modules/npm/node_modules/valida
 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/builtin-modules.json
 lib/node_modules/npm/node_modules/validate-npm-package-name/lib/index.js
 lib/node_modules/npm/node_modules/validate-npm-package-name/package.json
 lib/node_modules/npm/node_modules/walk-up-path/LICENSE

Index: pkgsrc/lang/nodejs/distinfo
diff -u pkgsrc/lang/nodejs/distinfo:1.310 pkgsrc/lang/nodejs/distinfo:1.311
--- pkgsrc/lang/nodejs/distinfo:1.310   Wed Jan 21 19:01:46 2026
+++ pkgsrc/lang/nodejs/distinfo Wed Feb  4 11:31:38 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.310 2026/01/21 19:01:46 adam Exp $
+$NetBSD: distinfo,v 1.311 2026/02/04 11:31:38 adam Exp $
 
-BLAKE2s (node-v25.4.0.tar.xz) = 280d1b328247bc5a2a537ebd38e427387ddbc6e1a8449c2d5fa0b41b81582291
-SHA512 (node-v25.4.0.tar.xz) = 0bff510420b2a0399162e09d085ed40c34e6cb5fe0397427d9dbca3fc11d93b55c4cab42b145b361cf9e8015c52f353cf633f68b245b5581ffa28000fb4482b4
-Size (node-v25.4.0.tar.xz) = 54038940 bytes
+BLAKE2s (node-v25.6.0.tar.xz) = 1af2aa18d76dec1cccb633319368e49c078127e7c6901c50a45ce873a6a45d60
+SHA512 (node-v25.6.0.tar.xz) = 91140a10eec03891c8c8178798b6e974abe379c551f3d8dba2cb8536a8185e2bd5297c34ec72d964246171c9173785293586db1e1c9ceb29e1df9c8494dc1b34
+Size (node-v25.6.0.tar.xz) = 56190484 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