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 Feb 26 18:20:11 UTC 2026

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

Log Message:
nodejs24: updated to 24.14.0

24.14.0 'Krypton' (LTS)

Notable Changes

- (SEMVER-MINOR) async_hooks: add trackPromises option to createHook() (Joyee Cheung)
- build,deps: replace cjs-module-lexer with merve (Yagiz Nizipli)
- (SEMVER-MINOR) deps: add LIEF as a dependency (Joyee Cheung)
- (SEMVER-MINOR) events: repurpose events.listenerCount() to accept EventTargets (René)
- (SEMVER-MINOR) fs: add ignore option to fs.watch (Matteo Collina)
- (SEMVER-MINOR) http: add http.setGlobalProxyFromEnv() (Joyee Cheung)
- (SEMVER-MINOR) module: allow subpath imports that start with
- (SEMVER-MINOR) process: preserve AsyncLocalStorage in queueMicrotask only when needed (Gürgün Dayıoğlu)
- (SEMVER-MINOR) sea: split sea binary manipulation code (Joyee Cheung)
- (SEMVER-MINOR) sqlite: enable defensive mode by default (Bart Louwers)
- (SEMVER-MINOR) sqlite: add sqlite prepare options args (Guilherme Araújo)
- (SEMVER-MINOR) src: add initial support for ESM in embedder API (Joyee Cheung)
- (SEMVER-MINOR) stream: add bytes() method to node:stream/consumers (wantaek)
- (SEMVER-MINOR) stream: do not pass readable.compose() output via Readable.from() (René)
- (SEMVER-MINOR) test: use fixture directories for sea tests (Joyee Cheung)
- (SEMVER-MINOR) test_runner: add env option to run function (Ethan Arrowood)
- (SEMVER-MINOR) test_runner: support expecting a test-case to fail (Jacob Smith)
- (SEMVER-MINOR) util: add convertProcessSignalToExitCode utility (Erick Wendel)


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/nodejs24/Makefile \
    pkgsrc/lang/nodejs24/distinfo
cvs rdiff -u -r1.2 -r1.3 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.6 pkgsrc/lang/nodejs24/Makefile:1.7
--- pkgsrc/lang/nodejs24/Makefile:1.6   Wed Feb 11 20:21:10 2026
+++ pkgsrc/lang/nodejs24/Makefile       Thu Feb 26 18:20:11 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2026/02/11 20:21:10 adam Exp $
+# $NetBSD: Makefile,v 1.7 2026/02/26 18:20:11 adam Exp $
 
-DISTNAME=      node-v24.13.1
+DISTNAME=      node-v24.14.0
 EXTRACT_SUFX=  .tar.xz
 
 USE_LANGUAGES= c c++
Index: pkgsrc/lang/nodejs24/distinfo
diff -u pkgsrc/lang/nodejs24/distinfo:1.6 pkgsrc/lang/nodejs24/distinfo:1.7
--- pkgsrc/lang/nodejs24/distinfo:1.6   Wed Feb 11 20:21:10 2026
+++ pkgsrc/lang/nodejs24/distinfo       Thu Feb 26 18:20:11 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.6 2026/02/11 20:21:10 adam Exp $
+$NetBSD: distinfo,v 1.7 2026/02/26 18:20:11 adam Exp $
 
-BLAKE2s (node-v24.13.1.tar.xz) = 3b11b7e84ec8da80fed5380b406524174071b082d47ba71fad45a6cb94d2bb9c
-SHA512 (node-v24.13.1.tar.xz) = 112e860972acfac61c4c1c94b647a803e9b473336d1a50711a4c931d8fd8954e4b9c0da0ec9f0cd2b61c29124fd5af13b82fe082f22daf34c320d943f92cff09
-Size (node-v24.13.1.tar.xz) = 52098244 bytes
+BLAKE2s (node-v24.14.0.tar.xz) = 9c423efff68d9f9bd4a8e4ce0dab8eda7828120c737896ee72e276d0b01528c6
+SHA512 (node-v24.14.0.tar.xz) = 44f8a4758f34373f44daf1498ecb83261788251a43c9063bc3572ebf9bd647adafbc44474127771f5f9e36aa01feee1ad991e01ab3ec5a892607194441f76aaa
+Size (node-v24.14.0.tar.xz) = 53987528 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.2 pkgsrc/lang/nodejs24/PLIST:1.3
--- pkgsrc/lang/nodejs24/PLIST:1.2      Wed Feb 11 20:21:10 2026
+++ pkgsrc/lang/nodejs24/PLIST  Thu Feb 26 18:20:11 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2026/02/11 20:21:10 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2026/02/26 18:20:11 adam Exp $
 bin/corepack
 bin/node
 bin/npm
@@ -1320,10 +1320,10 @@ lib/node_modules/npm/node_modules/minipa
 lib/node_modules/npm/node_modules/minipass-pipeline/node_modules/minipass/package.json
 lib/node_modules/npm/node_modules/minipass-pipeline/package.json
 lib/node_modules/npm/node_modules/minipass-sized/LICENSE
-lib/node_modules/npm/node_modules/minipass-sized/index.js
-lib/node_modules/npm/node_modules/minipass-sized/node_modules/minipass/LICENSE
-lib/node_modules/npm/node_modules/minipass-sized/node_modules/minipass/index.js
-lib/node_modules/npm/node_modules/minipass-sized/node_modules/minipass/package.json
+lib/node_modules/npm/node_modules/minipass-sized/dist/commonjs/index.js
+lib/node_modules/npm/node_modules/minipass-sized/dist/commonjs/package.json
+lib/node_modules/npm/node_modules/minipass-sized/dist/esm/index.js
+lib/node_modules/npm/node_modules/minipass-sized/dist/esm/package.json
 lib/node_modules/npm/node_modules/minipass-sized/package.json
 lib/node_modules/npm/node_modules/minipass/LICENSE
 lib/node_modules/npm/node_modules/minipass/dist/commonjs/index.js



Home | Main Index | Thread Index | Old Index