pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/nodejs



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Fri Jun 17 12:20:14 UTC 2016

Modified Files:
        pkgsrc/lang/nodejs: Makefile PLIST distinfo

Log Message:
Update lang/nodejs to 6.2.1.

Notable changes

- buffer: Ignore negative lengths in calls to Buffer() and
  Buffer.allocUnsafe().
- npm: Upgrade npm to 3.9.3
- tty: Default to blocking mode for stdio on OS X.
- V8: Upgrade to V8 5.0.71.52.

See full changelog:

  https://github.com/nodejs/node/blob/v6.2.1/doc/changelogs/CHANGELOG_V6.md


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 pkgsrc/lang/nodejs/Makefile
cvs rdiff -u -r1.36 -r1.37 pkgsrc/lang/nodejs/PLIST
cvs rdiff -u -r1.68 -r1.69 pkgsrc/lang/nodejs/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/nodejs/Makefile
diff -u pkgsrc/lang/nodejs/Makefile:1.69 pkgsrc/lang/nodejs/Makefile:1.70
--- pkgsrc/lang/nodejs/Makefile:1.69    Thu Jun  2 09:57:32 2016
+++ pkgsrc/lang/nodejs/Makefile Fri Jun 17 12:20:14 2016
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.69 2016/06/02 09:57:32 fhajny Exp $
+# $NetBSD: Makefile,v 1.70 2016/06/17 12:20:14 fhajny Exp $
 
-DISTNAME=      node-v6.2.0
-PKGREVISION=   1
+DISTNAME=      node-v6.2.1
 
 .include "../../lang/nodejs/Makefile.common"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/lang/nodejs/PLIST
diff -u pkgsrc/lang/nodejs/PLIST:1.36 pkgsrc/lang/nodejs/PLIST:1.37
--- pkgsrc/lang/nodejs/PLIST:1.36       Wed May 18 13:26:44 2016
+++ pkgsrc/lang/nodejs/PLIST    Fri Jun 17 12:20:14 2016
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.36 2016/05/18 13:26:44 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.37 2016/06/17 12:20:14 fhajny Exp $
 bin/node
 bin/npm
 include/node/android-ifaddrs.h
@@ -12,7 +12,6 @@ include/node/libplatform/libplatform.h
 include/node/nameser.h
 include/node/node.h
 include/node/node_buffer.h
-include/node/node_internals.h
 include/node/node_object_wrap.h
 include/node/node_version.h
 include/node/pthread-barrier.h
@@ -49,6 +48,7 @@ lib/node_modules/npm/CONTRIBUTING.md
 lib/node_modules/npm/LICENSE
 lib/node_modules/npm/Makefile
 lib/node_modules/npm/README.md
+lib/node_modules/npm/appveyor.yml
 lib/node_modules/npm/bin/node-gyp-bin/node-gyp
 lib/node_modules/npm/bin/node-gyp-bin/node-gyp.cmd
 lib/node_modules/npm/bin/npm
@@ -325,9 +325,14 @@ lib/node_modules/npm/lib/utils/deep-sort
 lib/node_modules/npm/lib/utils/depr-check.js
 lib/node_modules/npm/lib/utils/error-handler.js
 lib/node_modules/npm/lib/utils/error-message.js
+lib/node_modules/npm/lib/utils/escape-arg.js
+lib/node_modules/npm/lib/utils/escape-exec-path.js
 lib/node_modules/npm/lib/utils/gently-rm.js
 lib/node_modules/npm/lib/utils/get-publish-config.js
 lib/node_modules/npm/lib/utils/git.js
+lib/node_modules/npm/lib/utils/is-windows-bash.js
+lib/node_modules/npm/lib/utils/is-windows-shell.js
+lib/node_modules/npm/lib/utils/is-windows.js
 lib/node_modules/npm/lib/utils/lifecycle.js
 lib/node_modules/npm/lib/utils/link.js
 lib/node_modules/npm/lib/utils/locker.js
