Date: Thu, 22 Aug 2019 14:59:18 +0000 (UTC) From: "Bradley T. Hughes" <bhughes@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r509603 - branches/2019Q3/www/node8 Message-ID: <201908221459.x7MExIeu097538@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bhughes Date: Thu Aug 22 14:59:18 2019 New Revision: 509603 URL: https://svnweb.freebsd.org/changeset/ports/509603 Log: MFH: r509479 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. Security: c97a940b-c392-11e9-bb38-000d3ab229d6 Sponsored by: Miles AS Approved by: ports-secteam (joneum) Modified: branches/2019Q3/www/node8/Makefile branches/2019Q3/www/node8/distinfo Directory Properties: branches/2019Q3/ (props changed) Modified: branches/2019Q3/www/node8/Makefile ============================================================================== --- branches/2019Q3/www/node8/Makefile Thu Aug 22 14:51:13 2019 (r509602) +++ branches/2019Q3/www/node8/Makefile Thu Aug 22 14:59:18 2019 (r509603) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 8.16.0 +PORTVERSION= 8.16.1 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ @@ -66,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: branches/2019Q3/www/node8/distinfo ============================================================================== --- branches/2019Q3/www/node8/distinfo Thu Aug 22 14:51:13 2019 (r509602) +++ branches/2019Q3/www/node8/distinfo Thu Aug 22 14:59:18 2019 (r509603) @@ -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?201908221459.x7MExIeu097538>