svn commit: r561601 - branches/2021Q1/www/node

Bradley T. Hughes bhughes at FreeBSD.org
Thu Jan 14 21:22:50 UTC 2021


Author: bhughes
Date: Thu Jan 14 21:22:49 2021
New Revision: 561601
URL: https://svnweb.freebsd.org/changeset/ports/561601

Log:
  MFH: r561600
  
  www/node: Update 15.5.0 -> 15.5.1
  
  https://nodejs.org/en/blog/release/v15.5.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/node/Makefile
  branches/2021Q1/www/node/distinfo
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/www/node/Makefile
==============================================================================
--- branches/2021Q1/www/node/Makefile	Thu Jan 14 21:20:45 2021	(r561600)
+++ branches/2021Q1/www/node/Makefile	Thu Jan 14 21:22:49 2021	(r561601)
@@ -2,7 +2,7 @@
 
 PORTNAME=	node
 DISTVERSIONPREFIX=	v
-DISTVERSION=	15.5.0
+DISTVERSION=	15.5.1
 CATEGORIES=	www
 MASTER_SITES=	http://nodejs.org/dist/v${DISTVERSION}/
 

Modified: branches/2021Q1/www/node/distinfo
==============================================================================
--- branches/2021Q1/www/node/distinfo	Thu Jan 14 21:20:45 2021	(r561600)
+++ branches/2021Q1/www/node/distinfo	Thu Jan 14 21:22:49 2021	(r561601)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1609709336
-SHA256 (node-v15.5.0.tar.gz) = a4f10a2e67dc99ed64c297be988fbe37f8a62f8fb8ff880f121f8be4e30df3d1
-SIZE (node-v15.5.0.tar.gz) = 62299813
+TIMESTAMP = 1610308453
+SHA256 (node-v15.5.1.tar.gz) = 9730d3099c051bd8733b3e6d62c54ba9b2d82ec40e6c65ee966ba3f346ff4157
+SIZE (node-v15.5.1.tar.gz) = 62304300


More information about the svn-ports-branches mailing list