@@ -547,10 +552,8 @@ lib/node_modules/npm/node_modules/fstrea
 lib/node_modules/npm/node_modules/fstream-npm/example/ig-tar.js
 lib/node_modules/npm/node_modules/fstream-npm/example/tar.js
 lib/node_modules/npm/node_modules/fstream-npm/fstream-npm.js
-lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/.npmignore
 lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/LICENSE
 lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/README.md
-lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/example/basic.js
 lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/ignore.js
 lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/node_modules/minimatch/LICENSE
 lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/node_modules/minimatch/README.md
@@ -560,11 +563,8 @@ lib/node_modules/npm/node_modules/fstrea
 lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/example.js
 lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/index.js
 lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/.npmignore
-lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/.travis.yml
 lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/LICENSE.md
-lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/Makefile
 lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/README.md
-lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/example.js
 lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/index.js
 lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/package.json
 lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/.travis.yml
@@ -648,7 +648,6 @@ lib/node_modules/npm/node_modules/has-un
 lib/node_modules/npm/node_modules/has-unicode/index.js
 lib/node_modules/npm/node_modules/has-unicode/package.json
 lib/node_modules/npm/node_modules/hosted-git-info/.npmignore
-lib/node_modules/npm/node_modules/hosted-git-info/.travis.yml
 lib/node_modules/npm/node_modules/hosted-git-info/LICENSE
 lib/node_modules/npm/node_modules/hosted-git-info/README.md
 lib/node_modules/npm/node_modules/hosted-git-info/git-host-info.js
@@ -669,7 +668,6 @@ lib/node_modules/npm/node_modules/inflig
 lib/node_modules/npm/node_modules/inflight/README.md
 lib/node_modules/npm/node_modules/inflight/inflight.js
 lib/node_modules/npm/node_modules/inflight/package.json
-lib/node_modules/npm/node_modules/inflight/test.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
@@ -702,11 +700,8 @@ lib/node_modules/npm/node_modules/init-p
 lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/example.js
 lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/index.js
 lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/.npmignore
-lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/.travis.yml
 lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/LICENSE.md
-lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/Makefile
 lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/README.md
-lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/example.js
 lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/index.js
 lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/package.json
 lib/node_modules/npm/node_modules/init-package-json/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/.travis.yml
@@ -751,10 +746,10 @@ lib/node_modules/npm/node_modules/lodash
 lib/node_modules/npm/node_modules/lodash._baseuniq/node_modules/lodash._createset/README.md
 lib/node_modules/npm/node_modules/lodash._baseuniq/node_modules/lodash._createset/index.js
 lib/node_modules/npm/node_modules/lodash._baseuniq/node_modules/lodash._createset/package.json
-lib/node_modules/npm/node_modules/lodash._baseuniq/node_modules/lodash._setcache/LICENSE
-lib/node_modules/npm/node_modules/lodash._baseuniq/node_modules/lodash._setcache/README.md
-lib/node_modules/npm/node_modules/lodash._baseuniq/node_modules/lodash._setcache/index.js
-lib/node_modules/npm/node_modules/lodash._baseuniq/node_modules/lodash._setcache/package.json
+lib/node_modules/npm/node_modules/lodash._baseuniq/node_modules/lodash._root/LICENSE
+lib/node_modules/npm/node_modules/lodash._baseuniq/node_modules/lodash._root/README.md
+lib/node_modules/npm/node_modules/lodash._baseuniq/node_modules/lodash._root/index.js
+lib/node_modules/npm/node_modules/lodash._baseuniq/node_modules/lodash._root/package.json
 lib/node_modules/npm/node_modules/lodash._baseuniq/package.json
 lib/node_modules/npm/node_modules/lodash._bindcallback/LICENSE.txt
 lib/node_modules/npm/node_modules/lodash._bindcallback/README.md
