Received: by mail.netbsd.org (Postfix, from userid 605) id 2D67184D2C; Fri, 12 Feb 2021 11:07:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6463D84D2C for ; Fri, 12 Feb 2021 11:07:39 +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 mbin0uo9w_nK for ; Fri, 12 Feb 2021 11:07:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D3E0A84C86 for ; Fri, 12 Feb 2021 11:07:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A2E5FFA95; Fri, 12 Feb 2021 11:07:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1613128058109060" MIME-Version: 1.0 Date: Fri, 12 Feb 2021 11:07:38 +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: <20210212110738.A2E5FFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1613128058109060 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Feb 12 11:07:38 UTC 2021 Modified Files: pkgsrc/lang/nodejs: Makefile distinfo Log Message: nodejs: updated to 14.15.5 Version 14.15.5 'Fermium' (LTS) Notable Changes deps: upgrade npm to 6.14.11 V8: backport dfcf1e86fac0 Note: Node.js is not believed to be vulnerable to CVE-2021-21148. stream,zlib: do not use _stream_* anymore To generate a diff of this commit: cvs rdiff -u -r1.206 -r1.207 pkgsrc/lang/nodejs/Makefile cvs rdiff -u -r1.191 -r1.192 pkgsrc/lang/nodejs/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1613128058109060 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.206 pkgsrc/lang/nodejs/Makefile:1.207 --- pkgsrc/lang/nodejs/Makefile:1.206 Tue Jan 5 08:31:04 2021 +++ pkgsrc/lang/nodejs/Makefile Fri Feb 12 11:07:38 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.206 2021/01/05 08:31:04 adam Exp $ +# $NetBSD: Makefile,v 1.207 2021/02/12 11:07:38 adam Exp $ -DISTNAME= node-v14.15.4 +DISTNAME= node-v14.15.5 EXTRACT_SUFX= .tar.xz USE_LANGUAGES= c gnu++14 Index: pkgsrc/lang/nodejs/distinfo diff -u pkgsrc/lang/nodejs/distinfo:1.191 pkgsrc/lang/nodejs/distinfo:1.192 --- pkgsrc/lang/nodejs/distinfo:1.191 Tue Jan 5 08:31:04 2021 +++ pkgsrc/lang/nodejs/distinfo Fri Feb 12 11:07:38 2021 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.191 2021/01/05 08:31:04 adam Exp $ +$NetBSD: distinfo,v 1.192 2021/02/12 11:07:38 adam Exp $ -SHA1 (node-v14.15.4.tar.xz) = a63eca39a1323243b2fd4b0879870f3a40d08a8d -RMD160 (node-v14.15.4.tar.xz) = 0ad20166cb8829e9bf79d84b54b9063ec00cd2fa -SHA512 (node-v14.15.4.tar.xz) = 0d497a5d51de52412d09dd0fbcb936dbf0cba810f84d598be8f02c876d55f614e00c1ea0b25a00838e7b9f9c73a7882e3de0e9507d1c6ee45270a62d3438ab41 -Size (node-v14.15.4.tar.xz) = 33296076 bytes +SHA1 (node-v14.15.5.tar.xz) = 7a5661cd774feaddc06d0efa1865f59c5ef13426 +RMD160 (node-v14.15.5.tar.xz) = 8473b6a95337d3ea60b04bac43962108b2300de2 +SHA512 (node-v14.15.5.tar.xz) = e6f8adb6278dd57852e01674f605b15163250f3f95912a8011a4e27860683e4852835bec9a11350e84e89404da9ed841ad6d87611f0368a1c6270fcd01121869 +Size (node-v14.15.5.tar.xz) = 33295228 bytes SHA1 (patch-common.gypi) = f0bd2962bf7c8466db24b35a35154897ecad6316 SHA1 (patch-deps_cares_cares.gyp) = 22b44f2ac59963f694dfe4f4585e08960b3dec32 SHA1 (patch-deps_uv_common.gypi) = d38a9c8d9e3522f15812aec2f5b1e1e636d4bab3 --_----------=_1613128058109060--