Received: by mail.netbsd.org (Postfix, from userid 605) id 8192484F87; Thu, 18 Jan 2024 12:33:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B0C6484E5C for ; Thu, 18 Jan 2024 12:33:06 +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 ab9cqcvnv8qV for ; Thu, 18 Jan 2024 12:33:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 2F5E584CE2 for ; Thu, 18 Jan 2024 12:33:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 20725FA42; Thu, 18 Jan 2024 12:33:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1705581186180970" MIME-Version: 1.0 Date: Thu, 18 Jan 2024 12:33:06 +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: <20240118123306.20725FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1705581186180970 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Jan 18 12:33:06 UTC 2024 Modified Files: pkgsrc/lang/nodejs: Makefile distinfo Log Message: nodejs: updated to 21.6.0 Version 21.6.0 (Current) New connection attempt events Changes to the Permission Model Support configurable snapshot through --build-snapshot-config flag timers: export timers.promises To generate a diff of this commit: cvs rdiff -u -r1.284 -r1.285 pkgsrc/lang/nodejs/Makefile cvs rdiff -u -r1.254 -r1.255 pkgsrc/lang/nodejs/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1705581186180970 Content-Disposition: inline Content-Length: 1684 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.284 pkgsrc/lang/nodejs/Makefile:1.285 --- pkgsrc/lang/nodejs/Makefile:1.284 Sat Dec 30 16:15:13 2023 +++ pkgsrc/lang/nodejs/Makefile Thu Jan 18 12:33:05 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.284 2023/12/30 16:15:13 adam Exp $ +# $NetBSD: Makefile,v 1.285 2024/01/18 12:33:05 adam Exp $ -DISTNAME= node-v21.5.0 +DISTNAME= node-v21.6.0 EXTRACT_SUFX= .tar.xz USE_LANGUAGES= c gnu++17 Index: pkgsrc/lang/nodejs/distinfo diff -u pkgsrc/lang/nodejs/distinfo:1.254 pkgsrc/lang/nodejs/distinfo:1.255 --- pkgsrc/lang/nodejs/distinfo:1.254 Sat Dec 30 16:15:13 2023 +++ pkgsrc/lang/nodejs/distinfo Thu Jan 18 12:33:05 2024 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.254 2023/12/30 16:15:13 adam Exp $ +$NetBSD: distinfo,v 1.255 2024/01/18 12:33:05 adam Exp $ -BLAKE2s (node-v21.5.0.tar.xz) = 6b8f44f2737cb74c2ef5134d842305a10ae5ed9abfe89a0d07dea9aa991b6a2d -SHA512 (node-v21.5.0.tar.xz) = 000c19bcd7584fece1a51efb6d221a1893e395064db3bce730f425d6f75157f668f9230565551876d730059a4d3df1cd4af7bdf3321c8882e3863296f8033d2c -Size (node-v21.5.0.tar.xz) = 42530332 bytes +BLAKE2s (node-v21.6.0.tar.xz) = dc3e8b37ae9b9e2843bb9df46439fc3b15144d04798a8b6d6f23a5863d796580 +SHA512 (node-v21.6.0.tar.xz) = 74d606dd4ddf2a675bc352bd8ae9ba9d53f3ac7bd33ca8aa2c0ef47ed9e878a7489627706ba119fec0af1d1bb278d92ca2a31ae617a4c4848d113ea4075219cf +Size (node-v21.6.0.tar.xz) = 42478128 bytes SHA1 (patch-common.gypi) = f50615affd26c2c7902d2112c8e9f2704c057b9c SHA1 (patch-deps_cares_cares.gyp) = 22b44f2ac59963f694dfe4f4585e08960b3dec32 SHA1 (patch-deps_uv_common.gypi) = 29f0c382b68f77749a71ce39fa2ca37338ca18ec --_----------=_1705581186180970--