Description of the patch:
This update for sccache fixes the following issues:
Update to version 0.15.0~17.
- CVE-2023-26964: hyper,h2: high resource consumption due to stream stacking when H2 component processes
HTTP2 RST_STREAM frames (bsc#1210346).
- CVE-2024-32650: rust-rustls: infinite loop in
rustls::conn::ConnectionCommon:complete_io() when processing client
input network input (bsc#1223238).
- CVE-2025-3416: openssl: use-after-free in
Md::fetch and Cipher::fetch (bsc#1242611).
- CVE-2026-25727: time: stack exhaustion in the RFC 2822 date parser when processing certain user provided input
(bsc#1257923).
- CVE-2026-41676: openssl: short buffer overflow via
Deriver:derive and PkeyCtxRef:derive when using OpenSSL 1.1.1
(bsc#1270206).
- CVE-2026-41677: openssl: out-of-bounds read in PEM password callback when returning an oversized length
(bsc#1270559).
- CVE-2026-41678: openssl: OOB write due to incorrect bounds assertion in
aes::unwrap_key() (bsc#1270693).
- CVE-2026-41681: openssl: stack corruption due to
MdCtxRef::digest_final() writing past caller buffer with no length
check (bsc#1270736).
- CVE-2026-41898: openssl: information leak to network peers due to unchecked callback-returned length in PSK and
cookie generate trampolines (bsc#1270869).
- CVE-2026-42327: openssl: undefined behavior in
X509Ref::ocsp_responders when processing certificates with non-UTF-8
OCSP URLs (bsc#1270512).
- CVE-2026-44662: openssl: heap buffer overflow when encrypting with AES key-wrap-with-padding (bsc#1270938).
- CVE-2026-45784: openssl: out-of-bounds write in
CipherCtxRef::cipher_update_inplace for AES-KW-PAD ciphers
(bsc#1270948).