Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B298384E63 for ; Thu, 7 Dec 2023 12:23:23 +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 m0Nk2eWDu1wS for ; Thu, 7 Dec 2023 12:23:23 +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 2F83484CCA for ; Thu, 7 Dec 2023 12:23:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 29141FA42; Thu, 7 Dec 2023 12:23:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_17019518036980" MIME-Version: 1.0 Date: Thu, 7 Dec 2023 12:23:23 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/lang/nodejs To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20231207122323.29141FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_17019518036980 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Dec 7 12:23:23 UTC 2023 Modified Files: pkgsrc/lang/nodejs: Makefile distinfo Log Message: nodejs: updated to 21.4.0 Version 21.4.0 (Current) Notable Changes This release fixes a regression introduced in v21.3.0 that caused the fs.writeFileSync method to throw when called with 'utf8' encoding, no flag option, and if the target file didn't exist yet. To generate a diff of this commit: cvs rdiff -u -r1.282 -r1.283 pkgsrc/lang/nodejs/Makefile cvs rdiff -u -r1.252 -r1.253 pkgsrc/lang/nodejs/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_17019518036980 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.282 pkgsrc/lang/nodejs/Makefile:1.283 --- pkgsrc/lang/nodejs/Makefile:1.282 Mon Dec 4 08:24:06 2023 +++ pkgsrc/lang/nodejs/Makefile Thu Dec 7 12:23:22 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.282 2023/12/04 08:24:06 adam Exp $ +# $NetBSD: Makefile,v 1.283 2023/12/07 12:23:22 adam Exp $ -DISTNAME= node-v21.3.0 +DISTNAME= node-v21.4.0 EXTRACT_SUFX= .tar.xz USE_LANGUAGES= c gnu++17 Index: pkgsrc/lang/nodejs/distinfo diff -u pkgsrc/lang/nodejs/distinfo:1.252 pkgsrc/lang/nodejs/distinfo:1.253 --- pkgsrc/lang/nodejs/distinfo:1.252 Mon Dec 4 08:24:06 2023 +++ pkgsrc/lang/nodejs/distinfo Thu Dec 7 12:23:22 2023 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.252 2023/12/04 08:24:06 adam Exp $ +$NetBSD: distinfo,v 1.253 2023/12/07 12:23:22 adam Exp $ -BLAKE2s (node-v21.3.0.tar.xz) = 56aeeeadd1070d1a5d5e63170c5d7d2d066f6ff1e65d3eed8d2f1ea8b08fe978 -SHA512 (node-v21.3.0.tar.xz) = 56508f82079d1f656a37784a668d66f4ee4dad72741192589c0ea068822bff4e724fda819910d61abb65336c90a10dde0d9b285fa9d2f99be0d6090050e3c4c9 -Size (node-v21.3.0.tar.xz) = 42336028 bytes +BLAKE2s (node-v21.4.0.tar.xz) = 9cdde8f1301394fea178cae575b8eaeddcb0c78555faae44ac11432aa00722fd +SHA512 (node-v21.4.0.tar.xz) = ee3e31e23c8b1b07eecc27c3e0f0d39bd0c04cb2d4bbe05800edd40a8b57fc81635330a543db411ae79ed005f050801ecab37d8b3e6d16eb3d9b07155fb30610 +Size (node-v21.4.0.tar.xz) = 42514444 bytes SHA1 (patch-common.gypi) = f50615affd26c2c7902d2112c8e9f2704c057b9c SHA1 (patch-deps_cares_cares.gyp) = 22b44f2ac59963f694dfe4f4585e08960b3dec32 SHA1 (patch-deps_uv_common.gypi) = 29f0c382b68f77749a71ce39fa2ca37338ca18ec --_----------=_17019518036980--