Date: Sat, 7 May 2016 19:38:13 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r414783 - branches/2016Q2/www/node Message-ID: <201605071938.u47JcDq2022928@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bradleythughes@fastmail.fm> (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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605071938.u47JcDq2022928>