Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Aug 2019 22:27:14 +0000 (UTC)
From:      "Bradley T. Hughes" <bhughes@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r509479 - head/www/node8
Message-ID:  <201908202227.x7KMREua040038@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bhughes
Date: Tue Aug 20 22:27:13 2019
New Revision: 509479
URL: https://svnweb.freebsd.org/changeset/ports/509479

Log:
  www/node8: Update 8.16.0 -> 8.16.1
  
  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/node8/Makefile
  head/www/node8/distinfo

Modified: head/www/node8/Makefile
==============================================================================
--- head/www/node8/Makefile	Tue Aug 20 22:22:08 2019	(r509478)
+++ head/www/node8/Makefile	Tue Aug 20 22:27:13 2019	(r509479)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	node
-PORTVERSION=	8.16.0
-PORTREVISION=	1
+PORTVERSION=	8.16.1
 DISTVERSIONPREFIX=	v
 CATEGORIES=	www
 MASTER_SITES=	http://nodejs.org/dist/v${PORTVERSION}/
@@ -67,7 +66,7 @@ MAKE_ENV+=	CC.host=${CC} CFLAGS.host="${CFLAGS}" \
 
 BUILD_DEPENDS+=	c-ares>=1.10.0:dns/c-ares\
 		libuv>1.23.2:devel/libuv \
-		libnghttp2>=1.33.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/node8/distinfo
==============================================================================
--- head/www/node8/distinfo	Tue Aug 20 22:22:08 2019	(r509478)
+++ head/www/node8/distinfo	Tue Aug 20 22:27:13 2019	(r509479)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1555485506
-SHA256 (node-v8.16.0.tar.gz) = a1a885add3e511177f05676f0834df710886b68cb559b893169f8674a23adfcf
-SIZE (node-v8.16.0.tar.gz) = 30661334
+TIMESTAMP = 1565994483
+SHA256 (node-v8.16.1.tar.gz) = 7666207212ac5cbd766b052951f57da62aaa641fedf83fabcb31dbb19f61169d
+SIZE (node-v8.16.1.tar.gz) = 30666987



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908202227.x7KMREua040038>