Subject: CVS commit: pkgsrc/lang/nodejs8
From: Filip Hajny
Date: 2018-09-11 16:25:41
Message id: 20180911142541.F0BD8FBF8@cvs.NetBSD.org

Log Message:
lang/nodejs8: Update to 8.12.0.

- async_hooks:
  - rename PromiseWrap.parentId
  - remove runtime deprecation
  - deprecate unsafe emit{Before,After}
- cluster:
  - add cwd to cluster.settings
  - support windowsHide option for workers
- crypto:
  - allow passing null as IV unless required
- deps:
  - upgrade npm to 6.4.1
  - upgrade libuv to 1.19.2
  - Upgrade node-inspect to 1.11.5
- fs,net:
  - support as and as+ flags in stringToFlags()
  - emit 'ready' for fs streams and sockets
- http, http2:
  - add options to http.createServer()
  - add 103 Early Hints status code
  - add http fallback options to .createServer
- n-api:
  - take n-api out of experimental
- perf_hooks:
  - add warning when too many entries in the timeline
- src:
  - add public API for managing NodePlatform
  - allow --perf-(basic-)?prof in NODE\_OPTIONS
  - node internals' postmortem metadata
- tls:
  - expose Finished messages in TLSSocket
- trace_events:
  - add file pattern cli option
- util:
  - implement util.getSystemErrorName()

Files:
RevisionActionfile
1.17modifypkgsrc/lang/nodejs8/Makefile
1.14modifypkgsrc/lang/nodejs8/distinfo
1.1removepkgsrc/lang/nodejs8/patches/patch-src_inspector__io.cc
1.1removepkgsrc/lang/nodejs8/patches/patch-src_node__crypto.cc
1.1removepkgsrc/lang/nodejs8/patches/patch-src_node__i18n.cc