svn commit: r558895 - head/www/node14

Bradley T. Hughes bhughes at FreeBSD.org
Tue Dec 22 09:37:38 UTC 2020


Author: bhughes
Date: Tue Dec 22 09:37:37 2020
New Revision: 558895
URL: https://svnweb.freebsd.org/changeset/ports/558895

Log:
  www/node14: Update 14.15.2 -> 14.15.3
  
  https://nodejs.org/en/blog/release/v14.15.3/
  
  Node.js v14.15.2 included a commit that has caused reported breakages
  when cloning request objects. This release reverts the commit that
  introduced the behaviour change. See
  https://github.com/nodejs/node/issues/36550 for more details.
  
  Sponsored by:	Miles AS

Modified:
  head/www/node14/Makefile
  head/www/node14/distinfo

Modified: head/www/node14/Makefile
==============================================================================
--- head/www/node14/Makefile	Tue Dec 22 09:14:53 2020	(r558894)
+++ head/www/node14/Makefile	Tue Dec 22 09:37:37 2020	(r558895)
@@ -2,7 +2,7 @@
 
 PORTNAME=	node
 DISTVERSIONPREFIX=	v
-DISTVERSION=	14.15.2
+DISTVERSION=	14.15.3
 CATEGORIES=	www
 MASTER_SITES=	http://nodejs.org/dist/v${DISTVERSION}/
 PKGNAMESUFFIX=	14

Modified: head/www/node14/distinfo
==============================================================================
--- head/www/node14/distinfo	Tue Dec 22 09:14:53 2020	(r558894)
+++ head/www/node14/distinfo	Tue Dec 22 09:37:37 2020	(r558895)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1608591949
-SHA256 (node-v14.15.2.tar.gz) = f3a6558bd4991f6bb2b4c9d1fc8454518003cebfc732a82aab15dc99069952de
-SIZE (node-v14.15.2.tar.gz) = 63135613
+TIMESTAMP = 1608624528
+SHA256 (node-v14.15.3.tar.gz) = d23a5c354f1c30278477e4e8d1ecb4c12660a4d1ba2476feeed9434e6bf5b96e
+SIZE (node-v14.15.3.tar.gz) = 63134187


More information about the svn-ports-all mailing list