Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 6BB371A921F for ; Wed, 16 Dec 2020 07:24:08 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id BE01A84D84; Wed, 16 Dec 2020 07:24:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 02ADE84D2D for ; Wed, 16 Dec 2020 07:24:07 +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 w2__g7AzUWSE for ; Wed, 16 Dec 2020 07:24:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 61EB284CF1 for ; Wed, 16 Dec 2020 07:24:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 56A17FA9D; Wed, 16 Dec 2020 07:24:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1608103446211300" MIME-Version: 1.0 Date: Wed, 16 Dec 2020 07:24:06 +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: <20201216072406.56A17FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1608103446211300 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Dec 16 07:24:06 UTC 2020 Modified Files: pkgsrc/lang/nodejs: Makefile Makefile.common distinfo Log Message: nodejs: updated to 14.15.2 Version 14.15.2 'Fermium' (LTS) Notable Changes deps: upgrade npm to 6.14.9 update acorn to v8.0.4 doc: add release key for Danielle Adams http2: check write not scheduled in scope destructor stream: fix regression on duplex end To generate a diff of this commit: cvs rdiff -u -r1.201 -r1.202 pkgsrc/lang/nodejs/Makefile cvs rdiff -u -r1.39 -r1.40 pkgsrc/lang/nodejs/Makefile.common cvs rdiff -u -r1.188 -r1.189 pkgsrc/lang/nodejs/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1608103446211300 Content-Disposition: inline Content-Length: 2564 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.201 pkgsrc/lang/nodejs/Makefile:1.202 --- pkgsrc/lang/nodejs/Makefile:1.201 Tue Nov 17 11:01:40 2020 +++ pkgsrc/lang/nodejs/Makefile Wed Dec 16 07:24:06 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.201 2020/11/17 11:01:40 adam Exp $ +# $NetBSD: Makefile,v 1.202 2020/12/16 07:24:06 adam Exp $ -DISTNAME= node-v14.15.1 +DISTNAME= node-v14.15.2 EXTRACT_SUFX= .tar.xz USE_LANGUAGES= c gnu++14 Index: pkgsrc/lang/nodejs/Makefile.common diff -u pkgsrc/lang/nodejs/Makefile.common:1.39 pkgsrc/lang/nodejs/Makefile.common:1.40 --- pkgsrc/lang/nodejs/Makefile.common:1.39 Fri Oct 2 12:26:34 2020 +++ pkgsrc/lang/nodejs/Makefile.common Wed Dec 16 07:24:06 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.39 2020/10/02 12:26:34 adam Exp $ +# $NetBSD: Makefile.common,v 1.40 2020/12/16 07:24:06 adam Exp $ # used by lang/nodejs/Makefile # used by lang/nodejs8/Makefile # used by lang/nodejs10/Makefile @@ -22,7 +22,7 @@ PYTHON_FOR_BUILD_ONLY= yes # Do not remove this unless you are absolutely certain that every python script # in every nodejs that we support is python3 ready. # -PYTHON_VERSIONS_ACCEPTED= 27 +#PYTHON_VERSIONS_ACCEPTED= 27 GCC_REQD+= 4.9.4 Index: pkgsrc/lang/nodejs/distinfo diff -u pkgsrc/lang/nodejs/distinfo:1.188 pkgsrc/lang/nodejs/distinfo:1.189 --- pkgsrc/lang/nodejs/distinfo:1.188 Tue Nov 17 11:01:40 2020 +++ pkgsrc/lang/nodejs/distinfo Wed Dec 16 07:24:06 2020 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.188 2020/11/17 11:01:40 adam Exp $ +$NetBSD: distinfo,v 1.189 2020/12/16 07:24:06 adam Exp $ -SHA1 (node-v14.15.1.tar.xz) = d74b581217ffbda9a2152fcb5ee4e10d602293a2 -RMD160 (node-v14.15.1.tar.xz) = 89181574ae5cc8e1801501dde4e5b51a03cb18a8 -SHA512 (node-v14.15.1.tar.xz) = cbab757e370a09b73c29a9bcb310b4122e4424d6baeaeaf1b10919ed6b348bc6ddbfc0e0eaff99d8ebb4d3d74f0206f575e2656245151eda564dd2cd33ff823a -Size (node-v14.15.1.tar.xz) = 33437304 bytes +SHA1 (node-v14.15.2.tar.xz) = 1c0128b3ea974dad05b916093d6e6174ea5501b9 +RMD160 (node-v14.15.2.tar.xz) = 4cb4c09a852b202ba8b4f0db09f5ec1067a5b23f +SHA512 (node-v14.15.2.tar.xz) = c9992d134f6f10c9f9b1029bd8e32fddec8a88279b23b2cb67fdb61a075f31e20eceb9e487c849da1af2687e3f7005a9e75ea41b13eeb9e703ded78ec5bcd51f +Size (node-v14.15.2.tar.xz) = 33292800 bytes SHA1 (patch-common.gypi) = f0bd2962bf7c8466db24b35a35154897ecad6316 SHA1 (patch-deps_cares_cares.gyp) = 22b44f2ac59963f694dfe4f4585e08960b3dec32 SHA1 (patch-deps_uv_common.gypi) = d38a9c8d9e3522f15812aec2f5b1e1e636d4bab3 --_----------=_1608103446211300--