Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jun 2018 21:05:18 +0000 (UTC)
From:      "Bradley T. Hughes" <bhughes@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r472489 - branches/2018Q2/www/node6
Message-ID:  <201806152105.w5FL5IfZ057816@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bhughes
Date: Fri Jun 15 21:05:18 2018
New Revision: 472489
URL: https://svnweb.freebsd.org/changeset/ports/472489

Log:
  MFH: r468801 r472448
  
  www/node6: Update 6.14.1_1 -> 6.14.2
  
  Notable Changes:
  - n-api has been backported to v6.x. It is being landed as an
    experimental interface, and as such is landing in a Semver-Patch
    release.
  
  https://nodejs.org/en/blog/release/v6.14.2/
  
  www/node6: Update 6.14.2 -> 6.14.3
  
  Update to the latest security release, fixing CVE-2018-7167.
  
  https://nodejs.org/en/blog/release/v6.14.3/
  https://nodejs.org/en/blog/vulnerability/june-2018-security-releases/
  
  Security:	45b8e2eb-7056-11e8-8fab-63ca6e0e13a2
  Sponsored by:	Miles AS
  
  Approved by:	ports-secteam (miwi)

Modified:
  branches/2018Q2/www/node6/Makefile
  branches/2018Q2/www/node6/distinfo
  branches/2018Q2/www/node6/pkg-plist
Directory Properties:
  branches/2018Q2/   (props changed)

Modified: branches/2018Q2/www/node6/Makefile
==============================================================================
--- branches/2018Q2/www/node6/Makefile	Fri Jun 15 20:24:21 2018	(r472488)
+++ branches/2018Q2/www/node6/Makefile	Fri Jun 15 21:05:18 2018	(r472489)
@@ -1,9 +1,8 @@
 # $FreeBSD$
 
 PORTNAME=	node
-PORTVERSION=	6.14.1
+PORTVERSION=	6.14.3
 DISTVERSIONPREFIX=	v
-PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	http://nodejs.org/dist/v${PORTVERSION}/
 PKGNAMESUFFIX=	6

Modified: branches/2018Q2/www/node6/distinfo
==============================================================================
--- branches/2018Q2/www/node6/distinfo	Fri Jun 15 20:24:21 2018	(r472488)
+++ branches/2018Q2/www/node6/distinfo	Fri Jun 15 21:05:18 2018	(r472489)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1522526722
-SHA256 (node-v6.14.1.tar.gz) = 82ca9917819db13c3a3484bd2bee1c58cd718aec3e4ad46026f968557a6717be
-SIZE (node-v6.14.1.tar.gz) = 27449739
+TIMESTAMP = 1528863089
+SHA256 (node-v6.14.3.tar.gz) = 378b7b06ce6de96c59970908fc2a67278e1ece22be78030423297bf415c0a8c5
+SIZE (node-v6.14.3.tar.gz) = 27208964

Modified: branches/2018Q2/www/node6/pkg-plist
==============================================================================
--- branches/2018Q2/www/node6/pkg-plist	Fri Jun 15 20:24:21 2018	(r472488)
+++ branches/2018Q2/www/node6/pkg-plist	Fri Jun 15 21:05:18 2018	(r472489)
@@ -3,6 +3,8 @@ include/node/common.gypi
 include/node/config.gypi
 include/node/libplatform/libplatform.h
 include/node/node.h
+include/node/node_api.h
+include/node/node_api_types.h
 include/node/node_buffer.h
 include/node/node_object_wrap.h
 include/node/node_version.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806152105.w5FL5IfZ057816>