forked from pool/nodejs19
* add Tracing Channel in diagnostic_channel * new URL.canParse API OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs19?expand=0&rev=40
177 lines
6.6 KiB
Plaintext
177 lines
6.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Apr 12 09:10:03 UTC 2023 - Adam Majer <adam.majer@suse.de> - 19.9.0
|
|
|
|
- Update to version 19.9.0
|
|
* add Tracing Channel in diagnostic_channel
|
|
* new URL.canParse API
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 20 12:49:54 UTC 2023 - Adam Majer <adam.majer@suse.de> - 19.8.1
|
|
|
|
- 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: refreshed
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 13 16:44:05 UTC 2023 - Adam Majer <adam.majer@suse.de>
|
|
|
|
- relax Requires to Suggests for alts on TW
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 22 15:26:13 UTC 2023 - Adam Majer <adam.majer@suse.de>
|
|
|
|
- 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
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 21 15:40:11 UTC 2023 - Adam Majer <adam.majer@suse.de>
|
|
|
|
- node-gyp_7.1.2.tar.xz: added dependencies
|
|
- node-gyp-config.patch: allows gyp 7.1.2 to run with node 19.x
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 3 11:44:55 UTC 2023 - Adam Majer <adam.majer@suse.de>
|
|
|
|
- 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.
|
|
|
|
- sysctl.patch, s390.patch: upstreamed, removed
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 1 07:58:26 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
|
|
- 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 <adam.majer@suse.de>
|
|
|
|
- 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 <adam.majer@suse.de>
|
|
|
|
- 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 <adam.majer@suse.de>
|
|
|
|
- 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 <guillaume.gardet@opensuse.org>
|
|
|
|
- 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 <adam.majer@suse.de>
|
|
|
|
- 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 <adam.majer@suse.de>
|
|
|
|
- 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 <adam.majer@suse.de>
|
|
|
|
- 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 <adam.majer@suse.de>
|
|
|
|
- icu721_fixes.patch: fixes compatibility with ICU 72.1 (bsc#1205236)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 7 14:00:54 UTC 2022 - Adam Majer <adam.majer@suse.de>
|
|
|
|
- Fix migration to openssl-3 (bsc#1205042)
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 7 09:05:24 UTC 2022 - Adam Majer <adam.majer@suse.de>
|
|
|
|
- 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 <adam.majer@suse.de>
|
|
|
|
- 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
|
|
|