svn commit: r488624 - head/www/node8

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


Author: bhughes
Date: Fri Dec 28 20:45:36 2018
New Revision: 488624
URL: https://svnweb.freebsd.org/changeset/ports/488624

Log:
  www/node8: Update 8.14.0_1 -> 8.15.0
  
  The 8.14.0 security release introduced some unexpected breakages on the
  8.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/v8.15.0/
  
  Sponsored by:	Miles AS

Modified:
  head/www/node8/Makefile
  head/www/node8/distinfo

Modified: head/www/node8/Makefile
==============================================================================
--- head/www/node8/Makefile	Fri Dec 28 20:43:36 2018	(r488623)
+++ head/www/node8/Makefile	Fri Dec 28 20:45:36 2018	(r488624)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	node
-PORTVERSION=	8.14.0
-PORTREVISION=	1
+PORTVERSION=	8.15.0
 DISTVERSIONPREFIX=	v
 CATEGORIES=	www
 MASTER_SITES=	http://nodejs.org/dist/v${PORTVERSION}/

Modified: head/www/node8/distinfo
==============================================================================
--- head/www/node8/distinfo	Fri Dec 28 20:43:36 2018	(r488623)
+++ head/www/node8/distinfo	Fri Dec 28 20:45:36 2018	(r488624)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1544115973
-SHA256 (node-v8.14.0.tar.gz) = c49f4d2223be9f2d2d73a131e9a25d9668b7ec2c1319d28c3c3658ff503b720c
-SIZE (node-v8.14.0.tar.gz) = 30598067
+TIMESTAMP = 1545851766
+SHA256 (node-v8.15.0.tar.gz) = 590fc8b09c2466f8f7854ce3342ae1d0ba421c104999b7bd54ec0c690321d2aa
+SIZE (node-v8.15.0.tar.gz) = 30628203


More information about the svn-ports-all mailing list