pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/nodejs22



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Sep 29 18:25:01 UTC 2025

Modified Files:
        pkgsrc/lang/nodejs22: Makefile distinfo

Log Message:
nodejs22: updated to 22.20.0

22.20.0 'Jod' (LTS)

Notable Changes

OpenSSL updated to 3.5.2

For official Node.js builds, or builds using the default build configuration, Node.js now bundles OpenSSL 3.5.2. This update allows Node.js 22.x to be supported through to the planned End-of-Life 
date of 2027-04-30 as the previously bundled OpenSSL 3.0.x goes out of support in September 2026.

This change does not affect third-party builds of Node.js that link to an external OpenSSL (or OpenSSL-compatible) library.

Other notable changes

- crypto: update root certificates to NSS 3.114 (Node.js GitHub Bot)
- doc: stabilize --disable-sigusr1 (Rafael Gonzaga)
- doc: mark path.matchesGlob as stable (Aviv Keller)
- (SEMVER-MINOR) http: add Agent.agentKeepAliveTimeoutBuffer option (Haram Jeong)
- (SEMVER-MINOR) http2: add support for raw header arrays in h2Stream.respond() (Tim Perry)
- inspector: add http2 tracking support (Darshan Sen)
- (SEMVER-MINOR) sea: implement execArgvExtension (Joyee Cheung)
- (SEMVER-MINOR) sea: support execArgv in sea config (Joyee Cheung)
- (SEMVER-MINOR) stream: add brotli support to CompressionStream and DecompressionStream (Matthew Aitken)
- (SEMVER-MINOR) test_runner: support object property mocking (Idan Goshen)
- (SEMVER-MINOR) worker: add cpu profile APIs for worker (theanarkh)


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/lang/nodejs22/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/lang/nodejs22/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/nodejs22/Makefile
diff -u pkgsrc/lang/nodejs22/Makefile:1.14 pkgsrc/lang/nodejs22/Makefile:1.15
--- pkgsrc/lang/nodejs22/Makefile:1.14  Mon Sep  1 08:05:47 2025
+++ pkgsrc/lang/nodejs22/Makefile       Mon Sep 29 18:25:00 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2025/09/01 08:05:47 adam Exp $
+# $NetBSD: Makefile,v 1.15 2025/09/29 18:25:00 adam Exp $
 
-DISTNAME=      node-v22.19.0
+DISTNAME=      node-v22.20.0
 EXTRACT_SUFX=  .tar.xz
 
 USE_LANGUAGES= c c++

Index: pkgsrc/lang/nodejs22/distinfo
diff -u pkgsrc/lang/nodejs22/distinfo:1.13 pkgsrc/lang/nodejs22/distinfo:1.14
--- pkgsrc/lang/nodejs22/distinfo:1.13  Mon Sep  1 08:05:47 2025
+++ pkgsrc/lang/nodejs22/distinfo       Mon Sep 29 18:25:00 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.13 2025/09/01 08:05:47 adam Exp $
+$NetBSD: distinfo,v 1.14 2025/09/29 18:25:00 adam Exp $
 
-BLAKE2s (node-v22.19.0.tar.xz) = 80141574955c3e658335c63d8b405caa749444dacff54ba258e13e2825a2bfbd
-SHA512 (node-v22.19.0.tar.xz) = aefce510b74c9c9cc4bf4e68be1a8916b2e79e0382fedf1da5ec597cde7fd225501e76d1f024287b3b2b1c12139cc8020fcc4d6e4e96fba31cd17106de77f56a
-Size (node-v22.19.0.tar.xz) = 48853616 bytes
+BLAKE2s (node-v22.20.0.tar.xz) = 1a6de06795a60e9fe0bc793754f34840845715ecea9d2fec7e44ffa2504e54f4
+SHA512 (node-v22.20.0.tar.xz) = 2f5287dc81e480f9b97775818b9f9717ebfb6e2c9ea4217cde22f9ac3d02f3c09c5e35384ddf2a310e5ba17cbb47182464a9fa6ff5c43a0cfd5a8a5eefe2ac90
+Size (node-v22.20.0.tar.xz) = 50110384 bytes
 SHA1 (patch-common.gypi) = 41fc3ddf9e43c0b0a3d6ef845e7ee2847f4e12ce
 SHA1 (patch-deps_cares_cares.gyp) = 22b44f2ac59963f694dfe4f4585e08960b3dec32
 SHA1 (patch-deps_uv_common.gypi) = 29f0c382b68f77749a71ce39fa2ca37338ca18ec



Home | Main Index | Thread Index | Old Index