diff options
author | fhajny <fhajny@pkgsrc.org> | 2016-08-09 08:50:51 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2016-08-09 08:50:51 +0000 |
commit | 4ee638d3a70909339ca613f663666c3ba9291139 (patch) | |
tree | bba5d3d1aec5becdbafff853d8d9cf1b664b51a9 /lang/nodejs/distinfo | |
parent | 5a3fea33757028531ee3a6d5e3016a7622ab6312 (diff) | |
download | pkgsrc-4ee638d3a70909339ca613f663666c3ba9291139.tar.gz |
Update lang/nodejs to 6.3.1.
6.3.1.
Notable changes
- buffer:
- Improve performance of Buffer.from(str, 'hex') and
Buffer#write(str, 'hex').
- Fix creating from zero-length ArrayBuffer.
- deps:
- Upgrade to V8 5.0.71.57.
- Backport V8 instanceof bugfix
- repl: Fix issue with function redeclaration.
- util: Fix inspecting of boxed symbols.
6.3.0
Notable changes
- buffer: Added buffer.swap64() to complement swap16() & swap32().
- build: New configure options have been added for building
Node.js as a shared library.
- crypto: Root certificates have been updated.
- debugger: The server address is now configurable via
--debug=<address>:<port>.
- npm: Upgraded npm to v3.10.3
- readline: Added the prompt option to the readline constructor.
- repl / vm: sigint/ctrl+c will now break out of infinite loops
without stopping the Node.js instance.
- src:
- Added a node::FreeEnvironment public C++ API.
- Refactored require('constants'), constants are now available
directly from their respective modules.
- stream: Improved readable.read() performance by up to 70%.
- timers: setImmediate() is now up to 150% faster in some
situations.
- util: Added a breakLength option to util.inspect() to control
how objects are formatted across lines.
- v8-inspector: Experimental support has been added for debugging
Node.js over the inspector protocol.
Diffstat (limited to 'lang/nodejs/distinfo')
-rw-r--r-- | lang/nodejs/distinfo | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/nodejs/distinfo b/lang/nodejs/distinfo index b54f918cfc0..179221721f7 100644 --- a/lang/nodejs/distinfo +++ b/lang/nodejs/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.70 2016/06/17 16:53:24 fhajny Exp $ +$NetBSD: distinfo,v 1.71 2016/08/09 08:50:51 fhajny Exp $ -SHA1 (node-v6.2.2.tar.gz) = 79dc84334914161c1c8cf3063bd7459eeabf8782 -RMD160 (node-v6.2.2.tar.gz) = c38620098c473bc79ea750d97f427860cd465034 -SHA512 (node-v6.2.2.tar.gz) = 65c5579aef66884609a18f87608736379af4522075807f6d7fb74487b01fdfd30b697c237fe50f15bb883ca8b376fdacab2e216963c5f0c90a47427a116ba5cd -Size (node-v6.2.2.tar.gz) = 25165363 bytes +SHA1 (node-v6.3.1.tar.gz) = 8938cfafa786c6e74b957ec62985ea307c006653 +RMD160 (node-v6.3.1.tar.gz) = 5e8cc45e9fce320737869d43a121dbef9e67d360 +SHA512 (node-v6.3.1.tar.gz) = 7b0670312361b88ba7997919276fe98bd0cd6a690efbcdfc903dfcc1dbd241406395dcfe67cebdd107ed9309c3fd4d2f3460caa6505dc84a7c1e418ad6de9c50 +Size (node-v6.3.1.tar.gz) = 25845798 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 |