pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/nodejs nodejs: updated to 18.11.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8f9a8783cc0c
branches:  trunk
changeset: 386891:8f9a8783cc0c
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Oct 17 11:03:07 2022 +0000

description:
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)

diffstat:

 lang/nodejs/Makefile |  4 ++--
 lang/nodejs/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (28 lines):

diff -r 529d9fd0c203 -r 8f9a8783cc0c lang/nodejs/Makefile
--- a/lang/nodejs/Makefile      Mon Oct 17 11:01:44 2022 +0000
+++ b/lang/nodejs/Makefile      Mon Oct 17 11:03:07 2022 +0000
@@ -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
diff -r 529d9fd0c203 -r 8f9a8783cc0c lang/nodejs/distinfo
--- a/lang/nodejs/distinfo      Mon Oct 17 11:01:44 2022 +0000
+++ b/lang/nodejs/distinfo      Mon Oct 17 11:03:07 2022 +0000
@@ -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