svn commit: r424847 - branches/2016Q4/www/node012

Mark Felder feld at FreeBSD.org
Fri Oct 28 13:52:38 UTC 2016


Author: feld
Date: Fri Oct 28 13:52:36 2016
New Revision: 424847
URL: https://svnweb.freebsd.org/changeset/ports/424847

Log:
  MFH: r424846
  
  www/node012: Update to 0.12.17
  
  Bump to the latest 0.12.x release. This is a security release to
  address the c-ares single-byte buffer overwrite, CVE-2016-5180.
  
  https://nodejs.org/en/blog/release/v0.12.17/
  https://nodejs.org/en/blog/vulnerability/october-2016-security-releases/
  
  PR:		213602
  Security:	CVE-2016-5180
  
  Approved by:	ports-secteam (with hat)

Modified:
  branches/2016Q4/www/node012/Makefile
  branches/2016Q4/www/node012/distinfo
Directory Properties:
  branches/2016Q4/   (props changed)

Modified: branches/2016Q4/www/node012/Makefile
==============================================================================
--- branches/2016Q4/www/node012/Makefile	Fri Oct 28 13:52:04 2016	(r424846)
+++ branches/2016Q4/www/node012/Makefile	Fri Oct 28 13:52:36 2016	(r424847)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	node
-PORTVERSION=	0.12.16
+PORTVERSION=	0.12.17
 DISTVERSIONPREFIX=	v
 CATEGORIES=	www
 MASTER_SITES=	http://nodejs.org/dist/v${PORTVERSION}/

Modified: branches/2016Q4/www/node012/distinfo
==============================================================================
--- branches/2016Q4/www/node012/distinfo	Fri Oct 28 13:52:04 2016	(r424846)
+++ branches/2016Q4/www/node012/distinfo	Fri Oct 28 13:52:36 2016	(r424847)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1475046578
-SHA256 (node-v0.12.16.tar.gz) = 312c0b74b0815f0514de9bf00667850d4f6ce184126f02f3d8dbf40fd48235eb
-SIZE (node-v0.12.16.tar.gz) = 19938516
+TIMESTAMP = 1476814566
+SHA256 (node-v0.12.17.tar.gz) = ddea5e253812f167608fbdda6ff29ffc30dc6f669cf2f6e4249938d28b9cd44d
+SIZE (node-v0.12.17.tar.gz) = 19938029


More information about the svn-ports-branches mailing list