pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/nodejs24



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Aug 27 07:25:31 UTC 2026

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

Log Message:
nodejs24: updated to 24.20.0

24.20.0 'Krypton' (LTS)

Notable Changes

- (SEMVER-MINOR) async_hooks: add using scopes to AsyncLocalStorage (Stephen Belanger)
- (SEMVER-MINOR) buffer: add end parameter (Robert Nagy)
- crypto: update root certificates to NSS 3.125 (Node.js GitHub Bot)
- doc: add MikeMcC399 as collaborator (Mike McCready)
- (SEMVER-MINOR) lib,permission: add permission.drop (Rafael Gonzaga)
- (SEMVER-MINOR) loader: implement package maps (Maël Nison)
- (SEMVER-MINOR) src,permission: add --permission-audit (RafaelGSS)
- (SEMVER-MINOR) stream: add node:stream/iter implementation (James M Snell)
- (SEMVER-MINOR) test_runner: add context.log() and test:log event (Moshe Atlow)
- (SEMVER-MINOR) test_runner: report entryFile in TestStream events (Moshe Atlow)
- (SEMVER-MINOR) wasm: enable JSPI (Guy Bedford)


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/lang/nodejs24/Makefile \
    pkgsrc/lang/nodejs24/distinfo
cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/nodejs24/PLIST

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

Modified files:

Index: pkgsrc/lang/nodejs24/Makefile
diff -u pkgsrc/lang/nodejs24/Makefile:1.15 pkgsrc/lang/nodejs24/Makefile:1.16
--- pkgsrc/lang/nodejs24/Makefile:1.15  Thu Aug  6 13:27:41 2026
+++ pkgsrc/lang/nodejs24/Makefile       Thu Aug 27 07:25:31 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2026/08/06 13:27:41 adam Exp $
+# $NetBSD: Makefile,v 1.16 2026/08/27 07:25:31 adam Exp $
 
-DISTNAME=      node-v24.19.0
+DISTNAME=      node-v24.20.0
 EXTRACT_SUFX=  .tar.xz
 
 USE_LANGUAGES= c c++
Index: pkgsrc/lang/nodejs24/distinfo
diff -u pkgsrc/lang/nodejs24/distinfo:1.15 pkgsrc/lang/nodejs24/distinfo:1.16
--- pkgsrc/lang/nodejs24/distinfo:1.15  Thu Aug  6 13:27:42 2026
+++ pkgsrc/lang/nodejs24/distinfo       Thu Aug 27 07:25:31 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.15 2026/08/06 13:27:42 adam Exp $
+$NetBSD: distinfo,v 1.16 2026/08/27 07:25:31 adam Exp $
 
-BLAKE2s (node-v24.19.0.tar.xz) = 02c559371c9360cb41571f1c43dd73064e5073dcf94e9ff831dae688c73358e1
-SHA512 (node-v24.19.0.tar.xz) = 82057740cace16e02fa973d5fef5fc265150e3c278cc232d32ad7d5a9163b8cbfdf437de8675b8a174c9883a94a680de2ac1c2184957767efd5add3fa8380751
-Size (node-v24.19.0.tar.xz) = 55505276 bytes
+BLAKE2s (node-v24.20.0.tar.xz) = d7fe6bdce335e15f4bb866017e122d5def7a319b814d761daacdd922d806d79c
+SHA512 (node-v24.20.0.tar.xz) = bf88e6242e54e46b9802401f6da586b3b460da788dd32a8f3b142c75c828fb8f629faad38d8d786c6f5c69358970fda30092b50b8d7ed9d4c7977fb5492943af
+Size (node-v24.20.0.tar.xz) = 56269664 bytes
 SHA1 (patch-common.gypi) = 4620bcaf4d953bc415319a957fe41e1a70b94357
 SHA1 (patch-deps_cares_cares.gyp) = 22b44f2ac59963f694dfe4f4585e08960b3dec32
 SHA1 (patch-deps_uv_common.gypi) = 29f0c382b68f77749a71ce39fa2ca37338ca18ec

Index: pkgsrc/lang/nodejs24/PLIST
diff -u pkgsrc/lang/nodejs24/PLIST:1.8 pkgsrc/lang/nodejs24/PLIST:1.9
--- pkgsrc/lang/nodejs24/PLIST:1.8      Thu Aug  6 13:27:41 2026
+++ pkgsrc/lang/nodejs24/PLIST  Thu Aug 27 07:25:31 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2026/08/06 13:27:41 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2026/08/27 07:25:31 adam Exp $
 bin/corepack
 bin/node
 bin/npm
@@ -206,6 +206,7 @@ lib/node_modules/npm/docs/content/comman
 lib/node_modules/npm/docs/content/commands/npm-help.md
 lib/node_modules/npm/docs/content/commands/npm-init.md
 lib/node_modules/npm/docs/content/commands/npm-install-ci-test.md
+lib/node_modules/npm/docs/content/commands/npm-install-scripts.md
 lib/node_modules/npm/docs/content/commands/npm-install-test.md
 lib/node_modules/npm/docs/content/commands/npm-install.md
 lib/node_modules/npm/docs/content/commands/npm-link.md
@@ -297,6 +298,7 @@ lib/node_modules/npm/docs/output/command
 lib/node_modules/npm/docs/output/commands/npm-help.html
 lib/node_modules/npm/docs/output/commands/npm-init.html
 lib/node_modules/npm/docs/output/commands/npm-install-ci-test.html
+lib/node_modules/npm/docs/output/commands/npm-install-scripts.html
 lib/node_modules/npm/docs/output/commands/npm-install-test.html
 lib/node_modules/npm/docs/output/commands/npm-install.html
 lib/node_modules/npm/docs/output/commands/npm-link.html
@@ -397,6 +399,7 @@ lib/node_modules/npm/lib/commands/help-s
 lib/node_modules/npm/lib/commands/help.js
 lib/node_modules/npm/lib/commands/init.js
 lib/node_modules/npm/lib/commands/install-ci-test.js
+lib/node_modules/npm/lib/commands/install-scripts.js
 lib/node_modules/npm/lib/commands/install-test.js
 lib/node_modules/npm/lib/commands/install.js
 lib/node_modules/npm/lib/commands/link.js
@@ -457,6 +460,7 @@ 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-prune.js
 lib/node_modules/npm/lib/utils/allow-scripts-remediation.js
 lib/node_modules/npm/lib/utils/allow-scripts-writer.js
 lib/node_modules/npm/lib/utils/audit-error.js
@@ -527,6 +531,7 @@ lib/node_modules/npm/man/man1/npm-help-s
 lib/node_modules/npm/man/man1/npm-help.1
 lib/node_modules/npm/man/man1/npm-init.1
 lib/node_modules/npm/man/man1/npm-install-ci-test.1
+lib/node_modules/npm/man/man1/npm-install-scripts.1
 lib/node_modules/npm/man/man1/npm-install-test.1
 lib/node_modules/npm/man/man1/npm-install.1
 lib/node_modules/npm/man/man1/npm-link.1



Home | Main Index | Thread Index | Old Index