Skip to content

Commit 1bdf727

Browse files
author
adam
committed
nodejs: updated to 24.5.0
24.5.0 (Current) Notable Changes Upgrade to OpenSSL 3.5 Unflag --experimental-wasm-modules Built-in proxy support in request() and Agent Add setDefaultCACertificates() to node:tls Other notable changes - (SEMVER-MINOR) cli: support ${pid} placeholder in --cpu-prof-name (Haram Jeong) - (SEMVER-MINOR) dns: support max timeout (theanarkh) - doc: update the instruction on how to verify releases (Antoine du Hamel) - (SEMVER-MINOR) net: update net.blocklist to allow file save and file management (alphaleadership) - (SEMVER-MINOR) worker: add web locks api (ishabi)
1 parent cba674e commit 1bdf727

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

lang/nodejs/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.328 2025/07/17 07:25:04 adam Exp $
1+
# $NetBSD: Makefile,v 1.329 2025/08/04 09:25:27 adam Exp $
22

3-
DISTNAME= node-v24.4.1
3+
DISTNAME= node-v24.5.0
44
EXTRACT_SUFX= .tar.xz
55

66
USE_LANGUAGES= c c++

lang/nodejs/PLIST

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@comment $NetBSD: PLIST,v 1.90 2025/06/30 16:32:40 adam Exp $
1+
@comment $NetBSD: PLIST,v 1.91 2025/08/04 09:25:27 adam Exp $
22
bin/corepack
33
bin/node
44
bin/npm
@@ -446,6 +446,7 @@ lib/node_modules/npm/lib/utils/installed-shallow.js
446446
lib/node_modules/npm/lib/utils/is-windows.js
447447
lib/node_modules/npm/lib/utils/log-file.js
448448
lib/node_modules/npm/lib/utils/npm-usage.js
449+
lib/node_modules/npm/lib/utils/oidc.js
449450
lib/node_modules/npm/lib/utils/open-url.js
450451
lib/node_modules/npm/lib/utils/output-error.js
451452
lib/node_modules/npm/lib/utils/ping.js

lang/nodejs/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
$NetBSD: distinfo,v 1.293 2025/07/17 07:25:04 adam Exp $
1+
$NetBSD: distinfo,v 1.294 2025/08/04 09:25:27 adam Exp $
22

3-
BLAKE2s (node-v24.4.1.tar.xz) = 40f17a617a4d994b0c1c340afd6ab9f47184f78521d50f772640b313daf468d2
4-
SHA512 (node-v24.4.1.tar.xz) = d01a579f2d16b6d7a5d07d58579aa204e2602df13be80b6eb3772ac6f0e28bcbc1e6a68142c2e1c8bc75f397e7ae12ce339f03e46ba4cc6008a938c5a88dcae8
5-
Size (node-v24.4.1.tar.xz) = 50266728 bytes
3+
BLAKE2s (node-v24.5.0.tar.xz) = dba60c925547029b1be3c7fd119a9294891554cd5520cf647942150cfc0483b8
4+
SHA512 (node-v24.5.0.tar.xz) = 8aebac41a273f6208579500e2c393c175233d771165dfbf76a360ddcba0ed341b27489fe5829a9ce9bcaf3d3ceaf3bb0a14ba7aecabc7adf7f8b2ef8071d57f8
5+
Size (node-v24.5.0.tar.xz) = 52281988 bytes
66
SHA1 (patch-common.gypi) = 4620bcaf4d953bc415319a957fe41e1a70b94357
77
SHA1 (patch-deps_cares_cares.gyp) = 22b44f2ac59963f694dfe4f4585e08960b3dec32
88
SHA1 (patch-deps_uv_common.gypi) = 29f0c382b68f77749a71ce39fa2ca37338ca18ec

0 commit comments

Comments
 (0)