svn commit: r414783 - branches/2016Q2/www/node

Kurt Jaeger pi at FreeBSD.org
Sat May 7 19:38:14 UTC 2016


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 at 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 at gmail.com
+MAINTAINER=	bradleythughes at 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


More information about the svn-ports-all mailing list