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 9D6821A9239 for ; Wed, 28 Oct 2020 20:01:01 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3BE2684DF3; Wed, 28 Oct 2020 20:01:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B725F84DBD for ; Wed, 28 Oct 2020 20:01:00 +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 H1RDtTnug34R for ; Wed, 28 Oct 2020 20:01:00 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3C6C484CE3 for ; Wed, 28 Oct 2020 20:01:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A2627FB28; Wed, 28 Oct 2020 20:00:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_160391525973630" MIME-Version: 1.0 Date: Wed, 28 Oct 2020 20:00:59 +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: <20201028200059.A2627FB28@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. --_----------=_160391525973630 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Oct 28 20:00:59 UTC 2020 Modified Files: pkgsrc/lang/nodejs: Makefile distinfo Log Message: nodejs: updated to 14.15.0 Version 14.15.0 'Fermium' (LTS) Notable Changes This release marks the transition of Node.js 14.x into Long Term Support (LTS) with the codename 'Fermium'. The 14.x release line now moves into "Active LTS" and will remain so until October 2021. After that time, it will move into "Maintenance" until end of life in April 2023. To generate a diff of this commit: cvs rdiff -u -r1.198 -r1.199 pkgsrc/lang/nodejs/Makefile cvs rdiff -u -r1.186 -r1.187 pkgsrc/lang/nodejs/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_160391525973630 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.198 pkgsrc/lang/nodejs/Makefile:1.199 --- pkgsrc/lang/nodejs/Makefile:1.198 Tue Oct 20 09:55:43 2020 +++ pkgsrc/lang/nodejs/Makefile Wed Oct 28 20:00:59 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.198 2020/10/20 09:55:43 adam Exp $ +# $NetBSD: Makefile,v 1.199 2020/10/28 20:00:59 adam Exp $ -DISTNAME= node-v14.14.0 +DISTNAME= node-v14.15.0 EXTRACT_SUFX= .tar.xz USE_LANGUAGES= c gnu++14 Index: pkgsrc/lang/nodejs/distinfo diff -u pkgsrc/lang/nodejs/distinfo:1.186 pkgsrc/lang/nodejs/distinfo:1.187 --- pkgsrc/lang/nodejs/distinfo:1.186 Tue Oct 20 09:55:43 2020 +++ pkgsrc/lang/nodejs/distinfo Wed Oct 28 20:00:59 2020 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.186 2020/10/20 09:55:43 adam Exp $ +$NetBSD: distinfo,v 1.187 2020/10/28 20:00:59 adam Exp $ -SHA1 (node-v14.14.0.tar.xz) = b9a5b9009164bdd7ea5dc27822332ce94286ad83 -RMD160 (node-v14.14.0.tar.xz) = 794dc3ae3d9ed7e8da8a8a36dd9a5ab656e6ead3 -SHA512 (node-v14.14.0.tar.xz) = d5af1fa219297a8779e031bd94755212f002b6655539929f8fa8cd69a9c1c4b824fa0ccfa961b52023b92d2975e4fd2ec44c0fb238efac0b1a6e2bdfd2b7cff7 -Size (node-v14.14.0.tar.xz) = 33439920 bytes +SHA1 (node-v14.15.0.tar.xz) = e9bdf54fcdf93280c6b126b8057adae618026535 +RMD160 (node-v14.15.0.tar.xz) = 7c0cae975b31eee2053e50a9f564d70da1ba0c58 +SHA512 (node-v14.15.0.tar.xz) = 2a0cd1b9d95e0ac228a90aca82cb04b9f4fc4d08ab86f0286eed7a519ca6e756081b37375ad5d14d7f0e09affdd27bad658c3e364237eb3c212fe5b5e27af96e +Size (node-v14.15.0.tar.xz) = 33440584 bytes SHA1 (patch-common.gypi) = f0bd2962bf7c8466db24b35a35154897ecad6316 SHA1 (patch-deps_cares_cares.gyp) = 22b44f2ac59963f694dfe4f4585e08960b3dec32 SHA1 (patch-deps_uv_common.gypi) = d38a9c8d9e3522f15812aec2f5b1e1e636d4bab3 --_----------=_160391525973630--