Description of the patch:
This update for rust-keylime fixes the following issues:
Update to version 0.2.9+49.
Security issues fixed:
- CVE-2026-41676: openssl:
Deriver:derive and PkeyCtxRef:derive can overflow short buffers on OpenSSL 1.1.1
(bsc#1270174).
- CVE-2026-41677: openssl: out-of-bounds read in PEM password callback when returning an oversized length
(bsc#1270614).
- CVE-2026-41678: openssl: out-of-bounds write due to incorrect bounds assertion in
aes::unwrap_key() (bsc#1270699).
- CVE-2026-41681: openssl:
MdCtxRef::digest_final() writes past caller buffer with no length check (bsc#1270792).
- CVE-2026-41898: openssl: unchecked callback-returned length in PSK and cookie generate trampolines can leak adjacent
memory to the network (bsc#1270842).
- CVE-2026-42327: openssl: undefined behavior in
X509Ref::ocsp_responders for certificates with non-UTF-8 OCSP URLs
(bsc#1270523).
- CVE-2026-44662: openssl: heap buffer overflow when encrypting with AES key-wrap-with-padding due to incorrectly sized
output buffers (bsc#1270903).
- CVE-2026-45784: openssl: out-of-bounds write in
CipherCtxRef::cipher_update_inplace for AES-KW-PAD ciphers due to
incorrectly sized output buffer (bsc#1270999).
Other updates and bugfixes:
- Update openssl to 0.10.81.
- Make tss-esai-sys depend on bindgen 72.1 to support llvm > 21.
- Build with Clang <= 21 (bsc#1260596).
- Version 0.2.9+49:
- build(deps): bump uuid from 1.23.3 to 1.23.4
- build(deps): bump syn from 2.0.117 to 2.0.118
- build(deps): bump openssl from 0.10.80 to 0.10.81
- build(deps): bump rand from 0.9.4 to 0.10.1
- Added new regression test into packit-ci.yaml
- build(deps): bump actions/checkout from 6 to 7
- build(deps): bump uuid from 1.23.1 to 1.23.3
- build(deps): bump log from 0.4.29 to 0.4.32
- build(deps): bump http from 1.4.0 to 1.4.2
- build(deps): bump codecov/codecov-action from 6 to 7
- build(deps): bump retry-policies from 0.5.1 to 0.5.2
- fix:...