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:           Tue Oct 21 11:57:53 UTC 2025

Modified Files:
        pkgsrc/lang/nodejs22: Makefile distinfo

Log Message:
nodejs22: updated to 22.21.0

22.21.0 'Jod' (LTS)

Notable Changes

- (SEMVER-MINOR) cli: add --use-env-proxy (Joyee Cheung)
- (SEMVER-MINOR) http: support http proxy for fetch under NODE_USE_ENV_PROXY (Joyee Cheung)
- (SEMVER-MINOR) http: add shouldUpgradeCallback to let servers control HTTP upgrades (Tim Perry)
- (SEMVER-MINOR) http,https: add built-in proxy support in http/https.request and Agent (Joyee Cheung)
- (SEMVER-MINOR) src: add percentage support to --max-old-space-size


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/lang/nodejs22/Makefile \
    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.15 pkgsrc/lang/nodejs22/Makefile:1.16
--- pkgsrc/lang/nodejs22/Makefile:1.15  Mon Sep 29 18:25:00 2025
+++ pkgsrc/lang/nodejs22/Makefile       Tue Oct 21 11:57:53 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2025/09/29 18:25:00 adam Exp $
+# $NetBSD: Makefile,v 1.16 2025/10/21 11:57:53 adam Exp $
 
-DISTNAME=      node-v22.20.0
+DISTNAME=      node-v22.21.0
 EXTRACT_SUFX=  .tar.xz
 
 USE_LANGUAGES= c c++
Index: pkgsrc/lang/nodejs22/distinfo
diff -u pkgsrc/lang/nodejs22/distinfo:1.15 pkgsrc/lang/nodejs22/distinfo:1.16
--- pkgsrc/lang/nodejs22/distinfo:1.15  Thu Oct  9 09:28:44 2025
+++ pkgsrc/lang/nodejs22/distinfo       Tue Oct 21 11:57:53 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.15 2025/10/09 09:28:44 adam Exp $
+$NetBSD: distinfo,v 1.16 2025/10/21 11:57:53 adam Exp $
 
-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
+BLAKE2s (node-v22.21.0.tar.xz) = e45052df7855461261f7b114fd5679b191b90240538befbab0e71e88f5b2357a
+SHA512 (node-v22.21.0.tar.xz) = 51ee5e915ed63ef3dcbc04df2e03937e67cedf3a59a8ba038db3866aaf5395ee0b56be9ad1b63a3c303f60acd0a8853942068691adb8b6b3604ff08e5345920f
+Size (node-v22.21.0.tar.xz) = 50892568 bytes
 SHA1 (patch-common.gypi) = 41fc3ddf9e43c0b0a3d6ef845e7ee2847f4e12ce
 SHA1 (patch-configure) = a7325b6f208a23435105cbd89a5b024695572caf
 SHA1 (patch-deps_cares_cares.gyp) = 22b44f2ac59963f694dfe4f4585e08960b3dec32



Home | Main Index | Thread Index | Old Index