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:           Mon Oct 17 11:03:07 UTC 2022

Modified Files:
        pkgsrc/lang/nodejs: Makefile distinfo

Log Message:
nodejs: updated to 18.11.0

Version 18.11.0 (Current)

Notable changes

watch mode (experimental)

Running in 'watch' mode using node --watch restarts the process when an imported file is changed.

Contributed by Moshe Atlow in

Other notable changes

fs:
(SEMVER-MINOR) add FileHandle.prototype.readLines (Antoine du Hamel)
http:
(SEMVER-MINOR) add writeEarlyHints function to ServerResponse (Wing)
http2:
(SEMVER-MINOR) make early hints generic (Yagiz Nizipli)
lib:
(SEMVER-MINOR) refactor transferable AbortSignal (flakey5)
src:
(SEMVER-MINOR) add detailed embedder process initialization API (Anna Henningsen)
util:
(SEMVER-MINOR) add default value option to parsearg (Manuel Spigolon)


To generate a diff of this commit:
cvs rdiff -u -r1.242 -r1.243 pkgsrc/lang/nodejs/Makefile
cvs rdiff -u -r1.223 -r1.224 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.242 pkgsrc/lang/nodejs/Makefile:1.243
--- pkgsrc/lang/nodejs/Makefile:1.242   Thu Sep 29 19:38:07 2022
+++ pkgsrc/lang/nodejs/Makefile Mon Oct 17 11:03:07 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.242 2022/09/29 19:38:07 adam Exp $
+# $NetBSD: Makefile,v 1.243 2022/10/17 11:03:07 adam Exp $
 
-DISTNAME=      node-v18.10.0
+DISTNAME=      node-v18.11.0
 EXTRACT_SUFX=  .tar.xz
 
 USE_LANGUAGES= c gnu++17

Index: pkgsrc/lang/nodejs/distinfo
diff -u pkgsrc/lang/nodejs/distinfo:1.223 pkgsrc/lang/nodejs/distinfo:1.224
--- pkgsrc/lang/nodejs/distinfo:1.223   Thu Sep 29 19:38:07 2022
+++ pkgsrc/lang/nodejs/distinfo Mon Oct 17 11:03:07 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.223 2022/09/29 19:38:07 adam Exp $
+$NetBSD: distinfo,v 1.224 2022/10/17 11:03:07 adam Exp $
 
-BLAKE2s (node-v18.10.0.tar.xz) = 60f6e9c11499ef4d0dde081965e01918f85cfec8df023ca2f28d52e8b926452e
-SHA512 (node-v18.10.0.tar.xz) = 7dbdb75786a8b85b66a8258ec1754aeaaaed3fed086b6a6caf46940c57fec16305a34931f27c33ed6ac036f16a7dbf010f17a6eec26316d71f3b3086626cf68b
-Size (node-v18.10.0.tar.xz) = 38364672 bytes
+BLAKE2s (node-v18.11.0.tar.xz) = 69a0e222fbd0ed6be20d4b658c129304079c3b4413bca32549762ac8d4c6b026
+SHA512 (node-v18.11.0.tar.xz) = dfb36f438e59913cde540c8bc429bf856078c174a53406de851ac59337f70efbd5988e6a969bd16ab8cb2a197871c6f7353c3ccbdaf492a4c047fc11ede36a78
+Size (node-v18.11.0.tar.xz) = 38437152 bytes
 SHA1 (patch-common.gypi) = 80f3645498853b9939167d152365b4fa49528b70
 SHA1 (patch-deps_cares_cares.gyp) = 22b44f2ac59963f694dfe4f4585e08960b3dec32
 SHA1 (patch-deps_uv_common.gypi) = d38a9c8d9e3522f15812aec2f5b1e1e636d4bab3



Home | Main Index | Thread Index | Old Index