svn commit: r561595 - in branches/2021Q1/www/node10: . files

Bradley T. Hughes bhughes at FreeBSD.org
Thu Jan 14 21:15:42 UTC 2021


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"', {


More information about the svn-ports-branches mailing list