svn commit: r417807 - head/www/node4

Kurt Jaeger pi at FreeBSD.org
Thu Jun 30 05:42:40 UTC 2016


Author: pi
Date: Thu Jun 30 05:42:38 2016
New Revision: 417807
URL: https://svnweb.freebsd.org/changeset/ports/417807

Log:
  www/node4: 4.4.5 -> 4.4.6
  
  This is an important security release. Please consult
  https://nodejs.org/en/blog/vulnerability/june-2016-security-releases/
  for the details.
  
  This release is specifically related to a Buffer overflow vulnerability
  discovered in v8, more details can be found in the CVE 2016-1669.
  
  PR:		210520
  Changes:	https://nodejs.org/en/blog/release/v4.4.6/
  Submitted by:	Bradley T. Hughes <bradleythughes at fastmail.fm> (maintainer)

Modified:
  head/www/node4/Makefile
  head/www/node4/distinfo

Modified: head/www/node4/Makefile
==============================================================================
--- head/www/node4/Makefile	Thu Jun 30 05:40:35 2016	(r417806)
+++ head/www/node4/Makefile	Thu Jun 30 05:42:38 2016	(r417807)
@@ -2,9 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	node
-PORTVERSION=	4.4.5
+PORTVERSION=	4.4.6
 DISTVERSIONPREFIX=	v
-PORTREVISION=	2
 CATEGORIES=	www
 MASTER_SITES=	http://nodejs.org/dist/v${PORTVERSION}/
 PKGNAMESUFFIX=	4

Modified: head/www/node4/distinfo
==============================================================================
--- head/www/node4/distinfo	Thu Jun 30 05:40:35 2016	(r417806)
+++ head/www/node4/distinfo	Thu Jun 30 05:42:38 2016	(r417807)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1464337690
-SHA256 (node-v4.4.5.tar.gz) = ea9c96ae4768feee4f18a26b819b9b4f6e49105ea0ee8c5c9d188dc8d49d4b77
-SIZE (node-v4.4.5.tar.gz) = 22675369
+TIMESTAMP = 1466757811
+SHA256 (node-v4.4.6.tar.gz) = 45eab3d415616e5831ba5961b67cec5423e1f9c175ca7e331de7f560c2998d9f
+SIZE (node-v4.4.6.tar.gz) = 22675490


More information about the svn-ports-head mailing list