pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/nodejs



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Aug 27 07:26:37 UTC 2026

Modified Files:
        pkgsrc/lang/nodejs: Makefile distinfo

Log Message:
nodejs: updated to 26.8.1

26.8.1 (Current)

Notable Changes

Out-of-band release to fix node --version which was reporting an alpha version.

26.8.0 (Current)

Notable Changes

- (SEMVER-MINOR) benchmark: add --analyze mode to compare.js (James M Snell)
- crypto: update root certificates to NSS 3.126 (Node.js GitHub Bot)
- (SEMVER-MINOR) crypto: enable SIV and GCM-SIV modes in Cipher/Decipher APIs (Filip Skokan)
- diagnostics_channel: mark TracingChannel as stable (Abdelrahman Awad)
- (SEMVER-MINOR) lib,src: improve histogram implementation (James M Snell)
- (SEMVER-MINOR) net: improve performance of net.BlockList (James M Snell)
- (SEMVER-MINOR) perf_hooks: add statistical hypothesis testing to histogram (James M Snell)
- repl: add basic syntax highlighting (Aviv Keller)
- (SEMVER-MINOR) sqlite: add StatementSync.prototype.close() (Guilherme Araújo)
- (SEMVER-MINOR) sqlite: add StatementSync.prototype[Symbol.dispose]() (Guilherme Araújo)
- (SEMVER-MINOR) util: add non-throwing MIMEType.parse (James M Snell)
- (SEMVER-MINOR) zlib: add ZipEntry, ZipFile, and ZipBuffer (Philipp Dunkel)


To generate a diff of this commit:
cvs rdiff -u -r1.358 -r1.359 pkgsrc/lang/nodejs/Makefile
cvs rdiff -u -r1.329 -r1.330 pkgsrc/lang/nodejs/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/nodejs/Makefile
diff -u pkgsrc/lang/nodejs/Makefile:1.358 pkgsrc/lang/nodejs/Makefile:1.359
--- pkgsrc/lang/nodejs/Makefile:1.358   Thu Aug  6 13:28:13 2026
+++ pkgsrc/lang/nodejs/Makefile Thu Aug 27 07:26:36 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.358 2026/08/06 13:28:13 adam Exp $
+# $NetBSD: Makefile,v 1.359 2026/08/27 07:26:36 adam Exp $
 
-DISTNAME=      node-v26.7.0
+DISTNAME=      node-v26.8.1
 EXTRACT_SUFX=  .tar.xz
 
 USE_CXX_FEATURES=      c++20 charconv

Index: pkgsrc/lang/nodejs/distinfo
diff -u pkgsrc/lang/nodejs/distinfo:1.329 pkgsrc/lang/nodejs/distinfo:1.330
--- pkgsrc/lang/nodejs/distinfo:1.329   Fri Aug 21 13:21:02 2026
+++ pkgsrc/lang/nodejs/distinfo Thu Aug 27 07:26:36 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.329 2026/08/21 13:21:02 khorben Exp $
+$NetBSD: distinfo,v 1.330 2026/08/27 07:26:36 adam Exp $
 
-BLAKE2s (node-v26.7.0.tar.xz) = f3bf0a633cfc2ca3481717a2a25a066f8a8f02269d53c5296a9d0c3e243392ab
-SHA512 (node-v26.7.0.tar.xz) = d7dd7bf0485369c29ad90740c404b647696efd79c6a59f6a3da0b72cdb2740a5855fd62a55985516b8649d9c3359ce4141840f6e6a93427eaa5c87a3cd93e9c9
-Size (node-v26.7.0.tar.xz) = 60914892 bytes
+BLAKE2s (node-v26.8.1.tar.xz) = c34cd3e88f84902e566599da1ad76e19877250479ee0d45d5e54bc587818641f
+SHA512 (node-v26.8.1.tar.xz) = d85f4cd844bda35322fe1613d868b09b3024c6bad3d5e57e72304c8c288d5a238998bd7bf7ce223cf537d99364b935634db3bcac35f5a3c557a4e21f8c0a5443
+Size (node-v26.8.1.tar.xz) = 61293584 bytes
 SHA1 (patch-common.gypi) = 4620bcaf4d953bc415319a957fe41e1a70b94357
 SHA1 (patch-deps_cares_cares.gyp) = 22b44f2ac59963f694dfe4f4585e08960b3dec32
 SHA1 (patch-deps_histogram_src_hdr__histogram.c) = 0921ca4f7b3410e9f1b88f5ac1a7c006ba9f7b72



Home | Main Index | Thread Index | Old Index