pkgsrc/lang/nodejs
fhajny 69d6a0a986 Update lang/nodejs to 5.10.0.
5.10.0

* buffer:
  - make byteLength work with ArrayBuffer & DataView
  - backport --zero-fill-buffers command line option
  - backport new buffer constructor APIs
  - add swap16() and swap32() methods
* fs: add the fs.mkdtemp() function.
* net: emit host in lookup event
* node: --no-browser-globals configure flag
* npm: Upgrade to v3.8.3. Fixes a security flaw in the use of
  authentication tokens in HTTP requests that would allow an
  attacker to set up a server that could collect tokens from
  users of the command-line interface. Authentication tokens
  have previously been sent with every request made by the CLI
  for logged-in users, regardless of the destination of the
  request. This update fixes this by only including those
  tokens for requests made against the registry or registries
  used for the current install.
* repl: support standalone blocks
* src: override v8 thread defaults using cli options

5.9.0

* contextify: Fixed a memory consumption issue related to heavy
  use of vm.createContext and vm.runInNewContext.
* lib: copy arguments object instead of leaking it
* src: allow both -i and -e flags to be used at the same time
* timers: Internal Node.js timeouts now use the same logic path
  as those created with setTimeout()
* v8: backport fb4ccae from v8 upstream: breakout events from v8
  to offer better support for external debuggers
* zlib: add support for concatenated members
2016-04-01 08:21:05 +00:00
..
patches Update lang/nodejs to 5.5.0. 2016-01-21 11:45:30 +00:00
DESCR Update lang/nodejs to 5.0.0. 2015-11-09 20:19:35 +00:00
distinfo Update lang/nodejs to 5.10.0. 2016-04-01 08:21:05 +00:00
Makefile Update lang/nodejs to 5.10.0. 2016-04-01 08:21:05 +00:00
Makefile.common Ensure we don't try to use gold on Linux if it doesn't exist. Fixes 2016-03-18 11:39:18 +00:00
options.mk Update lang/nodejs to 5.10.0. 2016-04-01 08:21:05 +00:00
PLIST Update lang/nodejs to 5.10.0. 2016-04-01 08:21:05 +00:00