svn commit: r488623 - head/www/node6

Bradley T. Hughes bhughes at FreeBSD.org
Fri Dec 28 20:43:37 UTC 2018


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


More information about the svn-ports-all mailing list