Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Oct 2017 15:59:40 +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: r453010 - branches/2017Q4/www/node4
Message-ID:  <201710271559.v9RFxeaL035106@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bhughes
Date: Fri Oct 27 15:59:40 2017
New Revision: 453010
URL: https://svnweb.freebsd.org/changeset/ports/453010

Log:
  MFH: r452889
  
  www/node4: Update 4.8.4_2 -> 4.8.5
  
  Update to the latest upstream v4.x release to address a remote DoS
  vulnerability.
  
  https://nodejs.org/en/blog/vulnerability/oct-2017-dos/
  https://nodejs.org/en/blog/release/v4.8.5/
  
  Approved by:	robak (mentor)
  Approved by:	ports-secteam (swills)
  Security:	d7d1cc94-b971-11e7-af3a-f1035dd0da62
  Differential Revision:	https://reviews.freebsd.org/D12783

Modified:
  branches/2017Q4/www/node4/Makefile
  branches/2017Q4/www/node4/distinfo
Directory Properties:
  branches/2017Q4/   (props changed)

Modified: branches/2017Q4/www/node4/Makefile
==============================================================================
--- branches/2017Q4/www/node4/Makefile	Fri Oct 27 15:58:02 2017	(r453009)
+++ branches/2017Q4/www/node4/Makefile	Fri Oct 27 15:59:40 2017	(r453010)
@@ -2,9 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	node
-PORTVERSION=	4.8.4
+PORTVERSION=	4.8.5
 DISTVERSIONPREFIX=	v
-PORTREVISION=	2
 CATEGORIES=	www
 MASTER_SITES=	http://nodejs.org/dist/v${PORTVERSION}/
 PKGNAMESUFFIX=	4

Modified: branches/2017Q4/www/node4/distinfo
==============================================================================
--- branches/2017Q4/www/node4/distinfo	Fri Oct 27 15:58:02 2017	(r453009)
+++ branches/2017Q4/www/node4/distinfo	Fri Oct 27 15:59:40 2017	(r453010)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1499836607
-SHA256 (node-v4.8.4.tar.gz) = b5480f69e9e929d2814de900fb5e673743a9d93f4fecbd79066baf18219f8584
-SIZE (node-v4.8.4.tar.gz) = 22774599
+TIMESTAMP = 1508910464
+SHA256 (node-v4.8.5.tar.gz) = 23980b1d31c6b0e05eff2102ffa0059a6f7a93e27e5288eb5551b9b003ec0c07
+SIZE (node-v4.8.5.tar.gz) = 22775183



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710271559.v9RFxeaL035106>