svn commit: r417809 - head/www/node012
Kurt Jaeger
pi at FreeBSD.org
Thu Jun 30 05:48:21 UTC 2016
Author: pi
Date: Thu Jun 30 05:48:20 2016
New Revision: 417809
URL: https://svnweb.freebsd.org/changeset/ports/417809
Log:
www/node012: 0.12.14 -> 0.12.15
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 or at
https://nodejs.org/en/blog/vulnerability/june-2016-security-releases/.
- 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: 210521
Changes: https://nodejs.org/en/blog/release/v0.12.15/
Submitted by: Bradley T. Hughes <bradleythughes at fastmail.fm> (maintainer)
Modified:
head/www/node012/Makefile
head/www/node012/distinfo
Modified: head/www/node012/Makefile
==============================================================================
--- head/www/node012/Makefile Thu Jun 30 05:42:40 2016 (r417808)
+++ head/www/node012/Makefile Thu Jun 30 05:48:20 2016 (r417809)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= node
-PORTVERSION= 0.12.14
+PORTVERSION= 0.12.15
DISTVERSIONPREFIX= v
CATEGORIES= www
MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/
Modified: head/www/node012/distinfo
==============================================================================
--- head/www/node012/distinfo Thu Jun 30 05:42:40 2016 (r417808)
+++ head/www/node012/distinfo Thu Jun 30 05:48:20 2016 (r417809)
@@ -1,2 +1,3 @@
-SHA256 (node-v0.12.14.tar.gz) = 0a55e57cbd3ffa67525c0d93ac7076d3b2ac70887b11c5c97be3e1953cb50b1d
-SIZE (node-v0.12.14.tar.gz) = 19925796
+TIMESTAMP = 1466758293
+SHA256 (node-v0.12.15.tar.gz) = c446d40d9b0eb876dab9a87c3dbd1935dc85155d2ad991b36ddd6c5ca3825a5e
+SIZE (node-v0.12.15.tar.gz) = 19926853
More information about the svn-ports-head
mailing list