Skip to content

Commit

Permalink
www/node010: 0.10.45 -> 0.10.46
Browse files Browse the repository at this point in the history
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 libuv/libuv#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)
  • Loading branch information
opsec committed Jun 30, 2016
1 parent 3b72e0b commit fca961e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion www/node010/Makefile
Expand Up @@ -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}/
Expand Down
5 changes: 3 additions & 2 deletions 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

0 comments on commit fca961e

Please sign in to comment.