2020-05-30 22:44:39 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Don't implicitly convert pointers to bool.
|
2020-05-06 16:05:09 by Adam Ciarcinski | Files touched by this commit (591) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
revbump after boost update
|
2020-04-17 09:58:54 by Adam Ciarcinski | Files touched by this commit (2) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
nodejs10: updated to 10.20.1
Version 10.20.1 'Dubnium'
Notable changes
Due to release process failures, Node.js v10.20.0 shipped with source and header \
tarballs that did not properly match the final release commit that was used to \
build the binaries. We recommend that Node.js v10.20.0 not be used, particularly \
in any applications using native add-ons or where compiling Node.js from source \
is involved.
Node.js v10.20.1 is a clean release with the correct sources and is strongly \
recommended in place of v10.20.0.
Version 10.20.0 'Dubnium'
macOS package notarization and a change in builder configuration
The macOS binaries for this release, and future 10.x releases, are now being \
compiled on macOS 10.15
Notable changes
buffer: add {read|write}Big[U]Int64{BE|LE} methods
build: macOS package notarization
deps:
update npm to 6.14.3
upgrade openssl sources to 1.1.1e
upgrade to libuv 1.34.2
n-api:
add napi_get_all_property_names
add APIs for per-instance state management
define release 6
turn NAPI_CALL_INTO_MODULE into a function
tls:
expose keylog event on TLSSocket
support TLS min/max protocol defaults in CLI
url: handle quasi-WHATWG URLs in urlToOptions()
|
2020-04-12 10:29:21 by Adam Ciarcinski | Files touched by this commit (956) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
Recursive revision bump after textproc/icu update
|
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) | ![Package updated](https://pkgsrc.se/images/update.gif) |
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-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:50:36 by Adam Ciarcinski | Files touched by this commit (2) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
nodejs10: updated to 10.19.0
Version 10.19.0 'Dubnium' (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:57:09 by Adam Ciarcinski | Files touched by this commit (19) | ![Package removed](https://pkgsrc.se/images/remove.gif) |
Log message:
nodejs10: updated to 10.18.1
Version 10.18.1 'Dubnium':
Notable changes
http2: fix session memory accounting after pausing
n-api: correct bug in napi_get_last_error
tools: update tzdata to 2019c
|
2019-12-29 16:40:00 by Adam Ciarcinski | Files touched by this commit (3) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
nodejs10: updated to 10.18.0
Version 10.18.0 'Dubnium' (LTS)
Notable changes
deps: update npm to 6.13.4
|