@@ -814,10 +809,10 @@ lib/node_modules/npm/node_modules/lodash
 lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._basedifference/LICENSE
 lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._basedifference/README.md
 lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._basedifference/index.js
-lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._basedifference/node_modules/lodash._setcache/LICENSE
-lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._basedifference/node_modules/lodash._setcache/README.md
-lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._basedifference/node_modules/lodash._setcache/index.js
-lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._basedifference/node_modules/lodash._setcache/package.json
+lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._basedifference/node_modules/lodash._root/LICENSE
+lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._basedifference/node_modules/lodash._root/README.md
+lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._basedifference/node_modules/lodash._root/index.js
+lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._basedifference/node_modules/lodash._root/package.json
 lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash._basedifference/package.json
 lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash.rest/LICENSE
 lib/node_modules/npm/node_modules/lodash.without/node_modules/lodash.rest/README.md
@@ -1796,7 +1791,20 @@ lib/node_modules/npm/node_modules/readab
 lib/node_modules/npm/node_modules/readable-stream/.travis.yml
 lib/node_modules/npm/node_modules/readable-stream/LICENSE
 lib/node_modules/npm/node_modules/readable-stream/README.md
-lib/node_modules/npm/node_modules/readable-stream/doc/stream.markdown
+lib/node_modules/npm/node_modules/readable-stream/coverage/lcov-report/base.css
+lib/node_modules/npm/node_modules/readable-stream/coverage/lcov-report/index.html
+lib/node_modules/npm/node_modules/readable-stream/coverage/lcov-report/lib/_stream_duplex.js.html
+lib/node_modules/npm/node_modules/readable-stream/coverage/lcov-report/lib/_stream_passthrough.js.html
+lib/node_modules/npm/node_modules/readable-stream/coverage/lcov-report/lib/_stream_readable.js.html
+lib/node_modules/npm/node_modules/readable-stream/coverage/lcov-report/lib/_stream_transform.js.html
+lib/node_modules/npm/node_modules/readable-stream/coverage/lcov-report/lib/_stream_writable.js.html
+lib/node_modules/npm/node_modules/readable-stream/coverage/lcov-report/lib/index.html
+lib/node_modules/npm/node_modules/readable-stream/coverage/lcov-report/prettify.css
+lib/node_modules/npm/node_modules/readable-stream/coverage/lcov-report/prettify.js
+lib/node_modules/npm/node_modules/readable-stream/coverage/lcov-report/sort-arrow-sprite.png
+lib/node_modules/npm/node_modules/readable-stream/coverage/lcov-report/sorter.js
+lib/node_modules/npm/node_modules/readable-stream/coverage/lcov.info
+lib/node_modules/npm/node_modules/readable-stream/doc/stream.md
 lib/node_modules/npm/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md
 lib/node_modules/npm/node_modules/readable-stream/duplex.js
 lib/node_modules/npm/node_modules/readable-stream/lib/_stream_duplex.js
@@ -1804,120 +1812,16 @@ lib/node_modules/npm/node_modules/readab
 lib/node_modules/npm/node_modules/readable-stream/lib/_stream_readable.js
 lib/node_modules/npm/node_modules/readable-stream/lib/_stream_transform.js
 lib/node_modules/npm/node_modules/readable-stream/lib/_stream_writable.js
