Date: Fri, 15 Jun 2018 21:08:55 +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: r472490 - branches/2018Q2/www/node8 Message-ID: <201806152108.w5FL8tXr058266@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bhughes Date: Fri Jun 15 21:08:55 2018 New Revision: 472490 URL: https://svnweb.freebsd.org/changeset/ports/472490 Log: MFH: r470576 r472452 www/node8: Update 8.11.1_1 -> 8.11.2 https://nodejs.org/en/blog/release/v8.11.2/ www/node8: Update 8.11.2 -> 8.11.3 Update to the latest security release, fixing CVE-2018-7161, CVE-2018-7167, and CVE-2018-1000168. https://nodejs.org/en/blog/release/v8.11.3/ https://nodejs.org/en/blog/vulnerability/june-2018-security-releases/ PR: 229038 Submitted by: Pascal Christen <pascal.christen@hostpoint.ch> Security: 45b8e2eb-7056-11e8-8fab-63ca6e0e13a2 Sponsored by: Miles AS Approved by: ports-secteam (miwi) Modified: branches/2018Q2/www/node8/Makefile branches/2018Q2/www/node8/distinfo Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/www/node8/Makefile ============================================================================== --- branches/2018Q2/www/node8/Makefile Fri Jun 15 21:05:18 2018 (r472489) +++ branches/2018Q2/www/node8/Makefile Fri Jun 15 21:08:55 2018 (r472490) @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 8.11.1 +PORTVERSION= 8.11.3 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ PKGNAMESUFFIX= 8 Modified: branches/2018Q2/www/node8/distinfo ============================================================================== --- branches/2018Q2/www/node8/distinfo Fri Jun 15 21:05:18 2018 (r472489) +++ branches/2018Q2/www/node8/distinfo Fri Jun 15 21:08:55 2018 (r472490) @@ -1,5 +1,5 @@ -TIMESTAMP = 1522526743 -SHA256 (node-v8.11.1.tar.gz) = 86678028f13b26ceed08efc4b838921ca1bf514c0b7e8151bfec8ba15c5e66ad -SIZE (node-v8.11.1.tar.gz) = 31030225 +TIMESTAMP = 1528863109 +SHA256 (node-v8.11.3.tar.gz) = 0d7e795c0579226c8b197353bbb9392cae802f4fefa4787a2c0e678beaf85cce +SIZE (node-v8.11.3.tar.gz) = 31115954 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?201806152108.w5FL8tXr058266>