Received: by mail.netbsd.org (Postfix, from userid 605) id C4E7E84E67; Mon, 17 Oct 2022 11:03:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0264F84DBD for ; Mon, 17 Oct 2022 11:03:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Rq2cTyAfFWmb for ; Mon, 17 Oct 2022 11:03:07 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6B8CE84D1B for ; Mon, 17 Oct 2022 11:03:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 67FB5FA90; Mon, 17 Oct 2022 11:03:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1666004587103750" MIME-Version: 1.0 Date: Mon, 17 Oct 2022 11:03:07 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/lang/nodejs To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20221017110307.67FB5FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1666004587103750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1666004587103750 Content-Disposition: inline Content-Length: 1692 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1666004587103750--