f40d512f7f- Update to version 19.9.0 * add Tracing Channel in diagnostic_channel * new URL.canParse APIAdam Majer2023-04-12 11:46:38 +00:00
857d7cb3ba- Update to version 19.8.1 * buffer: add Buffer.copyBytesFrom(...) * events: add listener argument to listenerCount * lib: add AsyncLocalStorage.bind() and .snapshot() * tls: support automatic DHE * wasi: add support for version when creating WASI * worker: add support for worker name in inspector and trace_events * deps: npm updated to 9.5.1 - versioned.patch: refreshedAdam Majer2023-03-20 13:00:37 +00:00
36fb818d9f- relax Requires to Suggests for alts on TWAdam Majer2023-03-13 16:45:49 +00:00
28ed7b1ae5- Update to version 19.7.0: * deps: + upgrade npm to 9.5.0 + update undici to v5.20.0 * stream: add abort signal for ReadableStream and WritableStream * url: replace url-parser with ada (not language) - Changes in version 19.6.1: * fixes permissions policies can be bypassed via process.mainModule (bsc#1208481, CVE-2023-23918) * fixes insecure loading of ICU data through ICU_DATA environment variable (bsc#1208487, CVE-2023-23920) * fixes OpenSSL error handling issues in nodejs crypto library (bsc#1208483, CVE-2023-23919) * updates undici to v5.19.1 + Fetch API in Node.js did not protect against CRLF injection in host headers + Regular Expression Denial of Service in Headers in Node.js fetch API (bsc#1208413, bsc#1208485, CVE-2023-24807, CVE-2023-23936) - linker_lto_jobs.patch: refreshedAdam Majer2023-02-22 15:38:13 +00:00
9967ff6a77- node-gyp_7.1.2.tar.xz: added dependencies - node-gyp-config.patch: allows gyp 7.1.2 to run with node 19.xAdam Majer2023-02-21 16:32:07 +00:00
2cb71112fe- Update to version 19.6.0: * ESM: Leverage loaders when resolving subsequent loaders Loaders now apply to subsequent loaders, for example: --experimental-loader ts-node --experimental-loader loader-written-in-typescript * deps: upgrade npm to 9.4.0 Added --install-strategy=linked option for installations similar to pnpm.Adam Majer2023-02-03 12:09:28 +00:00
e7ba2c1992- Do not use pkg_vcmp to decide BuildDependencies: this works based on 'installed packages' which is not interpreted correctly by the scheduler. Rather switch to boolean dependencies.Adam Majer2023-02-01 10:05:09 +00:00
1216beffe9- s390.patch: fix unit test on s390 with patched zlibAdam Majer2023-01-26 13:00:35 +00:00
dbd52b3b32- sysctl.patch: don't try to execute sysctlAdam Majer2023-01-26 10:42:46 +00:00
44fb8dedcc- Update to version 19.5.0: * http: join authorization headers * lib: add webstreams to Duplex.from() * stream: implement finished() for ReadableStream and WritableStream - npm_search_paths.patch, linker_lto_jobs.patch: refreshedAdam Majer2023-01-25 15:43:59 +00:00
82baefc474- Update _constraints: * Less RAM for aarch64 and 32-bit arm * Use 'asimdrdm' cpu flag to use aarch64 workers where tests are more stableAdam Majer2023-01-16 15:36:00 +00:00
eafa27d426- Update to version 19.4.0: * buffer: add buffer.isUtf8 for utf8 validation * http: improved timeout defaults handling * net: add autoSelectFamily global getter and setter * os: add availableParallelism() * util: add fast path for text-decoder fatal flagAdam Majer2023-01-16 14:42:18 +00:00
e68fbd263d- Update to version 19.3.0: * deps : npm updates to 9.2.0 * build: disable v8 snapshot compression by default * net: add autoSelectFamily and autoSelectFamilyAttemptTimeout options - temporarily require openssl 1.1.1 to build on TW - versioned.patch: refreshedAdam Majer2022-12-19 02:16:29 +00:00
95b75e5ff1- Update to version 19.2.0: * buffer: introduce File class * deps: update V8 to 10.8.168.20 * doc: deprecate use of invalid ports in url.parse * util: add fast path for utf8 encoding For details, see CHANGELOG_V19.mdAdam Majer2022-12-18 03:27:02 +00:00
51d43df231- Update to version 19.1.0: * test: Support function mocking on Node.js test runner * fs.watch recursive support on Linux * util: add MIME utilities - new_python3.patch, icu721_fixes.patch: upstreamedAdam Majer2022-11-17 12:34:06 +00:00
963b394dea- Update to version 19.0.1: * inspector: DNS rebinding in --inspect via invalid octal IP (bsc#1205119, CVE-2022-43548)Adam Majer2022-11-07 10:02:44 +00:00
0747869e51- Initial version 19.0.0: * HTTP(S)/1.1 KeepAlive by default * DTrace/SystemTap/ETW Support were removed * The V8 engine is updated to version 10.7, which is part of Chromium 107. This version include a new feature to the JavaScript API: Intl.NumberFormat * llhttp has been updated to version 8.1.0. For details see https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V19.md#19.0.0Adam Majer2022-10-21 09:48:41 +00:00