Date: Wed, 29 Aug 2018 14:08:17 +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: r478352 - branches/2018Q3/www/node8 Message-ID: <201808291408.w7TE8HHK008834@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bhughes Date: Wed Aug 29 14:08:16 2018 New Revision: 478352 URL: https://svnweb.freebsd.org/changeset/ports/478352 Log: MFH: r478193 www/node8: Update 8.11.3_2 -> 8.11.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/v8.11.4/ Security: 0904e81f-a89d-11e8-afbb-bc5ff4f77b71 Sponsored by: Miles AS Approved by: ports-secteam (miwi) Modified: branches/2018Q3/www/node8/Makefile branches/2018Q3/www/node8/distinfo Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/www/node8/Makefile ============================================================================== --- branches/2018Q3/www/node8/Makefile Wed Aug 29 14:06:03 2018 (r478351) +++ branches/2018Q3/www/node8/Makefile Wed Aug 29 14:08:16 2018 (r478352) @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 8.11.3 +PORTVERSION= 8.11.4 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ PKGNAMESUFFIX= 8 Modified: branches/2018Q3/www/node8/distinfo ============================================================================== --- branches/2018Q3/www/node8/distinfo Wed Aug 29 14:06:03 2018 (r478351) +++ branches/2018Q3/www/node8/distinfo Wed Aug 29 14:08:16 2018 (r478352) @@ -1,5 +1,5 @@ -TIMESTAMP = 1528863109 -SHA256 (node-v8.11.3.tar.gz) = 0d7e795c0579226c8b197353bbb9392cae802f4fefa4787a2c0e678beaf85cce -SIZE (node-v8.11.3.tar.gz) = 31115954 +TIMESTAMP = 1535227007 +SHA256 (node-v8.11.4.tar.gz) = 459144e361d64ca7362c37cc9717c044ef909d348cb5aa3f2b62538560a6085a +SIZE (node-v8.11.4.tar.gz) = 31122833 SHA256 (b8f47b27571f.patch) = b0b22c490c4b4e7ed4bad46d1989e980a0ba30299855ec0164ff3d11384833c7 SIZE (b8f47b27571f.patch) = 4763
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808291408.w7TE8HHK008834>