Date: Tue, 20 Aug 2019 22:29:25 +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: r509481 - head/www/node Message-ID: <201908202229.x7KMTP9v040662@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bhughes Date: Tue Aug 20 22:29:25 2019 New Revision: 509481 URL: https://svnweb.freebsd.org/changeset/ports/509481 Log: www/node: Update 12.8.0 -> 12.8.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/node/Makefile head/www/node/distinfo Modified: head/www/node/Makefile ============================================================================== --- head/www/node/Makefile Tue Aug 20 22:27:49 2019 (r509480) +++ head/www/node/Makefile Tue Aug 20 22:29:25 2019 (r509481) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 12.8.0 +PORTVERSION= 12.8.1 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ @@ -67,7 +67,7 @@ MAKE_ENV+= CC.host=${CC} CFLAGS.host="${CFLAGS}" \ BUILD_DEPENDS+= c-ares>=1.15.0:dns/c-ares\ libuv>=1.30.1:devel/libuv \ - libnghttp2>=1.39.1: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/node/distinfo ============================================================================== --- head/www/node/distinfo Tue Aug 20 22:27:49 2019 (r509480) +++ head/www/node/distinfo Tue Aug 20 22:29:25 2019 (r509481) @@ -1,3 +1,3 @@ -TIMESTAMP = 1565153521 -SHA256 (node-v12.8.0.tar.gz) = 6f4e4ee7bcb52f782dce5a51d6951ff87151d9504be129d68d7aff469c0f7f36 -SIZE (node-v12.8.0.tar.gz) = 50223727 +TIMESTAMP = 1565994523 +SHA256 (node-v12.8.1.tar.gz) = fbd4de6657f6301cdcd0c60a0e5a413c490670d8c21b501c380b96cc3b9b5b95 +SIZE (node-v12.8.1.tar.gz) = 50231954
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908202229.x7KMTP9v040662>