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 Apr 16 10:25:21 UTC 2026

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

Log Message:
nodejs24: updated to 24.15.0

24.15.0 'Krypton' (LTS)

Notable Changes

- (SEMVER-MINOR) cli: add --max-heap-size option (tannal)
- cli: add --require-module/--no-require-module (Joyee Cheung)
- (SEMVER-MINOR) crypto: add raw key formats support to the KeyObject APIs (Filip Skokan)
- (SEMVER-MINOR) fs: add throwIfNoEntry option for fs.stat and fs.promises.stat (Juan José)
- (SEMVER-MINOR) http2: add http1Options for HTTP/1 fallback configuration (Amol Yadav)
- module: mark require(esm) as stable (Joyee Cheung)
- module: mark module compile cache as stable (Joyee Cheung)
- (SEMVER-MINOR) net: add setTOS and getTOS to Socket (Amol Yadav)
- (SEMVER-MINOR) sqlite: add limits property to DatabaseSync (Mert Can Altin)
- sqlite: mark as release candidate (Matteo Collina)
- (SEMVER-MINOR) src: add C++ support for diagnostics channels (RafaelGSS)
- (SEMVER-MINOR) stream: rename Duplex.toWeb() type option to readableType (René)
- test_runner: add exports option for module mocks (sangwook)
- (SEMVER-MINOR) test_runner: expose worker ID for concurrent test execution (Ali Hassan)
- (SEMVER-MINOR) test_runner: show interrupted test on SIGINT (Matteo Collina)


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/nodejs24/Makefile \
    pkgsrc/lang/nodejs24/distinfo
cvs rdiff -u -r1.4 -r1.5 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.8 pkgsrc/lang/nodejs24/Makefile:1.9
--- pkgsrc/lang/nodejs24/Makefile:1.8   Wed Mar 25 16:40:16 2026
+++ pkgsrc/lang/nodejs24/Makefile       Thu Apr 16 10:25:21 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2026/03/25 16:40:16 adam Exp $
+# $NetBSD: Makefile,v 1.9 2026/04/16 10:25:21 adam Exp $
 
-DISTNAME=      node-v24.14.1
+DISTNAME=      node-v24.15.0
 EXTRACT_SUFX=  .tar.xz
 
 USE_LANGUAGES= c c++
Index: pkgsrc/lang/nodejs24/distinfo
diff -u pkgsrc/lang/nodejs24/distinfo:1.8 pkgsrc/lang/nodejs24/distinfo:1.9
--- pkgsrc/lang/nodejs24/distinfo:1.8   Wed Mar 25 16:40:16 2026
+++ pkgsrc/lang/nodejs24/distinfo       Thu Apr 16 10:25:21 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.8 2026/03/25 16:40:16 adam Exp $
+$NetBSD: distinfo,v 1.9 2026/04/16 10:25:21 adam Exp $
 
-BLAKE2s (node-v24.14.1.tar.xz) = 4c411f98d941c4f7bb9de15a455b3c86242bd0bbc3187d79c5e4db5cdb5242ae
-SHA512 (node-v24.14.1.tar.xz) = 8d6ab8458c42dda97d3077e9a2270d28092d2a56473574b0909b4345fedba1416631157fe7cf5929f7996bddc7023c55f336cc83d7dbfac593e8910d5eda87c6
-Size (node-v24.14.1.tar.xz) = 54102840 bytes
+BLAKE2s (node-v24.15.0.tar.xz) = 23f1ea5ce15f371f71efe080d432234ceda09e618d46029971e55ad92539d99e
+SHA512 (node-v24.15.0.tar.xz) = 5c8970fac8ff6a0fecd5999bbfc659d0a863e4aa4f928189ca97f513282dfc896e6eef5d3050e47dc9bfc25dc407e2829d6e02ad1e4fdac7fd0cc8b25ee6934e
+Size (node-v24.15.0.tar.xz) = 54197668 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.4 pkgsrc/lang/nodejs24/PLIST:1.5
--- pkgsrc/lang/nodejs24/PLIST:1.4      Wed Mar 25 16:40:16 2026
+++ pkgsrc/lang/nodejs24/PLIST  Thu Apr 16 10:25:21 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2026/03/25 16:40:16 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2026/04/16 10:25:21 adam Exp $
 bin/corepack
 bin/node
 bin/npm
@@ -567,13 +567,7 @@ lib/node_modules/npm/man/man7/scripts.7
 lib/node_modules/npm/man/man7/workspaces.7
 lib/node_modules/npm/node_modules/@gar/promise-retry/LICENSE
 lib/node_modules/npm/node_modules/@gar/promise-retry/lib/index.js
