svn commit: r417805 - head/www/node

Kurt Jaeger pi at FreeBSD.org
Thu Jun 30 05:38:14 UTC 2016


Author: pi
Date: Thu Jun 30 05:38:13 2016
New Revision: 417805
URL: https://svnweb.freebsd.org/changeset/ports/417805

Log:
  www/node: 6.2.1 -> 6.2.2
  
  - http:
    o req.read(0) could cause incoming connections to stall and time out
      under certain conditions. (Fedor Indutny) #7211
    o When freeing the socket to be reused in keep-alive Agent wait for both
      prefinish and end events. Otherwise the next request may be written
      before the previous one has finished sending the body, leading to
      parser errors. (Fedor Indutny) #7149
  - npm:
    o upgrade npm to 3.9.5 (Kat Marchan) #7139 (not relevant)
  
  PR:		210518
  Changes:	https://nodejs.org/en/blog/release/v6.2.2/
  Submitted by:	Bradley T. Hughes <bradleythughes at fastmail.fm> (maintainer)

Modified:
  head/www/node/Makefile
  head/www/node/distinfo

Modified: head/www/node/Makefile
==============================================================================
--- head/www/node/Makefile	Thu Jun 30 04:03:07 2016	(r417804)
+++ head/www/node/Makefile	Thu Jun 30 05:38:13 2016	(r417805)
@@ -1,9 +1,8 @@
 # $FreeBSD$
 
 PORTNAME=	node
-PORTVERSION=	6.2.1
+PORTVERSION=	6.2.2
 DISTVERSIONPREFIX=	v
-PORTREVISION=	3
 CATEGORIES=	www
 MASTER_SITES=	http://nodejs.org/dist/v${PORTVERSION}/
 

Modified: head/www/node/distinfo
==============================================================================
--- head/www/node/distinfo	Thu Jun 30 04:03:07 2016	(r417804)
+++ head/www/node/distinfo	Thu Jun 30 05:38:13 2016	(r417805)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1465201049
-SHA256 (node-v6.2.1.tar.gz) = fa26d4380150fbb69a48bddaec6143e176effe043cfe44e512c5ef9d22618b63
-SIZE (node-v6.2.1.tar.gz) = 25129807
+TIMESTAMP = 1466582584
+SHA256 (node-v6.2.2.tar.gz) = b6baee57a0ede496c7c7765001f7495ad74c8dfe8c34f1a6fb2cd5d8d526ffce
+SIZE (node-v6.2.2.tar.gz) = 25165363


More information about the svn-ports-head mailing list