Received: by mail.netbsd.org (Postfix, from userid 605) id E9C6C84E57; Tue, 3 Jan 2023 21:18:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 24CEB84DC2 for ; Tue, 3 Jan 2023 21:18:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id z4tA37bIc6qx for ; Tue, 3 Jan 2023 21:18:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 835F184CFE for ; Tue, 3 Jan 2023 21:18:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7D4DDFA90; Tue, 3 Jan 2023 21:18:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1672780733235410" MIME-Version: 1.0 Date: Tue, 3 Jan 2023 21:18:53 +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: <20230103211853.7D4DDFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1672780733235410 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Jan 3 21:18:53 UTC 2023 Modified Files: pkgsrc/lang/nodejs: Makefile distinfo Log Message: nodejs: updated to 19.3.0 Version 19.3.0 (Current) Notable Changes Updated npm to 9.2.0 build: disable v8 snapshot compression by default (Joyee Cheung) doc: add doc-only deprecation for headers/trailers setters (Rich Trott) doc: add Rafael Gonzaga to the TSC (Michael Dawson) (SEMVER-MINOR) net: add autoSelectFamily and autoSelectFamilyAttemptTimeout options (Paolo Insogna) (SEMVER-MINOR) src: add uvwasi version (Jithil P Ponnan) (SEMVER-MINOR) test_runner: add t.after() hook (Colin Ihrig) (SEMVER-MINOR) test_runner: don't use a symbol for runHook() (Colin Ihrig) tls: remove trustcor root ca certificates (Ben Noordhuis) To generate a diff of this commit: cvs rdiff -u -r1.248 -r1.249 pkgsrc/lang/nodejs/Makefile cvs rdiff -u -r1.227 -r1.228 pkgsrc/lang/nodejs/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1672780733235410 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.248 pkgsrc/lang/nodejs/Makefile:1.249 --- pkgsrc/lang/nodejs/Makefile:1.248 Sat Dec 3 17:07:13 2022 +++ pkgsrc/lang/nodejs/Makefile Tue Jan 3 21:18:53 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.248 2022/12/03 17:07:13 adam Exp $ +# $NetBSD: Makefile,v 1.249 2023/01/03 21:18:53 adam Exp $ -DISTNAME= node-v19.2.0 +DISTNAME= node-v19.3.0 EXTRACT_SUFX= .tar.xz USE_LANGUAGES= c gnu++17 Index: pkgsrc/lang/nodejs/distinfo diff -u pkgsrc/lang/nodejs/distinfo:1.227 pkgsrc/lang/nodejs/distinfo:1.228 --- pkgsrc/lang/nodejs/distinfo:1.227 Sat Dec 3 17:07:13 2022 +++ pkgsrc/lang/nodejs/distinfo Tue Jan 3 21:18:53 2023 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.227 2022/12/03 17:07:13 adam Exp $ +$NetBSD: distinfo,v 1.228 2023/01/03 21:18:53 adam Exp $ -BLAKE2s (node-v19.2.0.tar.xz) = 61e9c32e553d3bc39e403f67737c30389d2d07936ab3a1e7c1ff6cdae363486b -SHA512 (node-v19.2.0.tar.xz) = 2d60d3a5dff578e37ccfe5bcfa727401d39201652d447c01faa84f7b34deb0fca3cec4b7ef7c442fcd7399d39cd7ee8612f0e12b611998253efa7333fc2435e4 -Size (node-v19.2.0.tar.xz) = 39544708 bytes +BLAKE2s (node-v19.3.0.tar.xz) = 6a222ffce79f6609dd7b2aadc2747b01395bff9cb2af4274bfd2d1a38fb428ea +SHA512 (node-v19.3.0.tar.xz) = 42c21c9e14a85024c7481428b0cfa85146bd2921986498d1f786630c7ae5f8fc3ac3211cf1b5cfec32641e139231e2a35defcbdd963b07182b23327f9495b295 +Size (node-v19.3.0.tar.xz) = 39685844 bytes SHA1 (patch-common.gypi) = 80f3645498853b9939167d152365b4fa49528b70 SHA1 (patch-deps_cares_cares.gyp) = 22b44f2ac59963f694dfe4f4585e08960b3dec32 SHA1 (patch-deps_uv_common.gypi) = d38a9c8d9e3522f15812aec2f5b1e1e636d4bab3 --_----------=_1672780733235410--