diff options
author | pi <pi@FreeBSD.org> | 2016-06-30 13:38:13 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-06-30 13:38:13 +0800 |
commit | a36790142f80b3bc0848acbfa9139ccdd433a3f0 (patch) | |
tree | c1877d301cb930f9a7bd9f5b9e66b27f0da1464c /www/node/distinfo | |
parent | 588b4560201bd84f66acdf1574431a6837b18e71 (diff) | |
download | freebsd-ports-gnome-a36790142f80b3bc0848acbfa9139ccdd433a3f0.tar.gz freebsd-ports-gnome-a36790142f80b3bc0848acbfa9139ccdd433a3f0.tar.zst freebsd-ports-gnome-a36790142f80b3bc0848acbfa9139ccdd433a3f0.zip |
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@fastmail.fm> (maintainer)
Diffstat (limited to 'www/node/distinfo')
-rw-r--r-- | www/node/distinfo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/node/distinfo b/www/node/distinfo index 6258aa705879..dddba14968da 100644 --- a/www/node/distinfo +++ b/www/node/distinfo @@ -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 |