Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 3309665a12 |
@@ -2,6 +2,8 @@
|
|||||||
Thu Jan 15 14:18:29 UTC 2026 - Adam Majer <adam.majer@suse.de>
|
Thu Jan 15 14:18:29 UTC 2026 - Adam Majer <adam.majer@suse.de>
|
||||||
|
|
||||||
- Update to 24.13.0:
|
- Update to 24.13.0:
|
||||||
|
* deps: updated undici to 7.18.2 (bsc#1256848, CVE-2026-22036)
|
||||||
|
* deps: updated bundled c-ares to 1.34.6 (if used)
|
||||||
* add TLSSocket default error handler (bsc#1256573, CVE-2025-59465)
|
* add TLSSocket default error handler (bsc#1256573, CVE-2025-59465)
|
||||||
* disable futimes when permission model is enabled (bsc#1256571, CVE-2025-55132)
|
* disable futimes when permission model is enabled (bsc#1256571, CVE-2025-55132)
|
||||||
* require full read and write to symlink APIs (bsc#1256569, CVE-2025-55130)
|
* require full read and write to symlink APIs (bsc#1256569, CVE-2025-55130)
|
||||||
|
|||||||
@@ -249,7 +249,7 @@ BuildRequires: bundled_openssl_should_not_be_required
|
|||||||
%if ! 0%{with intree_cares}
|
%if ! 0%{with intree_cares}
|
||||||
BuildRequires: pkgconfig(libcares) >= 1.17.0
|
BuildRequires: pkgconfig(libcares) >= 1.17.0
|
||||||
%else
|
%else
|
||||||
Provides: bundled(libcares2) = 1.34.5
|
Provides: bundled(libcares2) = 1.34.6
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %node_version_number >= 22
|
%if %node_version_number >= 22
|
||||||
@@ -341,7 +341,7 @@ Provides: bundled(node-amaro) = 1.1.4
|
|||||||
Provides: bundled(node-cjs-module-lexer) = 2.1.0
|
Provides: bundled(node-cjs-module-lexer) = 2.1.0
|
||||||
Provides: bundled(node-corepack) = 0.34.2
|
Provides: bundled(node-corepack) = 0.34.2
|
||||||
Provides: bundled(node-minimatch) = 10.0.3
|
Provides: bundled(node-minimatch) = 10.0.3
|
||||||
Provides: bundled(node-undici) = 7.16.0
|
Provides: bundled(node-undici) = 7.18.2
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js
|
Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js
|
||||||
|
|||||||
Reference in New Issue
Block a user