2024-06-14 12:23:31 by Ryo ONODERA | Files touched by this commit (1) |
Log message:
lang/nodejs: Set C++20 for std::endian to fix build
|
2024-06-14 10:58:23 by Thomas Klausner | Files touched by this commit (1) |
Log message:
nodejs: remove reference to non-existent file
|
2024-05-29 18:35:19 by Adam Ciarcinski | Files touched by this commit (1929) | |
Log message:
revbump after icu and protobuf updates
|
2024-05-27 10:56:30 by Nia Alarie | Files touched by this commit (3) |
Log message:
*: Sprinkle some workarounds for libstdc++ in NetBSD 9.x.
It needs _NETBSD_SOURCE to make some ISO C++ functions visible.
|
2024-05-22 07:07:10 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (1) |
Log message:
nodejs: Update nodeversion.mk
|
2024-05-18 09:05:23 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
nodejs: updated to 22.2.0
Node.js v22.2.0
Notable Changes
- (SEMVER-MINOR) cli: allow running wasm in limited vmem with \
--disable-wasm-trap-handler (Joyee Cheung)
- doc: add pimterry to collaborators (Tim Perry)
- (SEMVER-MINOR) fs: allow 'withFileTypes' to be used with globs (Aviv Keller)
- (SEMVER-MINOR) inspector: introduce the --inspect-wait flag (Kohei Ueno)
- lib,src: remove --experimental-policy (Rafael Gonzaga)
- (SEMVER-MINOR) perf_hooks: add deliveryType and responseStatus fields (Matthew \
Aitken)
- (SEMVER-MINOR) test_runner: support test plans (Colin Ihrig)
- (SEMVER-MINOR) zlib: expose zlib.crc32() (Joyee Cheung)
|
2024-05-07 19:54:11 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
nodejs: updated to 22.1.0
Node.js v22.1.0
module: implement NODE_COMPILE_CACHE for automatic on-disk code caching
buffer: improve base64 and base64url performance
(SEMVER-MINOR) dns: add order option and support ipv6first
events,doc: mark CustomEvent as stable
(SEMVER-MINOR) lib, url: add a windows option to path parsing
(SEMVER-MINOR) net: add CLI option for autoSelectFamilyAttemptTimeout
(SEMVER-MINOR) src: add string_view overload to snapshot FromBlob
src,permission: throw async errors on async APIs
(SEMVER-MINOR) test_runner: add --test-skip-pattern cli option
(SEMVER-MINOR) url: implement parse method for safer URL parsing
|
2024-04-11 14:14:09 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
nodejs: updated to 21.7.3
Version 21.7.3 (Current)
This is a security release.
Notable Changes
CVE-2024-27980 - Command injection via args parameter of child_process.spawn \
without shell option enabled on Windows
|
2024-04-05 07:31:10 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
nodejs: updated to 21.7.2
Version 21.7.2 (Current)
Notable changes
CVE-2024-27983 - Assertion failed in node::http2::Http2Session::~Http2Session() \
leads to HTTP/2 server crash- (High)
CVE-2024-27982 - HTTP Request Smuggling via Content Length Obfuscation- (Medium)
llhttp version 9.2.1
undici version 6.11.1
|
2024-03-20 14:39:23 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
nodejs: updated to 21.7.1
Version 21.7.1 (Current)
Notable Changes
This release reverts 51389, which landed in Node.js 21.7.0. It is a documented \
feature that t.after() hooks are run even if a test has no subtests. The hook \
can be used to clean up the test itself.
|