svn commit: r509480 - head/www/node10

Bradley T. Hughes bhughes at FreeBSD.org
Tue Aug 20 22:27:50 UTC 2019


Author: bhughes
Date: Tue Aug 20 22:27:49 2019
New Revision: 509480
URL: https://svnweb.freebsd.org/changeset/ports/509480

Log:
  www/node10: Update 10.16.2 -> 10.16.3
  
  This is a security release. All Node.js users should consult the security
  release summary at
  https://nodejs.org/en/blog/vulnerability/aug-2019-security-releases/
  for details on patched vulnerabilities.
  
  MFH:		2019Q3
  Security:	c97a940b-c392-11e9-bb38-000d3ab229d6
  Sponsored by:	Miles AS

Modified:
  head/www/node10/Makefile
  head/www/node10/distinfo

Modified: head/www/node10/Makefile
==============================================================================
--- head/www/node10/Makefile	Tue Aug 20 22:27:13 2019	(r509479)
+++ head/www/node10/Makefile	Tue Aug 20 22:27:49 2019	(r509480)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	node
-PORTVERSION=	10.16.2
+PORTVERSION=	10.16.3
 DISTVERSIONPREFIX=	v
 CATEGORIES=	www
 MASTER_SITES=	http://nodejs.org/dist/v${PORTVERSION}/
@@ -68,7 +68,7 @@ MAKE_ENV+=	CC.host=${CC} CFLAGS.host="${CFLAGS}" \
 
 BUILD_DEPENDS+=	c-ares>=1.15.0:dns/c-ares\
 		libuv>=1.28.0:devel/libuv \
-		libnghttp2>=1.34.0:www/libnghttp2
+		libnghttp2>=1.39.2:www/libnghttp2
 LIB_DEPENDS+=	libcares.so:dns/c-ares\
 		libuv.so:devel/libuv \
 		libnghttp2.so:www/libnghttp2

Modified: head/www/node10/distinfo
==============================================================================
--- head/www/node10/distinfo	Tue Aug 20 22:27:13 2019	(r509479)
+++ head/www/node10/distinfo	Tue Aug 20 22:27:49 2019	(r509480)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1565153509
-SHA256 (node-v10.16.2.tar.gz) = 5936ef12ab3f0ce5fbb6751c1bb41f626b6058f414a297b3d8c5eb418a27e8fe
-SIZE (node-v10.16.2.tar.gz) = 45866780
+TIMESTAMP = 1565994495
+SHA256 (node-v10.16.3.tar.gz) = db5a5e03a815b84a1266a4b48bb6a6d887175705f84fd2472f0d28e5e305a1f8
+SIZE (node-v10.16.3.tar.gz) = 45870800


More information about the svn-ports-all mailing list