summaryrefslogtreecommitdiff
path: root/lang/nodejs/Makefile
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2016-06-17 16:53:24 +0000
committerfhajny <fhajny@pkgsrc.org>2016-06-17 16:53:24 +0000
commit54cb0aaf23f34f78b9c0d20eb840ca3627bdf5cd (patch)
tree6c6ed6160b0ddf3918d543df6006f2f6265336ad /lang/nodejs/Makefile
parenta2c720b082423d4d8a92e7daa81949e14a77014c (diff)
downloadpkgsrc-54cb0aaf23f34f78b9c0d20eb840ca3627bdf5cd.tar.gz
Update lang/nodejs to 6.2.2.
- http: - req.read(0) could cause incoming connections to stall and time out under certain conditions. (Fedor Indutny) #7211 - 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: upgrade npm to 3.9.5 (Kat Marchan) #7139
Diffstat (limited to 'lang/nodejs/Makefile')
-rw-r--r--lang/nodejs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/nodejs/Makefile b/lang/nodejs/Makefile
index 48724a4009d..d083f2b7929 100644
--- a/lang/nodejs/Makefile
+++ b/lang/nodejs/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.70 2016/06/17 12:20:14 fhajny Exp $
+# $NetBSD: Makefile,v 1.71 2016/06/17 16:53:24 fhajny Exp $
-DISTNAME= node-v6.2.1
+DISTNAME= node-v6.2.2
.include "../../lang/nodejs/Makefile.common"
.include "../../mk/bsd.pkg.mk"