summaryrefslogtreecommitdiff
path: root/lang/nodejs/Makefile
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2015-11-05 13:08:35 +0000
committerfhajny <fhajny@pkgsrc.org>2015-11-05 13:08:35 +0000
commit6cc5da4b09e3948bb4b782940ddd16a2a4fe498b (patch)
treea4905f11a357a0cd5c4fc108abe2550de3f09c62 /lang/nodejs/Makefile
parentb1298272c21c27c8bace25c29f2057127e47342e (diff)
downloadpkgsrc-6cc5da4b09e3948bb4b782940ddd16a2a4fe498b.tar.gz
Update lang/nodejs to 4.2.2.
- buffer: fix value check for writeUInt{B,L}E (Trevor Norris) - buffer: don't CHECK on zero-sized realloc (Ben Noordhuis) - deps: backport 010897c from V8 upstream (Ali Ijaz Sheikh) - deps: backport 8d6a228 from the v8's upstream (Fedor Indutny) - fs: reduced duplicate code in fs.write() (ronkorving) - http: fix stalled pipeline bug (Fedor Indutny) - lib: fix cluster handle leak (Rich Trott) - lib: avoid REPL exit on completion error (Rich Trott) - repl: handle comments properly (Sakthipriyan Vairamani) - repl: limit persistent history correctly on load (Jeremiah Senkpiel) - src: fix race condition in debug signal on exit (Ben Noordhuis) - src: fix exception message encoding on Windows (Brian White) - stream: avoid unnecessary concat of a single buffer. (Calvin Metcalf) - timers: reuse timer in setTimeout().unref() (Fedor Indutny) - tls: TLSSocket options default isServer false (Yuval Brik)
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 cf46066f998..9a19c090af0 100644
--- a/lang/nodejs/Makefile
+++ b/lang/nodejs/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2015/10/21 14:47:43 fhajny Exp $
+# $NetBSD: Makefile,v 1.47 2015/11/05 13:08:35 fhajny Exp $
-DISTNAME= node-v4.2.1
+DISTNAME= node-v4.2.2
CATEGORIES= devel
MASTER_SITES= http://nodejs.org/dist/${DISTNAME:S/node-//}/
PKGNAME= ${DISTNAME:S/-v/js-/}