pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/nodejs 2013.09.30, Version 0.10.20 (Stable)



details:   https://anonhg.NetBSD.org/pkgsrc/rev/78c6e02a9042
branches:  trunk
changeset: 624855:78c6e02a9042
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Wed Oct 02 09:58:21 2013 +0000

description:
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:

 lang/nodejs/Makefile |   4 ++--
 lang/nodejs/PLIST    |  20 +++++++++++---------
 lang/nodejs/distinfo |   8 ++++----
 3 files changed, 17 insertions(+), 15 deletions(-)

diffs (115 lines):

diff -r 647642613fa1 -r 78c6e02a9042 lang/nodejs/Makefile
--- a/lang/nodejs/Makefile      Wed Oct 02 08:07:17 2013 +0000
+++ b/lang/nodejs/Makefile      Wed Oct 02 09:58:21 2013 +0000
@@ -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 -r 647642613fa1 -r 78c6e02a9042 lang/nodejs/PLIST
--- a/lang/nodejs/PLIST Wed Oct 02 08:07:17 2013 +0000
+++ b/lang/nodejs/PLIST Wed Oct 02 09:58:21 2013 +0000
@@ -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/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/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-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/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.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/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-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/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 -r 647642613fa1 -r 78c6e02a9042 lang/nodejs/distinfo
--- a/lang/nodejs/distinfo      Wed Oct 02 08:07:17 2013 +0000
+++ b/lang/nodejs/distinfo      Wed Oct 02 09:58:21 2013 +0000
@@ -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



Home | Main Index | Thread Index | Old Index