From owner-svn-ports-all@freebsd.org Fri Jun 15 21:05:20 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 020C1101C892; Fri, 15 Jun 2018 21:05:19 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A64BD83400; Fri, 15 Jun 2018 21:05:19 +0000 (UTC) (envelope-from bhughes@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 706591CC0E; Fri, 15 Jun 2018 21:05:19 +0000 (UTC) (envelope-from bhughes@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5FL5J3b057819; Fri, 15 Jun 2018 21:05:19 GMT (envelope-from bhughes@FreeBSD.org) Received: (from bhughes@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5FL5IfZ057816; Fri, 15 Jun 2018 21:05:18 GMT (envelope-from bhughes@FreeBSD.org) Message-Id: <201806152105.w5FL5IfZ057816@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhughes set sender to bhughes@FreeBSD.org using -f From: "Bradley T. Hughes" Date: Fri, 15 Jun 2018 21:05:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r472489 - branches/2018Q2/www/node6 X-SVN-Group: ports-branches X-SVN-Commit-Author: bhughes X-SVN-Commit-Paths: branches/2018Q2/www/node6 X-SVN-Commit-Revision: 472489 X-SVN-Commit-Repository: ports 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.26 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: Fri, 15 Jun 2018 21:05:20 -0000 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