2020-06-03 10:42:41 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
nodejs12: updated to 12.18.0
Version 12.18.0 'Erbium' (LTS)
Notable changes
This is a security release.
Vulnerabilities fixed:
CVE-2020-8172: TLS session reuse can lead to host certificate verification \
bypass (High).
CVE-2020-11080: HTTP/2 Large Settings Frame DoS (Low).
CVE-2020-8174: napi_get_value_string_*() allows various kinds of memory \
corruption (High).
Commits
- crypto: update root certificates
- (SEMVER-MINOR) deps: update nghttp2 to 1.41.0
- (SEMVER-MINOR) http2: implement support for max settings entries
- napi: fix memory corruption vulnerability
- tls: emit session after verifying certificate
- tools: update certdata.txt
|
2020-06-02 10:25:05 by Adam Ciarcinski | Files touched by this commit (1689) |
Log message:
Revbump for icu
|
2020-05-31 23:41:22 by Roland Illig | Files touched by this commit (3) |
Log message:
lang/nodejs*: skip portability check for macOS installation scripts
|
2020-05-30 22:45:12 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Sync comment.
|
2020-05-29 09:07:12 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
nodejs12: fix building on NetBSD
|
2020-05-26 18:50:00 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
nodejs12: updated to 12.17.0
Version 12.17.0 'Erbium' (LTS):
Notable Changes
ECMAScript Modules - --experimental-modules flag removal
AsyncLocalStorage API (experimental)
REPL previews
REPL reverse-i-search
REPL substring-based search
Error monitoring
Monitoring uncaught exceptions
File system APIs
Console groupIndentation option
maxStringLength option for util.inspect()
Stable N-API release 6
Stable diagnostic reports
Increase of the default server headers timeout
|
2020-05-08 15:48:45 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
nodejs12: updated to 12.16.3
Version 12.16.3 'Erbium' (LTS), @targos
Notable Changes
Dependencies:
Updated OpenSSL to 1.1.1g
Updated c-ares to 1.16.0
Updated experimental uvwasi to 0.0.6
ESM (experimental):
Additional warnings are no longer printed for modules that use conditional \
exports or package name self resolution
|
2020-05-06 16:05:09 by Adam Ciarcinski | Files touched by this commit (591) | |
Log message:
revbump after boost update
|
2020-04-17 09:52:46 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
nodejs12: updated to 12.16.2
Version 12.16.2 'Erbium' (LTS)
Notable Changes
doc:
add ronag to collaborators
add GeoffreyBooth to collaborators
deps:
upgrade npm to 6.13.6
update openssl to 1.1.1e
|
2020-04-12 10:29:21 by Adam Ciarcinski | Files touched by this commit (956) | |
Log message:
Recursive revision bump after textproc/icu update
|