------------------------------------------------------------------- Wed Feb 1 07:58:26 UTC 2023 - Dominique Leuenberger - 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. ------------------------------------------------------------------- Wed Jan 25 15:13:49 UTC 2023 - Adam Majer - 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: refreshed - sysctl.patch: don't try to execute sysctl - s390.patch: fix unit test on s390 with patched zlib ------------------------------------------------------------------- Wed Jan 25 12:01:55 UTC 2023 - Adam Majer - Use default openssl again and do not force openssl 1.1.1 - _constraints: reset aarch64 memory requirements back to original otherwise some unit tests can fail ------------------------------------------------------------------- Mon Jan 16 14:36:50 UTC 2023 - Adam Majer - 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 flag ------------------------------------------------------------------- Fri Dec 23 11:31:12 UTC 2022 - Guillaume GARDET - Update _constraints: * Less RAM for aarch64 and 32-bit arm * Use 'asimdrdm' cpu flag to use aarch64 workers where tests are more stable ------------------------------------------------------------------- Mon Dec 19 01:30:30 UTC 2022 - Adam Majer - 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: refreshed ------------------------------------------------------------------- Wed Dec 7 04:11:51 UTC 2022 - Adam Majer - 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.md ------------------------------------------------------------------- Thu Nov 17 12:05:45 UTC 2022 - Adam Majer - 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: upstreamed ------------------------------------------------------------------- Thu Nov 10 08:19:06 UTC 2022 - Adam Majer - icu721_fixes.patch: fixes compatibility with ICU 72.1 (bsc#1205236) ------------------------------------------------------------------- Mon Nov 7 14:00:54 UTC 2022 - Adam Majer - Fix migration to openssl-3 (bsc#1205042) ------------------------------------------------------------------- Mon Nov 7 09:05:24 UTC 2022 - Adam Majer - Update to version 19.0.1: * inspector: DNS rebinding in --inspect via invalid octal IP (bsc#1205119, CVE-2022-43548) ------------------------------------------------------------------- Fri Oct 21 09:28:29 UTC 2022 - Adam Majer - 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.0