+lib/node_modules/npm/node_modules/readable-stream/node_modules/buffer-shims/index.js
+lib/node_modules/npm/node_modules/readable-stream/node_modules/buffer-shims/license.md
+lib/node_modules/npm/node_modules/readable-stream/node_modules/buffer-shims/package.json
+lib/node_modules/npm/node_modules/readable-stream/node_modules/buffer-shims/readme.md
 lib/node_modules/npm/node_modules/readable-stream/node_modules/core-util-is/LICENSE
 lib/node_modules/npm/node_modules/readable-stream/node_modules/core-util-is/README.md
 lib/node_modules/npm/node_modules/readable-stream/node_modules/core-util-is/float.patch
 lib/node_modules/npm/node_modules/readable-stream/node_modules/core-util-is/lib/util.js
 lib/node_modules/npm/node_modules/readable-stream/node_modules/core-util-is/package.json
 lib/node_modules/npm/node_modules/readable-stream/node_modules/core-util-is/test.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/index.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/.travis.yml
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/example/array.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/example/keyword.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/example/prompt.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/index.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/.editorconfig
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/.gitattributes
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/.npmignore
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/.tern-project
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/.travis.yml
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/AUTHORS
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/LICENSE
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/README.md
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/bin/acorn
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/bin/build-acorn.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/bin/generate-identifier-regex.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/bin/prepublish.sh
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/bin/update_authors.sh
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/bin/without_eval
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/dist/.keep
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/dist/acorn.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/dist/acorn_csp.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/dist/acorn_loose.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/dist/walk.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/package.json
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/src/expression.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/src/identifier.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/src/index.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/src/location.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/src/loose/acorn_loose.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/src/loose/expression.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/src/loose/index.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/src/loose/parseutil.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/src/loose/state.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/src/loose/statement.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/src/loose/tokenize.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/src/lval.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/src/node.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/src/options.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/src/parseutil.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/src/state.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/src/statement.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/src/tokencontext.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/src/tokenize.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/src/tokentype.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/src/util.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/src/walk/index.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/acorn/src/whitespace.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/foreach/.npmignore
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/foreach/LICENSE
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/foreach/Makefile
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/foreach/Readme.md
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/foreach/component.json
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/foreach/index.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/foreach/package.json
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/foreach/test.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/isarray/README.md
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/isarray/build/build.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/isarray/component.json
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/isarray/index.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/isarray/package.json
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/object-keys/.editorconfig
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/object-keys/.jscs.json
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/object-keys/.npmignore
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/object-keys/.travis.yml
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/object-keys/CHANGELOG.md
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/object-keys/LICENSE
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/object-keys/README.md
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/object-keys/index.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/object-keys/isArguments.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/node_modules/object-keys/package.json
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/package.json
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/falafel/readme.markdown
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/through2/.npmignore
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/through2/LICENSE
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/through2/README.md
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/through2/node_modules/readable-stream/.npmignore
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/through2/node_modules/readable-stream/LICENSE
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/through2/node_modules/readable-stream/README.md
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/through2/node_modules/readable-stream/duplex.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/through2/node_modules/readable-stream/lib/_stream_duplex.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/through2/node_modules/readable-stream/lib/_stream_passthrough.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/through2/node_modules/readable-stream/lib/_stream_readable.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/through2/node_modules/readable-stream/lib/_stream_transform.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/through2/node_modules/readable-stream/lib/_stream_writable.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/through2/node_modules/readable-stream/node_modules/isarray/README.md
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/through2/node_modules/readable-stream/node_modules/isarray/build/build.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/through2/node_modules/readable-stream/node_modules/isarray/component.json
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/through2/node_modules/readable-stream/node_modules/isarray/index.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/through2/node_modules/readable-stream/node_modules/isarray/package.json
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/through2/node_modules/readable-stream/package.json
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/through2/node_modules/readable-stream/passthrough.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/through2/node_modules/readable-stream/readable.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/through2/node_modules/readable-stream/transform.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/through2/node_modules/readable-stream/writable.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/through2/node_modules/xtend/.npmignore
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/through2/node_modules/xtend/LICENCE
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/through2/node_modules/xtend/Makefile
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/through2/node_modules/xtend/README.md
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/through2/node_modules/xtend/immutable.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/through2/node_modules/xtend/mutable.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/through2/node_modules/xtend/package.json
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/through2/node_modules/xtend/test.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/through2/package.json
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/node_modules/through2/through2.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/package.json
-lib/node_modules/npm/node_modules/readable-stream/node_modules/inline-process-browser/readme.md
 lib/node_modules/npm/node_modules/readable-stream/node_modules/isarray/.npmignore
 lib/node_modules/npm/node_modules/readable-stream/node_modules/isarray/.travis.yml
 lib/node_modules/npm/node_modules/readable-stream/node_modules/isarray/Makefile