-lib/node_modules/npm/node_modules/@gar/promise-retry/node_modules/retry/License
-lib/node_modules/npm/node_modules/@gar/promise-retry/node_modules/retry/example/dns.js
-lib/node_modules/npm/node_modules/@gar/promise-retry/node_modules/retry/example/stop.js
-lib/node_modules/npm/node_modules/@gar/promise-retry/node_modules/retry/index.js
-lib/node_modules/npm/node_modules/@gar/promise-retry/node_modules/retry/lib/retry.js
-lib/node_modules/npm/node_modules/@gar/promise-retry/node_modules/retry/lib/retry_operation.js
-lib/node_modules/npm/node_modules/@gar/promise-retry/node_modules/retry/package.json
+lib/node_modules/npm/node_modules/@gar/promise-retry/lib/retry.js
 lib/node_modules/npm/node_modules/@gar/promise-retry/package.json
 lib/node_modules/npm/node_modules/@isaacs/fs-minipass/LICENSE
 lib/node_modules/npm/node_modules/@isaacs/fs-minipass/dist/commonjs/index.js
@@ -629,6 +623,7 @@ lib/node_modules/npm/node_modules/@npmcl
 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/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
 lib/node_modules/npm/node_modules/@npmcli/arborist/lib/node.js
 lib/node_modules/npm/node_modules/@npmcli/arborist/lib/optional-set.js
@@ -1056,10 +1051,6 @@ lib/node_modules/npm/node_modules/diff/r
 lib/node_modules/npm/node_modules/env-paths/index.js
 lib/node_modules/npm/node_modules/env-paths/license
 lib/node_modules/npm/node_modules/env-paths/package.json
-lib/node_modules/npm/node_modules/err-code/bower.json
-lib/node_modules/npm/node_modules/err-code/index.js
-lib/node_modules/npm/node_modules/err-code/index.umd.js
-lib/node_modules/npm/node_modules/err-code/package.json
 lib/node_modules/npm/node_modules/exponential-backoff/LICENSE
 lib/node_modules/npm/node_modules/exponential-backoff/dist/backoff.js
 lib/node_modules/npm/node_modules/exponential-backoff/dist/delay/always/always.delay.js
@@ -1150,9 +1141,6 @@ lib/node_modules/npm/node_modules/iconv-
 lib/node_modules/npm/node_modules/ignore-walk/LICENSE
 lib/node_modules/npm/node_modules/ignore-walk/lib/index.js
 lib/node_modules/npm/node_modules/ignore-walk/package.json
-lib/node_modules/npm/node_modules/imurmurhash/imurmurhash.js
-lib/node_modules/npm/node_modules/imurmurhash/imurmurhash.min.js
-lib/node_modules/npm/node_modules/imurmurhash/package.json
 lib/node_modules/npm/node_modules/ini/LICENSE
 lib/node_modules/npm/node_modules/ini/lib/ini.js
 lib/node_modules/npm/node_modules/ini/package.json
@@ -1613,9 +1601,6 @@ lib/node_modules/npm/node_modules/promis
 lib/node_modules/npm/node_modules/promise-call-limit/dist/esm/index.js
 lib/node_modules/npm/node_modules/promise-call-limit/dist/esm/package.json
 lib/node_modules/npm/node_modules/promise-call-limit/package.json
-lib/node_modules/npm/node_modules/promise-retry/LICENSE
-lib/node_modules/npm/node_modules/promise-retry/index.js
-lib/node_modules/npm/node_modules/promise-retry/package.json
 lib/node_modules/npm/node_modules/promzard/LICENSE
 lib/node_modules/npm/node_modules/promzard/lib/index.js
 lib/node_modules/npm/node_modules/promzard/package.json
@@ -1648,15 +1633,6 @@ lib/node_modules/npm/node_modules/read/d
 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
-lib/node_modules/npm/node_modules/retry/equation.gif
-lib/node_modules/npm/node_modules/retry/example/dns.js
-lib/node_modules/npm/node_modules/retry/example/stop.js
-lib/node_modules/npm/node_modules/retry/index.js
-lib/node_modules/npm/node_modules/retry/lib/retry.js
-lib/node_modules/npm/node_modules/retry/lib/retry_operation.js
-lib/node_modules/npm/node_modules/retry/package.json
 lib/node_modules/npm/node_modules/safer-buffer/LICENSE
 lib/node_modules/npm/node_modules/safer-buffer/Porting-Buffer.md
 lib/node_modules/npm/node_modules/safer-buffer/dangerous.js
@@ -1898,12 +1874,6 @@ lib/node_modules/npm/node_modules/tuf-js
 lib/node_modules/npm/node_modules/tuf-js/dist/utils/tmpfile.js
 lib/node_modules/npm/node_modules/tuf-js/dist/utils/url.js
 lib/node_modules/npm/node_modules/tuf-js/package.json
-lib/node_modules/npm/node_modules/unique-filename/LICENSE
-lib/node_modules/npm/node_modules/unique-filename/lib/index.js
-lib/node_modules/npm/node_modules/unique-filename/package.json
-lib/node_modules/npm/node_modules/unique-slug/LICENSE
-lib/node_modules/npm/node_modules/unique-slug/lib/index.js
-lib/node_modules/npm/node_modules/unique-slug/package.json
 lib/node_modules/npm/node_modules/util-deprecate/History.md
 lib/node_modules/npm/node_modules/util-deprecate/LICENSE
 lib/node_modules/npm/node_modules/util-deprecate/browser.js



Home | Main Index | Thread Index | Old Index