Date: Wed, 29 Aug 2018 13:59:37 +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: r478350 - branches/2018Q3/www/node6 Message-ID: <201808291359.w7TDxboq003273@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bhughes Date: Wed Aug 29 13:59:37 2018 New Revision: 478350 URL: https://svnweb.freebsd.org/changeset/ports/478350 Log: MFH: r478192 www/node6: Update 6.14.3_2 -> 6.14.4 This is a security release addressing multiple vulnerabilities. Users are recommended to upgrade as soon as possible. https://nodejs.org/en/blog/vulnerability/august-2018-security-releases/ https://nodejs.org/en/blog/release/v6.14.4/ Security: 0904e81f-a89d-11e8-afbb-bc5ff4f77b71 Sponsored by: Miles AS Approved by: ports-secteam (miwi) Modified: branches/2018Q3/www/node6/Makefile branches/2018Q3/www/node6/distinfo Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/www/node6/Makefile ============================================================================== --- branches/2018Q3/www/node6/Makefile Wed Aug 29 12:03:23 2018 (r478349) +++ branches/2018Q3/www/node6/Makefile Wed Aug 29 13:59:37 2018 (r478350) @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 6.14.3 +PORTVERSION= 6.14.4 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ PKGNAMESUFFIX= 6 Modified: branches/2018Q3/www/node6/distinfo ============================================================================== --- branches/2018Q3/www/node6/distinfo Wed Aug 29 12:03:23 2018 (r478349) +++ branches/2018Q3/www/node6/distinfo Wed Aug 29 13:59:37 2018 (r478350) @@ -1,3 +1,3 @@ -TIMESTAMP = 1528863089 -SHA256 (node-v6.14.3.tar.gz) = 378b7b06ce6de96c59970908fc2a67278e1ece22be78030423297bf415c0a8c5 -SIZE (node-v6.14.3.tar.gz) = 27208964 +TIMESTAMP = 1535227100 +SHA256 (node-v6.14.4.tar.gz) = 10aff5317908af04107e9ae26a07a84ee11a213657701df05c189afa4586cf37 +SIZE (node-v6.14.4.tar.gz) = 27219503
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808291359.w7TDxboq003273>