Blame packages/n/nodejs19/nodejs19.changes

486971
-------------------------------------------------------------------
Bernhard M. Wiedemann 514c2a
Wed Feb  1 07:58:26 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
Bernhard M. Wiedemann 514c2a
Bernhard M. Wiedemann 514c2a
- Do not use pkg_vcmp to decide BuildDependencies: this works based
Bernhard M. Wiedemann 514c2a
  on 'installed packages' which is not interpreted correctly by the
Bernhard M. Wiedemann 514c2a
  scheduler. Rather switch to boolean dependencies.
Bernhard M. Wiedemann 514c2a
Bernhard M. Wiedemann 514c2a
-------------------------------------------------------------------
5afdbb
Wed Jan 25 15:13:49 UTC 2023 - Adam Majer <adam.majer@suse.de>
5afdbb
5afdbb
- Update to version 19.5.0:
5afdbb
  * http: join authorization headers
5afdbb
  * lib: add webstreams to Duplex.from()
5afdbb
  * stream: implement finished() for ReadableStream and WritableStream
5afdbb
5afdbb
- npm_search_paths.patch, linker_lto_jobs.patch: refreshed
5afdbb
- sysctl.patch: don't try to execute sysctl
5afdbb
- s390.patch: fix unit test on s390 with patched zlib
5afdbb
5afdbb
-------------------------------------------------------------------
5afdbb
Wed Jan 25 12:01:55 UTC 2023 - Adam Majer <adam.majer@suse.de>
5afdbb
5afdbb
- Use default openssl again and do not force openssl 1.1.1
5afdbb
- _constraints: reset aarch64 memory requirements back to original
5afdbb
  otherwise some unit tests can fail
5afdbb
5afdbb
-------------------------------------------------------------------
96e835
Mon Jan 16 14:36:50 UTC 2023 - Adam Majer <adam.majer@suse.de>
96e835
96e835
- Update to version 19.4.0:
96e835
  * buffer: add buffer.isUtf8 for utf8 validation
96e835
  * http: improved timeout defaults handling
96e835
  * net: add autoSelectFamily global getter and setter
96e835
  * os: add availableParallelism()
96e835
  * util: add fast path for text-decoder fatal flag
96e835
96e835
-------------------------------------------------------------------
96e835
Fri Dec 23 11:31:12 UTC 2022 - Guillaume GARDET <guillaume.gardet@opensuse.org>
96e835
96e835
- Update _constraints:
96e835
  * Less RAM for aarch64 and 32-bit arm
96e835
  * Use 'asimdrdm' cpu flag to use aarch64 workers where tests
96e835
    are more stable
96e835
96e835
-------------------------------------------------------------------
2472b7
Mon Dec 19 01:30:30 UTC 2022 - Adam Majer <adam.majer@suse.de>
2472b7
2472b7
- Update to version 19.3.0:
2472b7
  * deps : npm updates to 9.2.0
2472b7
  * build: disable v8 snapshot compression by default
2472b7
  * net: add autoSelectFamily and autoSelectFamilyAttemptTimeout options
2472b7
2472b7
- temporarily require openssl 1.1.1 to build on TW
2472b7
- versioned.patch: refreshed
2472b7
2472b7
-------------------------------------------------------------------
2472b7
Wed Dec  7 04:11:51 UTC 2022 - Adam Majer <adam.majer@suse.de>
2472b7
2472b7
- Update to version 19.2.0:
2472b7
  * buffer: introduce `File` class
2472b7
  * deps: update V8 to 10.8.168.20
2472b7
  * doc: deprecate use of invalid ports in `url.parse`
2472b7
  * util: add fast path for utf8 encoding
2472b7
2472b7
For details, see CHANGELOG_V19.md
2472b7
2472b7
-------------------------------------------------------------------
d31ca7
Thu Nov 17 12:05:45 UTC 2022 - Adam Majer <adam.majer@suse.de>
d31ca7
d31ca7
- Update to version 19.1.0:
d31ca7
  * test: Support function mocking on Node.js test runner
d31ca7
  * fs.watch recursive support on Linux
d31ca7
  * util: add MIME utilities
d31ca7
d31ca7
- new_python3.patch, icu721_fixes.patch: upstreamed
d31ca7
d31ca7
-------------------------------------------------------------------
caf008
Thu Nov 10 08:19:06 UTC 2022 - Adam Majer <adam.majer@suse.de>
caf008
caf008
- icu721_fixes.patch: fixes compatibility with ICU 72.1 (bsc#1205236)
caf008
caf008
-------------------------------------------------------------------
f608f3
Mon Nov  7 14:00:54 UTC 2022 - Adam Majer <adam.majer@suse.de>
f608f3
f608f3
- Fix migration to openssl-3 (bsc#1205042)
f608f3
f608f3
-------------------------------------------------------------------
f608f3
Mon Nov  7 09:05:24 UTC 2022 - Adam Majer <adam.majer@suse.de>
f608f3
f608f3
- Update to version 19.0.1:
f608f3
  * inspector: DNS rebinding in --inspect via invalid octal IP
f608f3
    (bsc#1205119, CVE-2022-43548)
f608f3
f608f3
-------------------------------------------------------------------
486971
Fri Oct 21 09:28:29 UTC 2022 - Adam Majer <adam.majer@suse.de>
486971
486971
- Initial version 19.0.0:
486971
  * HTTP(S)/1.1 KeepAlive by default
486971
  * DTrace/SystemTap/ETW Support were removed
486971
  * The V8 engine is updated to version 10.7, which is part of Chromium 107.
486971
    This version include a new feature to the JavaScript API:
486971
    Intl.NumberFormat
486971
  * llhttp has been updated to version 8.1.0.
486971
486971
For details see
486971
https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V19.md#19.0.0
486971