@@ -1937,87 +1841,6 @@ lib/node_modules/npm/node_modules/readab
 lib/node_modules/npm/node_modules/readable-stream/node_modules/string_decoder/README.md
 lib/node_modules/npm/node_modules/readable-stream/node_modules/string_decoder/index.js
 lib/node_modules/npm/node_modules/readable-stream/node_modules/string_decoder/package.json
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/README.md
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/index.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/esmangle-evaluator/.npmignore
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/esmangle-evaluator/README.md
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/esmangle-evaluator/common.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/esmangle-evaluator/evaluator.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/esmangle-evaluator/package.json
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/.editorconfig
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/.npmignore
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/.travis.yml
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/LICENSE
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/README.md
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/example/add-braces
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/example/generic-identity
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/example/identity
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/example/to-while
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/lib/comments.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/lib/fast-path.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/lib/lines.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/lib/mapping.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/lib/options.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/lib/parser.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/lib/patcher.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/lib/printer.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/lib/types.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/lib/util.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/main.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/ast-types/.npmignore
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/ast-types/.travis.yml
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/ast-types/LICENSE
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/ast-types/README.md
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/ast-types/def/babel.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/ast-types/def/core.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/ast-types/def/e4x.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/ast-types/def/es6.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/ast-types/def/es7.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/ast-types/def/esprima.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/ast-types/def/flow.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/ast-types/def/jsx.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/ast-types/def/mozilla.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/ast-types/lib/equiv.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/ast-types/lib/node-path.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/ast-types/lib/path-visitor.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/ast-types/lib/path.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/ast-types/lib/scope.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/ast-types/lib/shared.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/ast-types/lib/types.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/ast-types/main.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/ast-types/package.json
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/esprima/ChangeLog
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/esprima/LICENSE.BSD
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/esprima/README.md
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/esprima/bin/esparse.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/esprima/bin/esvalidate.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/esprima/esprima.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/esprima/package.json
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/private/.travis.yml
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/private/LICENSE
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/private/README.md
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/private/package.json
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/private/private.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/source-map/README.md
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/source-map/dist/source-map.debug.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/source-map/dist/source-map.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/source-map/dist/source-map.min.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/source-map/dist/source-map.min.js.map
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/source-map/lib/array-set.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/source-map/lib/base64-vlq.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/source-map/lib/base64.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/source-map/lib/binary-search.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/source-map/lib/mapping-list.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/source-map/lib/quick-sort.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/source-map/lib/source-map-consumer.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/source-map/lib/source-map-generator.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/source-map/lib/source-node.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/source-map/lib/util.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/source-map/package.json
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/node_modules/source-map/source-map.js
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/node_modules/recast/package.json
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/package.json
-lib/node_modules/npm/node_modules/readable-stream/node_modules/unreachable-branch-transform/unreachableBranchTransformer.js
 lib/node_modules/npm/node_modules/readable-stream/node_modules/util-deprecate/History.md
 lib/node_modules/npm/node_modules/readable-stream/node_modules/util-deprecate/LICENSE
 lib/node_modules/npm/node_modules/readable-stream/node_modules/util-deprecate/README.md
@@ -2735,20 +2558,13 @@ lib/node_modules/npm/node_modules/valida
 lib/node_modules/npm/node_modules/validate-npm-package-name/node_modules/builtins/builtins.json
 lib/node_modules/npm/node_modules/validate-npm-package-name/node_modules/builtins/package.json
 lib/node_modules/npm/node_modules/validate-npm-package-name/package.json
