diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-06-30 05:50:34 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-06-30 05:50:34 +0000 |
commit | fca961ec2b25f65751df8f81ba88d0951292278d (patch) | |
tree | 0b99f45393a969e79fc3c0e5929e269b10c811ba | |
parent | www/node012: 0.12.14 -> 0.12.15 (diff) |
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@fastmail.fm> (maintainer)
Notes
Notes:
svn path=/head/; revision=417810
-rw-r--r-- | www/node010/Makefile | 2 | ||||
-rw-r--r-- | www/node010/distinfo | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/www/node010/Makefile b/www/node010/Makefile index 0a9f5b1cb1b8..f3b00c464ec9 100644 --- a/www/node010/Makefile +++ b/www/node010/Makefile @@ -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}/ diff --git a/www/node010/distinfo b/www/node010/distinfo index 9f98dcd18fbb..a4abf45cd8c5 100644 --- a/www/node010/distinfo +++ b/www/node010/distinfo @@ -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 |