From owner-svn-ports-all@freebsd.org Fri Dec 28 20:47:15 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 B146C1422231; Fri, 28 Dec 2018 20:47:15 +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 5641E6B019; Fri, 28 Dec 2018 20:47:15 +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 48A37283; Fri, 28 Dec 2018 20:47:15 +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 wBSKlFQp087256; Fri, 28 Dec 2018 20:47:15 GMT (envelope-from bhughes@FreeBSD.org) Received: (from bhughes@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBSKlErm087255; Fri, 28 Dec 2018 20:47:14 GMT (envelope-from bhughes@FreeBSD.org) Message-Id: <201812282047.wBSKlErm087255@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:47:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488625 - head/www/node10 X-SVN-Group: ports-head X-SVN-Commit-Author: bhughes X-SVN-Commit-Paths: head/www/node10 X-SVN-Commit-Revision: 488625 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 5641E6B019 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_SHORT(-0.95)[-0.954,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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, 28 Dec 2018 20:47:15 -0000 Author: bhughes Date: Fri Dec 28 20:47:14 2018 New Revision: 488625 URL: https://svnweb.freebsd.org/changeset/ports/488625 Log: www/node10: Update 10.14.1_1 -> 10.15.0 The 10.14.0 security release introduced some unexpected breakages on the 10.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/v10.15.0/ Sponsored by: Miles AS Modified: head/www/node10/Makefile head/www/node10/distinfo Modified: head/www/node10/Makefile ============================================================================== --- head/www/node10/Makefile Fri Dec 28 20:45:36 2018 (r488624) +++ head/www/node10/Makefile Fri Dec 28 20:47:14 2018 (r488625) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= node -PORTVERSION= 10.14.1 -PORTREVISION= 1 +PORTVERSION= 10.15.0 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ Modified: head/www/node10/distinfo ============================================================================== --- head/www/node10/distinfo Fri Dec 28 20:45:36 2018 (r488624) +++ head/www/node10/distinfo Fri Dec 28 20:47:14 2018 (r488625) @@ -1,3 +1,3 @@ -TIMESTAMP = 1544115918 -SHA256 (node-v10.14.1.tar.gz) = b97b355f3774adbeb4ffce52e275029e767ba9f317f9eb573175410b6255919f -SIZE (node-v10.14.1.tar.gz) = 36252804 +TIMESTAMP = 1545851741 +SHA256 (node-v10.15.0.tar.gz) = dbe467e3dabb6854fcb0cd96e04082268cb1e313ce97a4b7100b2ed152b0a0ab +SIZE (node-v10.15.0.tar.gz) = 36300933