From owner-svn-ports-branches@freebsd.org Sat May 7 19:38:14 2016 Return-Path: Delivered-To: svn-ports-branches@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 846F2B324DA; Sat, 7 May 2016 19:38:14 +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 3CE3E1FD5; Sat, 7 May 2016 19:38:14 +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 u47JcD82022931; Sat, 7 May 2016 19:38:13 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u47JcDq2022928; Sat, 7 May 2016 19:38:13 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201605071938.u47JcDq2022928@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 7 May 2016 19:38:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r414783 - branches/2016Q2/www/node X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 May 2016 19:38:14 -0000 Author: pi Date: Sat May 7 19:38:13 2016 New Revision: 414783 URL: https://svnweb.freebsd.org/changeset/ports/414783 Log: MFH: r414730 www/node5: 5.9.1 -> 5.11.1 Update to the latest upstream v5.x stable release after the recent openssl CVEs. Release announcement with changelog is here: https://nodejs.org/en/blog/release/v5.11.1 https://nodejs.org/en/blog/vulnerability/openssl-may-2016/ PR: 209341 MFH: 2016Q2 Submitted by: Bradley T. Hughes (maintainer) Approved by: ports-secteam (junovitch) Modified: branches/2016Q2/www/node/Makefile branches/2016Q2/www/node/distinfo branches/2016Q2/www/node/pkg-plist Modified: branches/2016Q2/www/node/Makefile ============================================================================== --- branches/2016Q2/www/node/Makefile Sat May 7 19:24:41 2016 (r414782) +++ branches/2016Q2/www/node/Makefile Sat May 7 19:38:13 2016 (r414783) @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 5.9.1 +PORTVERSION= 5.11.1 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ -MAINTAINER= linpct@gmail.com +MAINTAINER= bradleythughes@fastmail.fm COMMENT= V8 JavaScript for client and server (5.x) LICENSE= MIT Modified: branches/2016Q2/www/node/distinfo ============================================================================== --- branches/2016Q2/www/node/distinfo Sat May 7 19:24:41 2016 (r414782) +++ branches/2016Q2/www/node/distinfo Sat May 7 19:38:13 2016 (r414783) @@ -1,2 +1,2 @@ -SHA256 (node-v5.9.1.tar.gz) = 9bfa882ba832c526add1f939121c79d95b9c592785ec8afe043086a0c7a30c18 -SIZE (node-v5.9.1.tar.gz) = 22432928 +SHA256 (node-v5.11.1.tar.gz) = be1211ce415ecc48412ce3e9d5b48cf9ec8e99b34f25b4e1909a02679cc72fab +SIZE (node-v5.11.1.tar.gz) = 22834326 Modified: branches/2016Q2/www/node/pkg-plist ============================================================================== --- branches/2016Q2/www/node/pkg-plist Sat May 7 19:24:41 2016 (r414782) +++ branches/2016Q2/www/node/pkg-plist Sat May 7 19:38:13 2016 (r414783) @@ -29,6 +29,8 @@ include/node/openssl/archs/linux-ppc/ope include/node/openssl/archs/linux-ppc64/opensslconf.h include/node/openssl/archs/linux-x32/opensslconf.h include/node/openssl/archs/linux-x86_64/opensslconf.h +include/node/openssl/archs/linux32-s390x/opensslconf.h +include/node/openssl/archs/linux64-s390x/opensslconf.h include/node/openssl/archs/solaris-x86-gcc/opensslconf.h include/node/openssl/archs/solaris64-x86_64-gcc/opensslconf.h include/node/openssl/asn1.h