From owner-svn-ports-head@freebsd.org Fri Dec 28 20:43:37 2018 Return-Path: Delivered-To: svn-ports-head@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 3D9F81422122; Fri, 28 Dec 2018 20:43:37 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BE56A6ADEC; Fri, 28 Dec 2018 20:43:36 +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 B0F7327F; Fri, 28 Dec 2018 20:43:36 +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 wBSKhaTG086833; Fri, 28 Dec 2018 20:43:36 GMT (envelope-from bhughes@FreeBSD.org) Received: (from bhughes@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBSKhaMd086831; Fri, 28 Dec 2018 20:43:36 GMT (envelope-from bhughes@FreeBSD.org) Message-Id: <201812282043.wBSKhaMd086831@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bhughes set sender to bhughes@FreeBSD.org using -f From: "Bradley T. Hughes" Date: Fri, 28 Dec 2018 20:43:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488623 - head/www/node6 X-SVN-Group: ports-head X-SVN-Commit-Author: bhughes X-SVN-Commit-Paths: head/www/node6 X-SVN-Commit-Revision: 488623 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: BE56A6ADEC X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.954,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Dec 2018 20:43:37 -0000 Author: bhughes Date: Fri Dec 28 20:43:36 2018 New Revision: 488623 URL: https://svnweb.freebsd.org/changeset/ports/488623 Log: www/node6: Update 6.15.1_1 -> 6.16.0 The 6.15.0 security release introduced some unexpected breakages on the 6.x release line. This is a special release to fix a regression in the HTTP binary upgrade response body and add a missing CLI flag to adjust the max header size of the http parser. https://nodejs.org/en/blog/release/v6.16.0/ Sponsored by: Miles AS Modified: head/www/node6/Makefile head/www/node6/distinfo Modified: head/www/node6/Makefile ============================================================================== --- head/www/node6/Makefile Fri Dec 28 20:39:11 2018 (r488622) +++ head/www/node6/Makefile Fri Dec 28 20:43:36 2018 (r488623) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 6.15.1 -PORTREVISION= 1 +PORTVERSION= 6.16.0 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ Modified: head/www/node6/distinfo ============================================================================== --- head/www/node6/distinfo Fri Dec 28 20:39:11 2018 (r488622) +++ head/www/node6/distinfo Fri Dec 28 20:43:36 2018 (r488623) @@ -1,3 +1,3 @@ -TIMESTAMP = 1544115985 -SHA256 (node-v6.15.1.tar.gz) = 3e08c82c95ab32f476199369e894b48d70cbaaaa12c1b67f60584c618a6eb0ca -SIZE (node-v6.15.1.tar.gz) = 27230428 +TIMESTAMP = 1545851781 +SHA256 (node-v6.16.0.tar.gz) = 5432c6cba59bfef5794951193e93dbbd1707960b6c722925afcdb4517f4dc742 +SIZE (node-v6.16.0.tar.gz) = 27233142