Received: by mail.netbsd.org (Postfix, from userid 605) id B14DB84D27; Fri, 3 Feb 2023 11:48:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E1AAD84D1D for ; Fri, 3 Feb 2023 11:48:22 +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 3wJUsl6_B-9L for ; Fri, 3 Feb 2023 11:48:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 55A1184C2C for ; Fri, 3 Feb 2023 11:48:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4EC67FA90; Fri, 3 Feb 2023 11:48:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1675424902172970" MIME-Version: 1.0 Date: Fri, 3 Feb 2023 11:48:22 +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: <20230203114822.4EC67FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1675424902172970 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Feb 3 11:48:22 UTC 2023 Modified Files: pkgsrc/lang/nodejs: Makefile distinfo Log Message: nodejs: updated to 19.6.0 Version 19.6.0 (Current) Notable changes ESM: Leverage loaders when resolving subsequent loaders Loaders now apply to subsequent loaders, for example: --experimental-loader ts-node --experimental-loader loader-written-in-typescript. Upgrade npm to 9.4.0 Added --install-strategy=linked option for installations similar to pnpm. Other notable changes (SEMVER-MINOR) fs: add statfs() functions (Colin Ihrig) (SEMVER-MINOR) vm: expose cachedDataRejected for vm.compileFunction (Anna Henningsen) (SEMVER-MINOR) v8: support gc profile (theanarkh) (SEMVER-MINOR) src,lib: add constrainedMemory API for process (theanarkh) (SEMVER-MINOR) buffer: add isAscii method (Yagiz Nizipli) (SEMVER-MINOR) test_runner: add reporters (Moshe Atlow) To generate a diff of this commit: cvs rdiff -u -r1.251 -r1.252 pkgsrc/lang/nodejs/Makefile cvs rdiff -u -r1.230 -r1.231 pkgsrc/lang/nodejs/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1675424902172970 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.251 pkgsrc/lang/nodejs/Makefile:1.252 --- pkgsrc/lang/nodejs/Makefile:1.251 Thu Jan 26 07:56:38 2023 +++ pkgsrc/lang/nodejs/Makefile Fri Feb 3 11:48:22 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.251 2023/01/26 07:56:38 adam Exp $ +# $NetBSD: Makefile,v 1.252 2023/02/03 11:48:22 adam Exp $ -DISTNAME= node-v19.5.0 +DISTNAME= node-v19.6.0 EXTRACT_SUFX= .tar.xz USE_LANGUAGES= c gnu++17 Index: pkgsrc/lang/nodejs/distinfo diff -u pkgsrc/lang/nodejs/distinfo:1.230 pkgsrc/lang/nodejs/distinfo:1.231 --- pkgsrc/lang/nodejs/distinfo:1.230 Thu Jan 26 07:56:38 2023 +++ pkgsrc/lang/nodejs/distinfo Fri Feb 3 11:48:22 2023 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.230 2023/01/26 07:56:38 adam Exp $ +$NetBSD: distinfo,v 1.231 2023/02/03 11:48:22 adam Exp $ -BLAKE2s (node-v19.5.0.tar.xz) = ec8ad4295e4ee2d74d2dcd5dea5a110a77e134c39ee598adc4bf9d8e4dc3ab64 -SHA512 (node-v19.5.0.tar.xz) = cc7925466cb9601a28fdfd580c3788428e383e9f480f6157c88fffe899c8bc45e2e3e30a5ef7105485820b7863ab59cf01775349a87b1000a9a5d0d49129f74f -Size (node-v19.5.0.tar.xz) = 40728492 bytes +BLAKE2s (node-v19.6.0.tar.xz) = fee86d8fef98e765c4c1aa7f496c0812d114abff4955370f38146febe7094989 +SHA512 (node-v19.6.0.tar.xz) = 422a51e806b9687f21bc863e36fdf7f4bc75e8c06f7b1aba43d44fbaef7d5ef411ae8ec03a32bf0b17767b56921fa17e126e25d870db40e2e6a9d523b7f7026a +Size (node-v19.6.0.tar.xz) = 40581092 bytes SHA1 (patch-common.gypi) = 80f3645498853b9939167d152365b4fa49528b70 SHA1 (patch-deps_cares_cares.gyp) = 22b44f2ac59963f694dfe4f4585e08960b3dec32 SHA1 (patch-deps_uv_common.gypi) = d38a9c8d9e3522f15812aec2f5b1e1e636d4bab3 --_----------=_1675424902172970--