From owner-svn-ports-all@freebsd.org Thu Jun 30 05:48:21 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 72A4EB8717A; Thu, 30 Jun 2016 05:48:21 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1FA0928B6; Thu, 30 Jun 2016 05:48:21 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5U5mKUP087133; Thu, 30 Jun 2016 05:48:20 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5U5mKhB087131; Thu, 30 Jun 2016 05:48:20 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201606300548.u5U5mKhB087131@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Thu, 30 Jun 2016 05:48:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417809 - head/www/node012 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jun 2016 05:48:21 -0000 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 (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