103 lines
3.9 KiB
Plaintext
103 lines
3.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Mar 16 10:57:31 UTC 2022 - Adam Majer <adam.majer@suse.de>
|
|
|
|
- update to 17.7.1:
|
|
* url: revert fix url.parse() for @hostname
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 15 13:29:41 UTC 2022 - Adam Majer <adam.majer@suse.de>
|
|
|
|
- 42342.patch: fix expired certificates in unit tests
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 10 17:01:19 UTC 2022 - Adam Majer <adam.majer@suse.de>
|
|
|
|
- update to 17.7.0:
|
|
* crypto: add KeyObject.prototype.equals method
|
|
* net: add new options to net.Socket and net.Server
|
|
* src: allow preventing InitializeInspector in env
|
|
* deps: update nghttp2 to 1.47.0
|
|
* deps: upgrade npm to 8.5.2
|
|
- versioned.patch: refreshed
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 3 11:53:37 UTC 2022 - Adam Majer <adam.majer@suse.de>
|
|
|
|
- update to 17.6.0:
|
|
* stream: revert map spec compliance
|
|
* esm: support https remotely and http locally under flag
|
|
* fs: support copy of relative links with cp and cpSync
|
|
* lib: add FormData global when fetch is enabled
|
|
* readline: bind keystroke ctrl+6 to redo
|
|
* process: deprecate multipleResolves
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 2 16:52:43 UTC 2022 - Martin Liška <mliska@suse.cz>
|
|
|
|
- Add upstream fix gcc12-fix.patch for GCC 12 compiler.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 17 13:17:11 UTC 2022 - Adam Majer <adam.majer@suse.de>
|
|
|
|
- update to 17.5.0:
|
|
* lib: add fetch
|
|
* stream: add iterator helper find
|
|
* stream: add toArray
|
|
* stream: add forEach method
|
|
* stream: support some and every
|
|
* node-api: add node_api_symbol_for()
|
|
* module: unflag esm json modules
|
|
* deps: upgrade npm to 8.4.1
|
|
|
|
- changes in 17.4.0:
|
|
* child_process: add support for URL to cp.fork
|
|
* crypto: alias webcrypto.subtle and webcrypto.getRandomValues on crypto
|
|
* events: graduate capturerejections to supported
|
|
* events: add EventEmitterAsyncResource to core
|
|
* loader: return package format from defaultResolve if known
|
|
* perf_hooks: multiple fixes for Histogram
|
|
* stream: add filter method to readable
|
|
* stream: add isReadable helper
|
|
* stream: add map method to Readable
|
|
|
|
- versioned.patch: refreshed
|
|
|
|
For complete changelog, see
|
|
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V17.md#17.5.0
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 11 18:43:05 UTC 2022 - Adam Majer <adam.majer@suse.de>
|
|
|
|
- update to 17.3.1:
|
|
Security update fixing the following issues:
|
|
|
|
* Improper handling of URI Subject Alternative Names (Medium)
|
|
(CVE-2021-44531, bsc#1194511)
|
|
* Certificate Verification Bypass via String Injection (Medium)
|
|
(CVE-2021-44532, bsc#1194512)
|
|
* Incorrect handling of certificate subject and issuer fields (Medium)
|
|
(CVE-2021-44533, bsc#1194513)
|
|
* Prototype pollution via console.table properties (Low)
|
|
(CVE-2022-21824, bsc#1194514)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 4 12:14:24 UTC 2022 - Adam Majer <adam.majer@suse.de>
|
|
|
|
- rsa-pss-revert.patch: temp revert functionality requiring newer openssl
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 3 19:04:23 UTC 2022 - Adam Majer <adam.majer@suse.de>
|
|
|
|
- Initial package of version 17.3.0. For complete list of changes
|
|
since 16.x series, please see
|
|
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V17.md#17.3.0
|
|
|
|
- patches carried from 16.x series with some adaptations include
|
|
cares_public_headers.patch, fix_ci_tests.patch, flaky_test_rerun.patch,
|
|
legacy_python.patch, linker_lto_jobs.patch, manual_configure.patch,
|
|
node-gyp-addon-gypi.patch, nodejs-libpath.patch, npm_search_paths.patch,
|
|
openssl_binary_detection.patch, skip_no_console.patch,
|
|
sle12_python3_compat.patch, test-skip-y2038-on-32bit-time_t.patch,
|
|
versioned.patch
|
|
|