Date: Thu, 14 Jan 2021 21:15:41 +0000 (UTC) From: "Bradley T. Hughes" <bhughes@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r561595 - in branches/2021Q1/www/node10: . files Message-ID: <202101142115.10ELFfY3085332@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bhughes Date: Thu Jan 14 21:15:40 2021 New Revision: 561595 URL: https://svnweb.freebsd.org/changeset/ports/561595 Log: MFH: r561594 www/node10: Update 10.23.0 -> 10.23.1 https://nodejs.org/en/blog/release/v10.23.1/ This is a security release. See https://nodejs.org/en/blog/vulnerability/january-2021-security-releases/ PR: 252681 Security: 08b553ed-537a-11eb-be6e-0022489ad614 Sponsored by: Miles AS Modified: branches/2021Q1/www/node10/Makefile branches/2021Q1/www/node10/distinfo branches/2021Q1/www/node10/files/patch-common.gypi Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/www/node10/Makefile ============================================================================== --- branches/2021Q1/www/node10/Makefile Thu Jan 14 21:12:10 2021 (r561594) +++ branches/2021Q1/www/node10/Makefile Thu Jan 14 21:15:40 2021 (r561595) @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 10.23.0 +PORTVERSION= 10.23.1 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ PKGNAMESUFFIX= 10 Modified: branches/2021Q1/www/node10/distinfo ============================================================================== --- branches/2021Q1/www/node10/distinfo Thu Jan 14 21:12:10 2021 (r561594) +++ branches/2021Q1/www/node10/distinfo Thu Jan 14 21:15:40 2021 (r561595) @@ -1,3 +1,3 @@ -TIMESTAMP = 1603979909 -SHA256 (node-v10.23.0.tar.gz) = d93041d1d1e75cef6c562c29b63333b2f39a16de3cb0310b695130cea2ae7f27 -SIZE (node-v10.23.0.tar.gz) = 46560417 +TIMESTAMP = 1610308147 +SHA256 (node-v10.23.1.tar.gz) = a5348b5dfdbe32e0be2837576e66ac285a59907e11e5439fbcda25e70f52550d +SIZE (node-v10.23.1.tar.gz) = 46310109 Modified: branches/2021Q1/www/node10/files/patch-common.gypi ============================================================================== --- branches/2021Q1/www/node10/files/patch-common.gypi Thu Jan 14 21:12:10 2021 (r561594) +++ branches/2021Q1/www/node10/files/patch-common.gypi Thu Jan 14 21:15:40 2021 (r561595) @@ -1,6 +1,6 @@ ---- common.gypi.orig 2020-06-08 21:52:35 UTC +--- common.gypi.orig 2021-01-04 14:30:16 UTC +++ common.gypi -@@ -509,15 +509,6 @@ +@@ -512,15 +512,6 @@ 'libraries': [ '-lelf' ], }], ['OS=="freebsd"', {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101142115.10ELFfY3085332>