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:           Fri Jul  5 19:28:56 UTC 2024

Modified Files:
        pkgsrc/lang/nodejs: Makefile distinfo

Log Message:
nodejs: updated to 22.4.0

Version 22.4.0 (Current)

Experimental Web Storage API
- (SEMVER-MINOR) deps,lib,src: add experimental web storage (Colin Ihrig)
API stability updates
- doc: move node --run stability to rc (Yagiz Nizipli)
- doc: mark WebSocket as stable (Matthew Aitken)
- doc: mark --heap-prof and related flags stable (Joyee Cheung)
- doc: mark --cpu-prof and related flags stable (Joyee Cheung)
Other Notable Changes
- doc: doc-only deprecate OpenSSL engine-based APIs (Richard Lau)
- inspector: fix disable async hooks on Debugger.setAsyncCallStackDepth (Joyee Cheung)
- (SEMVER-MINOR) lib: add diagnostics_channel events to module loading (RafaelGSS)
- (SEMVER-MINOR) util: support --no- for argument with boolean type for parseArgs (Zhenwei Jin)


To generate a diff of this commit:
cvs rdiff -u -r1.296 -r1.297 pkgsrc/lang/nodejs/Makefile
cvs rdiff -u -r1.264 -r1.265 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.296 pkgsrc/lang/nodejs/Makefile:1.297
--- pkgsrc/lang/nodejs/Makefile:1.296   Fri Jun 14 10:23:30 2024
+++ pkgsrc/lang/nodejs/Makefile Fri Jul  5 19:28:56 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.296 2024/06/14 10:23:30 ryoon Exp $
+# $NetBSD: Makefile,v 1.297 2024/07/05 19:28:56 adam Exp $
 
-DISTNAME=      node-v22.3.0
+DISTNAME=      node-v22.4.0
 EXTRACT_SUFX=  .tar.xz
 
 USE_LANGUAGES= c c++

Index: pkgsrc/lang/nodejs/distinfo
diff -u pkgsrc/lang/nodejs/distinfo:1.264 pkgsrc/lang/nodejs/distinfo:1.265
--- pkgsrc/lang/nodejs/distinfo:1.264   Wed Jun 12 16:45:33 2024
+++ pkgsrc/lang/nodejs/distinfo Fri Jul  5 19:28:56 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.264 2024/06/12 16:45:33 adam Exp $
+$NetBSD: distinfo,v 1.265 2024/07/05 19:28:56 adam Exp $
 
-BLAKE2s (node-v22.3.0.tar.xz) = cb00bfb2f2f95e64e668ab4cc2ab8688e5b92d331f597592df963c34698a7860
-SHA512 (node-v22.3.0.tar.xz) = 70d1508bb576d98ef138db5618a5b07ca4412ec8a2aa35c8ff1d76fc93221bff6d7b418ff60b9194c420ad810523d5aeb0ffa662d2fa99f9cecf299317698710
-Size (node-v22.3.0.tar.xz) = 44517412 bytes
+BLAKE2s (node-v22.4.0.tar.xz) = 7ae7fbf5da3d5c3fd94c00dddebafc3f4b73df67e862856ae15b0235dce26019
+SHA512 (node-v22.4.0.tar.xz) = 6f7907021ec8c0b16d737da68ae9efa1e424aa38964456e01eb10a3f0111a6d6ceff31ba0f8876cd9df19d92de202e17cccf528b844242e5c66ff1f6b1867f55
+Size (node-v22.4.0.tar.xz) = 46116620 bytes
 SHA1 (patch-common.gypi) = 4a280b5fb37a453998978d1123c6783cb3b55319
 SHA1 (patch-deps_cares_cares.gyp) = 22b44f2ac59963f694dfe4f4585e08960b3dec32
 SHA1 (patch-deps_uv_common.gypi) = 29f0c382b68f77749a71ce39fa2ca37338ca18ec



Home | Main Index | Thread Index | Old Index