summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2013-10-02 09:58:21 +0000
committerfhajny <fhajny@pkgsrc.org>2013-10-02 09:58:21 +0000
commit5cce753e7dccde7208c2598d04de6d9daee7788b (patch)
tree05472edbf187d17eb319d4122cd247a9caee50ec /lang
parent12e39add0e0fc491b2082886420c0cd33233e19d (diff)
downloadpkgsrc-5cce753e7dccde7208c2598d04de6d9daee7788b.tar.gz
2013.09.30, Version 0.10.20 (Stable)
* tls: fix sporadic hang and partial reads (Fedor Indutny) - fixes "npm ERR! cb() never called!" 2013.09.24, Version 0.10.19 (Stable), 6b5e6a5a3ec8d994c9aab3b800b9edbf1b287904 * uv: Upgrade to v0.10.17 * npm: upgrade to 1.3.11 * readline: handle input starting with control chars (Eric Schrock) * configure: add mips-float-abi (soft, hard) option (Andrei Sedoi) * stream: objectMode transforms allow falsey values (isaacs) * tls: prevent duplicate values returned from read (Nathan Rajlich) * tls: NPN protocols are now local to connections (Fedor Indutny)
Diffstat (limited to 'lang')
-rw-r--r--lang/nodejs/Makefile4
-rw-r--r--lang/nodejs/PLIST20
-rw-r--r--lang/nodejs/distinfo8
3 files changed, 17 insertions, 15 deletions
diff --git a/lang/nodejs/Makefile b/lang/nodejs/Makefile
index dcd9e2b184e..eedf468702b 100644
--- a/lang/nodejs/Makefile
+++ b/lang/nodejs/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2013/09/05 14:46:19 fhajny Exp $
+# $NetBSD: Makefile,v 1.12 2013/10/02 09:58:21 fhajny Exp $
#
-DISTNAME= node-v0.10.18
+DISTNAME= node-v0.10.20
CATEGORIES= devel
MASTER_SITES= http://nodejs.org/dist/${DISTNAME:S/node-//}/
PKGNAME= ${DISTNAME:S/-v/js-/}
diff --git a/lang/nodejs/PLIST b/lang/nodejs/PLIST
index 436e5edb16c..7f3386509dd 100644
--- a/lang/nodejs/PLIST
+++ b/lang/nodejs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2013/09/05 14:46:19 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.8 2013/10/02 09:58:21 fhajny Exp $
bin/node
bin/npm
lib/dtrace/node.d
@@ -506,7 +506,9 @@ lib/node_modules/npm/node_modules/graceful-fs/polyfills.js
lib/node_modules/npm/node_modules/inherits/LICENSE
lib/node_modules/npm/node_modules/inherits/README.md
lib/node_modules/npm/node_modules/inherits/inherits.js
+lib/node_modules/npm/node_modules/inherits/inherits_browser.js
lib/node_modules/npm/node_modules/inherits/package.json
+lib/node_modules/npm/node_modules/inherits/test.js
lib/node_modules/npm/node_modules/ini/LICENSE
lib/node_modules/npm/node_modules/ini/README.md
lib/node_modules/npm/node_modules/ini/ini.js
@@ -534,9 +536,9 @@ lib/node_modules/npm/node_modules/lru-cache/.npmignore
lib/node_modules/npm/node_modules/lru-cache/AUTHORS
lib/node_modules/npm/node_modules/lru-cache/LICENSE
lib/node_modules/npm/node_modules/lru-cache/README.md
+lib/node_modules/npm/node_modules/lru-cache/bench.js
lib/node_modules/npm/node_modules/lru-cache/lib/lru-cache.js
lib/node_modules/npm/node_modules/lru-cache/package.json
-lib/node_modules/npm/node_modules/lru-cache/s.js
lib/node_modules/npm/node_modules/minimatch/LICENSE
lib/node_modules/npm/node_modules/minimatch/README.md
lib/node_modules/npm/node_modules/minimatch/minimatch.js
@@ -714,13 +716,6 @@ lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-packa
lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data/lib/fixer.js
lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data/lib/normalize.js
lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data/lib/typos.json
-lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data/node_modules/github-url-from-git/.npmignore
-lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data/node_modules/github-url-from-git/History.md
-lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data/node_modules/github-url-from-git/Makefile
-lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data/node_modules/github-url-from-git/Readme.md
-lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data/node_modules/github-url-from-git/index.js
-lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data/node_modules/github-url-from-git/package.json
-lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data/node_modules/github-url-from-git/test.js
lib/node_modules/npm/node_modules/read-package-json/node_modules/normalize-package-data/package.json
lib/node_modules/npm/node_modules/read-package-json/package.json
lib/node_modules/npm/node_modules/read-package-json/read-json.js
@@ -739,6 +734,9 @@ lib/node_modules/npm/node_modules/request/.npmignore
lib/node_modules/npm/node_modules/request/LICENSE
lib/node_modules/npm/node_modules/request/README.md
lib/node_modules/npm/node_modules/request/index.js
+lib/node_modules/npm/node_modules/request/lib/copy.js
+lib/node_modules/npm/node_modules/request/lib/debug.js
+lib/node_modules/npm/node_modules/request/lib/getSafe.js
lib/node_modules/npm/node_modules/request/node_modules/aws-sign/LICENSE
lib/node_modules/npm/node_modules/request/node_modules/aws-sign/README.md
lib/node_modules/npm/node_modules/request/node_modules/aws-sign/index.js
@@ -915,6 +913,7 @@ lib/node_modules/npm/node_modules/request/node_modules/node-uuid/benchmark/bench
lib/node_modules/npm/node_modules/request/node_modules/node-uuid/benchmark/bench.sh
lib/node_modules/npm/node_modules/request/node_modules/node-uuid/benchmark/benchmark-native.c
lib/node_modules/npm/node_modules/request/node_modules/node-uuid/benchmark/benchmark.js
+lib/node_modules/npm/node_modules/request/node_modules/node-uuid/component.json
lib/node_modules/npm/node_modules/request/node_modules/node-uuid/package.json
lib/node_modules/npm/node_modules/request/node_modules/node-uuid/uuid.js
lib/node_modules/npm/node_modules/request/node_modules/oauth-sign/LICENSE
@@ -932,6 +931,7 @@ lib/node_modules/npm/node_modules/request/node_modules/tunnel-agent/README.md
lib/node_modules/npm/node_modules/request/node_modules/tunnel-agent/index.js
lib/node_modules/npm/node_modules/request/node_modules/tunnel-agent/package.json
lib/node_modules/npm/node_modules/request/package.json
+lib/node_modules/npm/node_modules/request/request.js
lib/node_modules/npm/node_modules/request/tests/googledoodle.jpg
lib/node_modules/npm/node_modules/request/tests/run.js
lib/node_modules/npm/node_modules/request/tests/server.js
@@ -966,6 +966,7 @@ lib/node_modules/npm/node_modules/request/tests/test-http-signature.js
lib/node_modules/npm/node_modules/request/tests/test-httpModule.js
lib/node_modules/npm/node_modules/request/tests/test-https-strict.js
lib/node_modules/npm/node_modules/request/tests/test-https.js
+lib/node_modules/npm/node_modules/request/tests/test-isUrl.js
lib/node_modules/npm/node_modules/request/tests/test-localAddress.js
lib/node_modules/npm/node_modules/request/tests/test-oauth.js
lib/node_modules/npm/node_modules/request/tests/test-onelineproxy.js
@@ -1021,6 +1022,7 @@ lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/duplex.js
lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/examples/CAPSLOCKTYPER.JS
lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/examples/typer-fsr.js
lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/examples/typer.js
+lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/float.patch
lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/fs.js
lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/lib/_stream_duplex.js
lib/node_modules/npm/node_modules/sha/node_modules/readable-stream/lib/_stream_passthrough.js
diff --git a/lang/nodejs/distinfo b/lang/nodejs/distinfo
index 8b10e9df8fd..796464d2edd 100644
--- a/lang/nodejs/distinfo
+++ b/lang/nodejs/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.11 2013/09/05 14:46:19 fhajny Exp $
+$NetBSD: distinfo,v 1.12 2013/10/02 09:58:21 fhajny Exp $
-SHA1 (node-v0.10.18.tar.gz) = 0bc3c544ca1707ea4b8bd601706304e9c0609fe5
-RMD160 (node-v0.10.18.tar.gz) = 45581748d354927a71e7523466926b95dd24d955
-Size (node-v0.10.18.tar.gz) = 13643205 bytes
+SHA1 (node-v0.10.20.tar.gz) = d8777ac318627c1413f01358ea5c455f0f86e4b5
+RMD160 (node-v0.10.20.tar.gz) = b8221d9af6a6b8397bd80ecd2b8aec565694d258
+Size (node-v0.10.20.tar.gz) = 13633041 bytes
SHA1 (patch-common.gypi) = 0cffd29138431c982d9030b414cc26acd9407fbc
SHA1 (patch-deps_cares_cares.gyp) = 2235eb44bc984fa2e745fdf1786f1ae6de6ef80f
SHA1 (patch-deps_npm_node__modules_node-gyp_gyp_pylib_gyp_generator_make.py) = 78d6ddd37ae30e869e0da666a78baad86a638c50