Subject: CVS commit: pkgsrc/lang/nodejs
From: Filip Hajny
Date: 2018-05-24 08:29:34
Message id: 20180524062934.EB256FBEC@cvs.NetBSD.org

Log Message:
lang/nodejs: Update to 10.2.0.

- addons:
  - Fixed a memory leak for users of `AsyncResource` and N-API.
- assert:
  - The `error` parameter of `assert.throws()` can be an object
    containing regular expressions now.
- crypto:
  - The `authTagLength` option has been made more flexible.
- esm:
  - Builtin modules (e.g. `fs`) now provide named exports in ES6
    modules.
- http:
  - Handling of `close` and `aborted` events has been made more
    consistent.
- module:
  - add --preserve-symlinks-main
- timers:
  - `timeout.refresh()` has been added to the public API.
- Embedder support:
  - Functions for creating V8 `Isolate` and `Context` objects with
    Node.js-specific behaviour have been added to the API.
  - Node.js `Environment`s clean up resources before exiting now.
  - Support for multi-threaded embedding has been improved.

Files:
RevisionActionfile
1.131modifypkgsrc/lang/nodejs/Makefile
1.124modifypkgsrc/lang/nodejs/distinfo