Related: RHEL-182704
This commit is contained in:
Jakub Jelen 2026-06-26 15:36:52 +02:00
parent 3856748026
commit 0e9f31ee0d

View File

@ -15,7 +15,7 @@ print(string.sub(hash, 0, 16))
Name: libgcrypt
Version: 1.11.0
Release: 6%{?dist}
Release: 7%{?dist}
URL: https://www.gnupg.org/
Source0: https://www.gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-%{version}.tar.bz2
Source1: https://www.gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-%{version}.tar.bz2.sig
@ -196,6 +196,9 @@ mkdir -p -m 755 $RPM_BUILD_ROOT/etc/gcrypt
%license COPYING
%changelog
* Fri Jun 26 2026 Jakub Jelen <jjelen@redhat.com> - 1.11.0-7
- Fix CVE-2026-41989: Denial of Service and buffer overflow via crafted ECDH ciphertext
* Tue Apr 29 2025 Andrea Bolognani <abologna@redhat.com> - 1.11.0-6
- Disable annocheck on riscv64 (fixes build)
Resolves: RHEL-88837