Subject: CVS commit: pkgsrc/lang/nodejs
From: Filip Hajny
Date: 2017-11-01 13:08:24
Message id: 20171101120824.6091EFBDE@cvs.NetBSD.org

Log Message:
Update lang/nodejs to 9.0.0.

### Notable Changes

- Async hooks: Older experimental APIs have been removed.
- Improvements have been made to `buffer` module error messages.
- Child Processes: Errors are emitted on process nextTick.
- Domains: The long-deprecated `.dispose()` method has been removed.
- fs
  - The `fs.ReadStream` and `fs.WriteStream` classes now use `destroy()`.
  - `fs` module callbacks are now invoked with an undefined context.
- HTTP/1
  - A 400 Bad Request response will now be sent when parsing fails.
  - Socket timeout will be set when the socket connects.
  - A bug causing the request `'error'` event to fire twice was fixed
  - HTTP clients may now use generic `Duplex` streams in addition
    to `net.Socket`.
- Intl
  - The deprecated `Intl.v8BreakIterator` has been removed.
- OS
  - The `os.EOL` property is now read-only
- Timers
  - `setTimeout()` will emit a warning if the timeout is larger that
    the maximum 32-bit unsigned integer.

Files:
RevisionActionfile
1.111modifypkgsrc/lang/nodejs/Makefile
1.52modifypkgsrc/lang/nodejs/PLIST
1.107modifypkgsrc/lang/nodejs/distinfo