SHA256
6
0
forked from pool/nodejs19

4 Commits

Author SHA256 Message Date
b253c3b1c5 - 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: refreshed

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs19?expand=0&rev=35
2023-02-22 15:38:13 +00:00
5517890c65 - 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

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs19?expand=0&rev=23
2023-01-25 15:43:59 +00:00
658b0e8930 OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs19?expand=0&rev=3 2022-10-21 12:58:40 +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.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs19?expand=0&rev=1
2022-10-21 09:48:41 +00:00