Received: by mail.netbsd.org (Postfix, from userid 605) id F12FF84DF4; Fri, 11 Sep 2020 09:24:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 79CFB84DEF for ; Fri, 11 Sep 2020 09:24:22 +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 EDtglo_ehUIJ for ; Fri, 11 Sep 2020 09:24:22 +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 F0E6284CDF for ; Fri, 11 Sep 2020 09:24:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EA65BFB28; Fri, 11 Sep 2020 09:24:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1599816261285430" MIME-Version: 1.0 Date: Fri, 11 Sep 2020 09:24:21 +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: <20200911092421.EA65BFB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1599816261285430 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Sep 11 09:24:21 UTC 2020 Modified Files: pkgsrc/lang/nodejs: Makefile distinfo Log Message: nodejs: updated to 14.10.1 Version 14.10.1 (Current) Notable Changes Node.js 14.10.0 included a streams regression with async generators and a docs rendering regression that are being fixed in this release. To generate a diff of this commit: cvs rdiff -u -r1.193 -r1.194 pkgsrc/lang/nodejs/Makefile cvs rdiff -u -r1.180 -r1.181 pkgsrc/lang/nodejs/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1599816261285430 Content-Disposition: inline Content-Length: 1786 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.193 pkgsrc/lang/nodejs/Makefile:1.194 --- pkgsrc/lang/nodejs/Makefile:1.193 Wed Sep 9 07:07:56 2020 +++ pkgsrc/lang/nodejs/Makefile Fri Sep 11 09:24:21 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.193 2020/09/09 07:07:56 adam Exp $ +# $NetBSD: Makefile,v 1.194 2020/09/11 09:24:21 adam Exp $ -DISTNAME= node-v14.10.0 +DISTNAME= node-v14.10.1 EXTRACT_SUFX= .tar.xz USE_LANGUAGES= c gnu++14 Index: pkgsrc/lang/nodejs/distinfo diff -u pkgsrc/lang/nodejs/distinfo:1.180 pkgsrc/lang/nodejs/distinfo:1.181 --- pkgsrc/lang/nodejs/distinfo:1.180 Wed Sep 9 07:07:56 2020 +++ pkgsrc/lang/nodejs/distinfo Fri Sep 11 09:24:21 2020 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.180 2020/09/09 07:07:56 adam Exp $ +$NetBSD: distinfo,v 1.181 2020/09/11 09:24:21 adam Exp $ -SHA1 (node-v14.10.0.tar.xz) = 586c7cf9b4e3d4bc77ed350fdf993fa612ec24f7 -RMD160 (node-v14.10.0.tar.xz) = 89e8d8de25ef19851e52d20f0fa4f048a8869ad7 -SHA512 (node-v14.10.0.tar.xz) = 902bfe3b142f11ef48076c4af6f3107fb20f617ef1f12a564fc3ea1870e6304458dd30fb9af67c3431b850caa496bbb55cb1d760e46c882603543685d316c733 -Size (node-v14.10.0.tar.xz) = 33377228 bytes +SHA1 (node-v14.10.1.tar.xz) = 9d19827870d8d92401c40908a111e1f114c9fab3 +RMD160 (node-v14.10.1.tar.xz) = 0c782e7a104a006d029ad835ed7e9c7528dff32e +SHA512 (node-v14.10.1.tar.xz) = fd094fb3ff1f94e913ee876de4365ba1f6d26abd33b60e964fbdf8a205ab8a44885bd69576ec997aee7b36b91a342daf3654bec41377d0ec66e752292aab4319 +Size (node-v14.10.1.tar.xz) = 33383116 bytes SHA1 (patch-common.gypi) = f0bd2962bf7c8466db24b35a35154897ecad6316 SHA1 (patch-deps_cares_cares.gyp) = 22b44f2ac59963f694dfe4f4585e08960b3dec32 SHA1 (patch-deps_uv_common.gypi) = d38a9c8d9e3522f15812aec2f5b1e1e636d4bab3 --_----------=_1599816261285430--