diff options
author | fhajny <fhajny@pkgsrc.org> | 2014-06-17 11:03:14 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2014-06-17 11:03:14 +0000 |
commit | c4dc7006a94a9f82389ad1f5df04b06f8330cc1c (patch) | |
tree | e1f9de90d84b1fb3e7a764d2afab41508f4e9428 /lang/nodejs | |
parent | 9bc18b73e8ae981a67d312c75c9358d90acc733a (diff) | |
download | pkgsrc-c4dc7006a94a9f82389ad1f5df04b06f8330cc1c.tar.gz |
Update nodejs to 0.10.29.
2014.06.05, Version 0.10.29 (Stable)
* openssl: to 1.0.1h (CVE-2014-0224)
* npm: upgrade to 1.4.10
* utf8: Prevent Node from sending invalid UTF-8 (Felix Geisendoerfer)
- *NOTE* this introduces a breaking change, previously you could
construct invalid UTF-8 and invoke an error in a client that was
expecting valid UTF-8, now unmatched surrogate pairs are replaced
with the unknown UTF-8 character. To restore the old functionality
simply have NODE_INVALID_UTF8 environment variable set.
* child_process: do not set args before throwing (Greg Sabia Tucker)
* child_process: spawn() does not throw TypeError (Greg Sabia Tucker)
* constants: export O_NONBLOCK (Fedor Indutny)
* crypto: improve memory usage (Alexis Campailla)
* fs: close file if fstat() fails in readFile() (cjihrig)
* lib: name EventEmitter prototype methods (Ben Noordhuis)
* tls: fix performance issue (Alexis Campailla)
Diffstat (limited to 'lang/nodejs')
-rw-r--r-- | lang/nodejs/Makefile | 4 | ||||
-rw-r--r-- | lang/nodejs/PLIST | 40 | ||||
-rw-r--r-- | lang/nodejs/distinfo | 8 |
3 files changed, 42 insertions, 10 deletions
diff --git a/lang/nodejs/Makefile b/lang/nodejs/Makefile index 6e118d8b519..324ab2d6ed9 100644 --- a/lang/nodejs/Makefile +++ b/lang/nodejs/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2014/05/09 07:37:09 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2014/06/17 11:03:14 fhajny Exp $ -DISTNAME= node-v0.10.28 +DISTNAME= node-v0.10.29 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 9e1a16edacb..f048cfc04fa 100644 --- a/lang/nodejs/PLIST +++ b/lang/nodejs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.14 2014/05/08 09:15:40 wiz Exp $ +@comment $NetBSD: PLIST,v 1.15 2014/06/17 11:03:14 fhajny Exp $ bin/node bin/npm include/node/ares.h @@ -31,6 +31,7 @@ include/node/zconf.h include/node/zlib.h ${PLIST.dtrace}lib/dtrace/node.d lib/node_modules/npm/.npmignore +lib/node_modules/npm/.npmrc lib/node_modules/npm/.tern-project lib/node_modules/npm/.travis.yml lib/node_modules/npm/AUTHORS @@ -48,6 +49,7 @@ lib/node_modules/npm/cli.js lib/node_modules/npm/configure lib/node_modules/npm/doc/api/npm-bin.md lib/node_modules/npm/doc/api/npm-bugs.md +lib/node_modules/npm/doc/api/npm-cache.md lib/node_modules/npm/doc/api/npm-commands.md lib/node_modules/npm/doc/api/npm-config.md lib/node_modules/npm/doc/api/npm-deprecate.md @@ -148,6 +150,7 @@ lib/node_modules/npm/doc/misc/semver.md lib/node_modules/npm/html/doc/README.html lib/node_modules/npm/html/doc/api/npm-bin.html lib/node_modules/npm/html/doc/api/npm-bugs.html +lib/node_modules/npm/html/doc/api/npm-cache.html lib/node_modules/npm/html/doc/api/npm-commands.html lib/node_modules/npm/html/doc/api/npm-config.html lib/node_modules/npm/html/doc/api/npm-deprecate.html @@ -259,6 +262,13 @@ lib/node_modules/npm/lib/bin.js lib/node_modules/npm/lib/bugs.js lib/node_modules/npm/lib/build.js lib/node_modules/npm/lib/cache.js +lib/node_modules/npm/lib/cache/add-local-tarball.js +lib/node_modules/npm/lib/cache/add-local.js +lib/node_modules/npm/lib/cache/add-named.js +lib/node_modules/npm/lib/cache/add-remote-git.js +lib/node_modules/npm/lib/cache/add-remote-tarball.js +lib/node_modules/npm/lib/cache/get-stat.js +lib/node_modules/npm/lib/cache/maybe-github.js lib/node_modules/npm/lib/completion.js lib/node_modules/npm/lib/config.js lib/node_modules/npm/lib/dedupe.js @@ -305,13 +315,14 @@ lib/node_modules/npm/lib/utils/completion.sh lib/node_modules/npm/lib/utils/completion/file-completion.js lib/node_modules/npm/lib/utils/completion/installed-deep.js lib/node_modules/npm/lib/utils/completion/installed-shallow.js +lib/node_modules/npm/lib/utils/depr-check.js lib/node_modules/npm/lib/utils/error-handler.js lib/node_modules/npm/lib/utils/fetch.js -lib/node_modules/npm/lib/utils/find-prefix.js lib/node_modules/npm/lib/utils/gently-rm.js lib/node_modules/npm/lib/utils/is-git-url.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 lib/node_modules/npm/lib/utils/tar.js lib/node_modules/npm/lib/version.js lib/node_modules/npm/lib/view.js @@ -369,6 +380,7 @@ lib/node_modules/npm/man/man1/npm-whoami.1 lib/node_modules/npm/man/man1/npm.1 lib/node_modules/npm/man/man3/npm-bin.3 lib/node_modules/npm/man/man3/npm-bugs.3 +lib/node_modules/npm/man/man3/npm-cache.3 lib/node_modules/npm/man/man3/npm-commands.3 lib/node_modules/npm/man/man3/npm-config.3 lib/node_modules/npm/man/man3/npm-deprecate.3 @@ -421,10 +433,12 @@ lib/node_modules/npm/man/man7/npm-registry.7 lib/node_modules/npm/man/man7/npm-scripts.7 lib/node_modules/npm/man/man7/removing-npm.7 lib/node_modules/npm/man/man7/semver.7 +lib/node_modules/npm/node_modules/abbrev/CONTRIBUTING.md lib/node_modules/npm/node_modules/abbrev/LICENSE lib/node_modules/npm/node_modules/abbrev/README.md -lib/node_modules/npm/node_modules/abbrev/lib/abbrev.js +lib/node_modules/npm/node_modules/abbrev/abbrev.js lib/node_modules/npm/node_modules/abbrev/package.json +lib/node_modules/npm/node_modules/abbrev/test.js lib/node_modules/npm/node_modules/ansi/.npmignore lib/node_modules/npm/node_modules/ansi/README.md lib/node_modules/npm/node_modules/ansi/color-spaces.pl @@ -455,6 +469,10 @@ lib/node_modules/npm/node_modules/block-stream/bench/dropper-pause.js lib/node_modules/npm/node_modules/block-stream/bench/dropper.js lib/node_modules/npm/node_modules/block-stream/block-stream.js lib/node_modules/npm/node_modules/block-stream/package.json +lib/node_modules/npm/node_modules/char-spinner/LICENSE +lib/node_modules/npm/node_modules/char-spinner/README.md +lib/node_modules/npm/node_modules/char-spinner/package.json +lib/node_modules/npm/node_modules/char-spinner/spin.js lib/node_modules/npm/node_modules/child-process-close/README.md lib/node_modules/npm/node_modules/child-process-close/index.js lib/node_modules/npm/node_modules/child-process-close/package.json @@ -550,12 +568,18 @@ lib/node_modules/npm/node_modules/graceful-fs/README.md lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js lib/node_modules/npm/node_modules/graceful-fs/package.json lib/node_modules/npm/node_modules/graceful-fs/polyfills.js +lib/node_modules/npm/node_modules/inflight/LICENSE +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 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/.npmignore 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 @@ -699,6 +723,11 @@ lib/node_modules/npm/node_modules/nopt/bin/nopt.js lib/node_modules/npm/node_modules/nopt/examples/my-program.js lib/node_modules/npm/node_modules/nopt/lib/nopt.js lib/node_modules/npm/node_modules/nopt/package.json +lib/node_modules/npm/node_modules/npm-cache-filename/LICENSE +lib/node_modules/npm/node_modules/npm-cache-filename/README.md +lib/node_modules/npm/node_modules/npm-cache-filename/index.js +lib/node_modules/npm/node_modules/npm-cache-filename/package.json +lib/node_modules/npm/node_modules/npm-cache-filename/test.js lib/node_modules/npm/node_modules/npm-install-checks/LICENSE lib/node_modules/npm/node_modules/npm-install-checks/README.md lib/node_modules/npm/node_modules/npm-install-checks/index.js @@ -729,6 +758,10 @@ lib/node_modules/npm/node_modules/npmconf/.npmignore lib/node_modules/npm/node_modules/npmconf/LICENSE lib/node_modules/npm/node_modules/npmconf/README.md lib/node_modules/npm/node_modules/npmconf/config-defs.js +lib/node_modules/npm/node_modules/npmconf/lib/find-prefix.js +lib/node_modules/npm/node_modules/npmconf/lib/load-prefix.js +lib/node_modules/npm/node_modules/npmconf/lib/load-uid.js +lib/node_modules/npm/node_modules/npmconf/lib/set-user.js lib/node_modules/npm/node_modules/npmconf/node_modules/config-chain/.npmignore lib/node_modules/npm/node_modules/npmconf/node_modules/config-chain/LICENCE lib/node_modules/npm/node_modules/npmconf/node_modules/config-chain/index.js @@ -1110,7 +1143,6 @@ lib/node_modules/npm/node_modules/text-table/example/table.js lib/node_modules/npm/node_modules/text-table/index.js lib/node_modules/npm/node_modules/text-table/package.json lib/node_modules/npm/node_modules/text-table/readme.markdown -lib/node_modules/npm/node_modules/uid-number/LICENCE lib/node_modules/npm/node_modules/uid-number/LICENSE lib/node_modules/npm/node_modules/uid-number/README.md lib/node_modules/npm/node_modules/uid-number/get-uid-gid.js diff --git a/lang/nodejs/distinfo b/lang/nodejs/distinfo index 381a1a6b2a4..48d6dfa4e53 100644 --- a/lang/nodejs/distinfo +++ b/lang/nodejs/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.18 2014/05/03 15:57:17 fhajny Exp $ +$NetBSD: distinfo,v 1.19 2014/06/17 11:03:14 fhajny Exp $ -SHA1 (node-v0.10.28.tar.gz) = ef08a75f6359a16e672cae684e0804ca7f4554b7 -RMD160 (node-v0.10.28.tar.gz) = 13e253b278e45e2bd5436932fcf834e665570583 -Size (node-v0.10.28.tar.gz) = 13554081 bytes +SHA1 (node-v0.10.29.tar.gz) = 0d5dc62090404f7c903f29779295758935529242 +RMD160 (node-v0.10.29.tar.gz) = 27548394b402a3dc4d599b51ea3cbcb25946f757 +Size (node-v0.10.29.tar.gz) = 13480496 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 |