svn commit: r453012 - branches/2017Q4/www/node6

Bradley T. Hughes bhughes at FreeBSD.org
Fri Oct 27 16:03:05 UTC 2017


Author: bhughes
Date: Fri Oct 27 16:03:03 2017
New Revision: 453012
URL: https://svnweb.freebsd.org/changeset/ports/453012

Log:
  MFH: r452890
  
  www/node6: Update 6.11.3 -> 6.11.5
  
  Update to the latest upstream v6.x release to address a remote DoS
  vulnerability.
  
  https://nodejs.org/en/blog/vulnerability/oct-2017-dos/
  https://nodejs.org/en/blog/release/v6.11.5/
  
  Approved by:	robak (mentor)
  Approved by:	ports-secteam (swills)
  Security:	CVE-2017-14919
  Security:	d7d1cc94-b971-11e7-af3a-f1035dd0da62
  Differential Revision:	https://reviews.freebsd.org/D12784

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

Modified: branches/2017Q4/www/node6/Makefile
==============================================================================
--- branches/2017Q4/www/node6/Makefile	Fri Oct 27 16:01:42 2017	(r453011)
+++ branches/2017Q4/www/node6/Makefile	Fri Oct 27 16:03:03 2017	(r453012)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	node
-PORTVERSION=	6.11.3
+PORTVERSION=	6.11.5
 DISTVERSIONPREFIX=	v
 PORTREVISION=	1
 CATEGORIES=	www

Modified: branches/2017Q4/www/node6/distinfo
==============================================================================
--- branches/2017Q4/www/node6/distinfo	Fri Oct 27 16:01:42 2017	(r453011)
+++ branches/2017Q4/www/node6/distinfo	Fri Oct 27 16:03:03 2017	(r453012)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1504848990
-SHA256 (node-v6.11.3.tar.gz) = c60562a7bc316f137297b7aa23ae354e3ac6779fe8ddf46fe43a75b6b92443e8
-SIZE (node-v6.11.3.tar.gz) = 26875258
+TIMESTAMP = 1508910448
+SHA256 (node-v6.11.5.tar.gz) = c4aed94e82dbf246a1c9e0705c3054f0c0f3d9c4d8d025d877e0ef1f7b6cde4c
+SIZE (node-v6.11.5.tar.gz) = 26915846


More information about the svn-ports-branches mailing list