2020-03-11 10:22:50 by Jonathan Perkin | Files touched by this commit (4) |
Log message:
nodejs*: Unbreak builds, again, this time with comment.
|
2020-03-04 19:59:40 by Adam Ciarcinski | Files touched by this commit (7) | |
Log message:
nodejs: updated to 13.10.0
Version 13.10.0 (Current):
Notable Changes
async_hooks
- introduce async-context API
stream
- support passing generator functions into pipeline()
tls
- expose SSL_export_keying_material
vm
- implement vm.measureMemory() for per-context memory measurement
|
2020-02-24 17:02:40 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
nodejs12: updated to 12.16.1
Version 12.16.1 'Erbium' (LTS):
Node.js 12.16.0 included 6 regressions that are being fixed in this release
Version 12.16.0 'Erbium' (LTS):
New assert APIs
Advanced serialization for IPC
CLI flags
New crypto APIs
Dependency updates
|
2020-02-19 00:06:05 by Jonathan Perkin | Files touched by this commit (4) |
Log message:
nodejs*: Consolidate python27 requirement.
It's still required as of nodejs v13.
|
2020-02-07 10:51:09 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
nodejs12: updated to 12.15.0
Version 12.15.0 'Erbium' (LTS):
Notable changes
This is a security release.
Vulnerabilities fixed:
CVE-2019-15606: HTTP header values do not have trailing OWS trimmed.
CVE-2019-15605: HTTP request smuggling using malformed Transfer-Encoding header.
CVE-2019-15604: Remotely trigger an assertion on a TLS server with a malformed \
certificate string.
Also, HTTP parsing is more strict to be more secure. Since this may cause \
problems in interoperability with some non-conformant HTTP implementations, it \
is possible to disable the strict checks with the --insecure-http-parser command \
line flag, or the insecureHTTPParser http option. Using the insecure HTTP parser \
should be avoided.
|
2020-01-24 19:55:49 by Adam Ciarcinski | Files touched by this commit (19) | |
Log message:
nodejs12: use external OpenSSL; bump revision
|
2020-01-08 23:29:03 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
nodejs12: updated to 12.14.1
Version 12.14.1 'Erbium' (LTS):
Notable changes
* crypto: fix key requirements in asymmetric cipher
* deps:
- update llhttp to 2.0.1
- update nghttp2 to 1.40.0
* v8: mark serdes API as stable
|
2019-12-29 16:39:15 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
nodejs12: updated to 12.14.0
Version 12.14.0 'Erbium' (LTS)
Notable changes
deps: update npm to 6.13.4
|
2019-12-13 07:26:07 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
Get rid of http-parser for nodejs 12+
|