diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-06-30 05:48:20 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-06-30 05:48:20 +0000 |
commit | 3b72e0b083d37d5992747b7f805d55ca6a0cb59c (patch) | |
tree | 60e9fe2886c85b02c3d1935e36455a9b40291a2f | |
parent | Remove redundant bootstrap distfile entry as it causes make fetch a bit (diff) |
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@fastmail.fm> (maintainer)
Notes
Notes:
svn path=/head/; revision=417809
-rw-r--r-- | www/node012/Makefile | 2 | ||||
-rw-r--r-- | www/node012/distinfo | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/www/node012/Makefile b/www/node012/Makefile index 5be7d6b6183e..843eb6aacab7 100644 --- a/www/node012/Makefile +++ b/www/node012/Makefile @@ -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}/ diff --git a/www/node012/distinfo b/www/node012/distinfo index 49d463d2d972..978b06e8ffbf 100644 --- a/www/node012/distinfo +++ b/www/node012/distinfo @@ -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 |