Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 91BEC84EAB for ; Thu, 12 Oct 2023 11:34:24 +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 VKx8qZDMOU3F for ; Thu, 12 Oct 2023 11:34:24 +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 EF25E84E55 for ; Thu, 12 Oct 2023 11:34:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id ECA0FFADC; Thu, 12 Oct 2023 11:34:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1697110463167960" MIME-Version: 1.0 Date: Thu, 12 Oct 2023 11:34:23 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/lang/nodejs18 To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20231012113423.ECA0FFADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1697110463167960 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Oct 12 11:34:23 UTC 2023 Modified Files: pkgsrc/lang/nodejs18: Makefile distinfo Log Message: nodejs18: updated to 18.18.1 Version 18.18.1 'Hydrogen' (LTS) Notable Changes This release addresses some regressions that appeared in Node.js 18.18.0: * (Windows) FS can not handle certain characters in file name * 18 and 20 node images give error - Text file busy (after re-build images) * libuv update in 18.18.0 breaks webpack's thread-loader To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/lang/nodejs18/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/lang/nodejs18/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1697110463167960 Content-Disposition: inline Content-Length: 1702 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/nodejs18/Makefile diff -u pkgsrc/lang/nodejs18/Makefile:1.19 pkgsrc/lang/nodejs18/Makefile:1.20 --- pkgsrc/lang/nodejs18/Makefile:1.19 Wed Sep 20 11:23:19 2023 +++ pkgsrc/lang/nodejs18/Makefile Thu Oct 12 11:34:23 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2023/09/20 11:23:19 adam Exp $ +# $NetBSD: Makefile,v 1.20 2023/10/12 11:34:23 adam Exp $ -DISTNAME= node-v18.18.0 +DISTNAME= node-v18.18.1 EXTRACT_SUFX= .tar.xz USE_LANGUAGES= c gnu++17 Index: pkgsrc/lang/nodejs18/distinfo diff -u pkgsrc/lang/nodejs18/distinfo:1.11 pkgsrc/lang/nodejs18/distinfo:1.12 --- pkgsrc/lang/nodejs18/distinfo:1.11 Wed Sep 20 11:23:19 2023 +++ pkgsrc/lang/nodejs18/distinfo Thu Oct 12 11:34:23 2023 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.11 2023/09/20 11:23:19 adam Exp $ +$NetBSD: distinfo,v 1.12 2023/10/12 11:34:23 adam Exp $ -BLAKE2s (node-v18.18.0.tar.xz) = c1a01668a75c2eb5ee01f564935a0b1b9dcf5dbfc1218444ef291cf2838fb43c -SHA512 (node-v18.18.0.tar.xz) = c10fb40902fc290cc069e86659ff4c7768215f80a7016402915cae7731bfd69aa901b7dc813d480f86fc39a850960f600ddde342d67b9bb570a3d2424b04f733 -Size (node-v18.18.0.tar.xz) = 40813264 bytes +BLAKE2s (node-v18.18.1.tar.xz) = 11c52f4318d700e9a44482840f891a2ba32fe9ea851e04f4d1c6abed7a2d8423 +SHA512 (node-v18.18.1.tar.xz) = 1d410923fcfebe15e924fbff9c91df6cfc5de294b92e94978da2b0c4d561e49e0f686adc88d4826894d1e61e2fdcf3b8d8a9ed60bd50c750c90b3b9db751779c +Size (node-v18.18.1.tar.xz) = 40805604 bytes SHA1 (patch-common.gypi) = 333fffbc32b36391c347c6cb9ef00d66ca5d6341 SHA1 (patch-deps_cares_cares.gyp) = 22b44f2ac59963f694dfe4f4585e08960b3dec32 SHA1 (patch-deps_uv_common.gypi) = 0a07799ec675f2426f7c2d7a7d80fd422250f260 --_----------=_1697110463167960--