Skip to content

Commit

Permalink
www/node012: 0.12.14 -> 0.12.15
Browse files Browse the repository at this point in the history
Notable changes:

This is a security release. All Node.js users should consult the
security release summary at
https://nodejs.org/en/blog/vulnerability/june-2016-security-releases/
for details on patched vulnerabilities.

- 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 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 or at
  https://nodejs.org/en/blog/vulnerability/june-2016-security-releases/.

See the full release announcement here:
https://nodejs.org/en/blog/release/v0.12.15/
  • Loading branch information
bradleythughes committed Jun 24, 2016
1 parent 14e3957 commit 5072c33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion www/node012/Makefile
Expand Up @@ -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}/
Expand Down
5 changes: 3 additions & 2 deletions 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

0 comments on commit 5072c33

Please sign in to comment.