svn commit: r417810 - head/www/node010

Kurt Jaeger pi at FreeBSD.org
Thu Jun 30 05:50:35 UTC 2016


Author: pi
Date: Thu Jun 30 05:50:34 2016
New Revision: 417810
URL: https://svnweb.freebsd.org/changeset/ports/417810

Log:
  www/node010: 0.10.45 -> 0.10.46
  
  This is a security release. Please read
  https://nodejs.org/en/blog/vulnerability/june-2016-security-releases/
  for details.
  
  - libuv: (CVE-2014-9748) Fixes a bug in the read/write locks
    implementation for Windows XP and Windows 2003 that can lead to
    undefined and potentially unsafe behaviour. More information can be
    found at https://github.com/libuv/libuv/issues/515
  - V8: (CVE-2016-1669) Fixes a potential Buffer overflow vulnerability
    discovered in V8, more details can be found in the CVE at
    https://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-1669
  
  PR:		210522
  Changes:	https://nodejs.org/en/blog/release/v0.10.46/
  Submitted by:	Bradley T. Hughes <bradleythughes at fastmail.fm> (maintainer)

Modified:
  head/www/node010/Makefile
  head/www/node010/distinfo

Modified: head/www/node010/Makefile
==============================================================================
--- head/www/node010/Makefile	Thu Jun 30 05:48:20 2016	(r417809)
+++ head/www/node010/Makefile	Thu Jun 30 05:50:34 2016	(r417810)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	node
-PORTVERSION=	0.10.45
+PORTVERSION=	0.10.46
 DISTVERSIONPREFIX=	v
 CATEGORIES=	www
 MASTER_SITES=	http://nodejs.org/dist/v${PORTVERSION}/

Modified: head/www/node010/distinfo
==============================================================================
--- head/www/node010/distinfo	Thu Jun 30 05:48:20 2016	(r417809)
+++ head/www/node010/distinfo	Thu Jun 30 05:50:34 2016	(r417810)
@@ -1,2 +1,3 @@
-SHA256 (node-v0.10.45.tar.gz) = d184bb74758d4ac69826823934cda1d46e81402fc16ebdb2ecacdc1a8fe0b568
-SIZE (node-v0.10.45.tar.gz) = 15681636
+TIMESTAMP = 1466758890
+SHA256 (node-v0.10.46.tar.gz) = 1164f2a4b663c9c0244033bfa649304a4a4e5a5ed6fab509d63084609d53198f
+SIZE (node-v0.10.46.tar.gz) = 15682724


More information about the svn-ports-head mailing list