Date: Fri, 28 Dec 2018 20:47:14 +0000 (UTC) From: "Bradley T. Hughes" <bhughes@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488625 - head/www/node10 Message-ID: <201812282047.wBSKlErm087255@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812282047.wBSKlErm087255>