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:           Mon Jun 22 08:55:52 UTC 2026

Modified Files:
        pkgsrc/lang/nodejs24: Makefile distinfo

Log Message:
nodejs24: updated to 24.17.0

24.17.0 'Krypton' (LTS)

Notable Changes

(CVE-2026-48618) tls: normalize hostname for server identity checks (Matteo Collina) – High
(CVE-2026-48933) crypto: guard WebCrypto cipher output length (Filip Skokan) – High
(CVE-2026-48615) lib,test: redact proxy credentials in tunnel errors (Matteo Collina) – Medium
(CVE-2026-48619) http2: cap originSet size to prevent unbounded memory growth (Matteo Collina) – Medium
(CVE-2026-48928) tls: fix case-sensitive SNI context matching (Matteo Collina) – Medium
(CVE-2026-48930) dns,net: reject hostnames with embedded NUL bytes (Matteo Collina) – Medium
(CVE-2026-48934) tls: bind reusable sessions to authenticated host (Matteo Collina) – Medium
(CVE-2026-48937) deps: fix integration issues with the latest nghttp2 – Medium
(CVE-2026-48617) permission: handle process.chdir on writereport (RafaelGSS) – Low
(CVE-2026-48931) http: fix response queue poisoning in http.Agent (Matteo Collina) – Low
(CVE-2026-48935) permission: disable FileHandle utimes with permission model (RafaelGSS) – Low


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/lang/nodejs24/Makefile \
    pkgsrc/lang/nodejs24/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/nodejs24/Makefile
diff -u pkgsrc/lang/nodejs24/Makefile:1.10 pkgsrc/lang/nodejs24/Makefile:1.11
--- pkgsrc/lang/nodejs24/Makefile:1.10  Fri May 22 08:07:17 2026
+++ pkgsrc/lang/nodejs24/Makefile       Mon Jun 22 08:55:52 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2026/05/22 08:07:17 adam Exp $
+# $NetBSD: Makefile,v 1.11 2026/06/22 08:55:52 adam Exp $
 
-DISTNAME=      node-v24.16.0
+DISTNAME=      node-v24.17.0
 EXTRACT_SUFX=  .tar.xz
 
 USE_LANGUAGES= c c++
Index: pkgsrc/lang/nodejs24/distinfo
diff -u pkgsrc/lang/nodejs24/distinfo:1.10 pkgsrc/lang/nodejs24/distinfo:1.11
--- pkgsrc/lang/nodejs24/distinfo:1.10  Fri May 22 08:07:17 2026
+++ pkgsrc/lang/nodejs24/distinfo       Mon Jun 22 08:55:52 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.10 2026/05/22 08:07:17 adam Exp $
+$NetBSD: distinfo,v 1.11 2026/06/22 08:55:52 adam Exp $
 
-BLAKE2s (node-v24.16.0.tar.xz) = 3472c693d7ea047c6668c9aed44b926095989ce6da07220c91709db6d9a2e559
-SHA512 (node-v24.16.0.tar.xz) = 6edcc82dc847174c99ea7975d9bf3fcfd3201f82f21d4b517623514e17c931c87c0e9d4186d68285b2b4f5bc7a89c5a365ca67e0b9b2f2aaacc697a9e7293bb4
-Size (node-v24.16.0.tar.xz) = 55318312 bytes
+BLAKE2s (node-v24.17.0.tar.xz) = 986711d5d8c8d31d55f8e3c2be0aacc969d84c0ef14b19864129b85bbef8326f
+SHA512 (node-v24.17.0.tar.xz) = 9c2e331b0a341906f19b08f45e42f723fee36591b56b5b4d18843d54d2cad299c638d4330bb663a15b0d223eaa415b9ba771ecbb02ac39fc34934beb6f8c7076
+Size (node-v24.17.0.tar.xz) = 54586784 bytes
 SHA1 (patch-common.gypi) = 4620bcaf4d953bc415319a957fe41e1a70b94357
 SHA1 (patch-deps_cares_cares.gyp) = 22b44f2ac59963f694dfe4f4585e08960b3dec32
 SHA1 (patch-deps_uv_common.gypi) = 29f0c382b68f77749a71ce39fa2ca37338ca18ec



Home | Main Index | Thread Index | Old Index