-lib/node_modules/npm/node_modules/which/.npmignore
-lib/node_modules/npm/node_modules/which/.travis.yml
+lib/node_modules/npm/node_modules/which/CHANGELOG.md
 lib/node_modules/npm/node_modules/which/LICENSE
 lib/node_modules/npm/node_modules/which/README.md
 lib/node_modules/npm/node_modules/which/bin/which
-lib/node_modules/npm/node_modules/which/node_modules/is-absolute/LICENSE
-lib/node_modules/npm/node_modules/which/node_modules/is-absolute/README.md
-lib/node_modules/npm/node_modules/which/node_modules/is-absolute/index.js
-lib/node_modules/npm/node_modules/which/node_modules/is-absolute/node_modules/is-relative/LICENSE-MIT
-lib/node_modules/npm/node_modules/which/node_modules/is-absolute/node_modules/is-relative/README.md
-lib/node_modules/npm/node_modules/which/node_modules/is-absolute/node_modules/is-relative/index.js
-lib/node_modules/npm/node_modules/which/node_modules/is-absolute/node_modules/is-relative/package.json
-lib/node_modules/npm/node_modules/which/node_modules/is-absolute/package.json
+lib/node_modules/npm/node_modules/which/changelog.sh
 lib/node_modules/npm/node_modules/which/node_modules/isexe/.npmignore
+lib/node_modules/npm/node_modules/which/node_modules/isexe/LICENSE
 lib/node_modules/npm/node_modules/which/node_modules/isexe/README.md
 lib/node_modules/npm/node_modules/which/node_modules/isexe/access.js
 lib/node_modules/npm/node_modules/which/node_modules/isexe/index.js
@@ -2778,6 +2594,6 @@ lib/node_modules/npm/scripts/publish-tag
 lib/node_modules/npm/scripts/release.sh
 lib/node_modules/npm/scripts/relocate.sh
 lib/node_modules/npm/scripts/update-authors.sh
-man/man1/node.1
 share/doc/node/gdbinit
+man/man1/node.1
 share/systemtap/tapset/node.stp

Index: pkgsrc/lang/nodejs/distinfo
diff -u pkgsrc/lang/nodejs/distinfo:1.68 pkgsrc/lang/nodejs/distinfo:1.69
--- pkgsrc/lang/nodejs/distinfo:1.68    Thu Jun  2 09:57:32 2016
+++ pkgsrc/lang/nodejs/distinfo Fri Jun 17 12:20:14 2016
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.68 2016/06/02 09:57:32 fhajny Exp $
+$NetBSD: distinfo,v 1.69 2016/06/17 12:20:14 fhajny Exp $
 
-SHA1 (node-v6.2.0.tar.gz) = 228a0c2ff23294778f226e5d7fc85fc2e80a3cd1
-RMD160 (node-v6.2.0.tar.gz) = c6154b44a1c0786d8d5a3cf961c87d15e159c969
-SHA512 (node-v6.2.0.tar.gz) = 0c5b6b07894a86bc0501b7bf2bb713cfb3358cfefe6bcb7edfaa0ec9f6dfb8a9018f5a5192c6e48c7515cd9bc20acc2eec97a80cc537f04fe4414fcb1fcb63b0
-Size (node-v6.2.0.tar.gz) = 25429125 bytes
+SHA1 (node-v6.2.1.tar.gz) = 326722c32fe72449fd851d86e3affbaa85f757f7
+RMD160 (node-v6.2.1.tar.gz) = 9bc7a57662cd9201befeadfd7e62054e30f4f23c
+SHA512 (node-v6.2.1.tar.gz) = 1554fe51982275223eef76b69dfb8a51b7c9e544a9ed56f44cb354e17740fa556dcf2e17d40bd4d41e2ca352b9d83e2a798f6fa46eab066c6a0a076e79628708
+Size (node-v6.2.1.tar.gz) = 25129807 bytes
 SHA1 (patch-common.gypi) = 5b3a50617358637a6f910de28bb5a14f037317a6
 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