Related: RHEL-182708
This commit is contained in:
Jakub Jelen 2026-06-29 12:29:24 +02:00
parent da9a6807d6
commit 372e281391

View File

@ -1,6 +1,6 @@
Name: libgcrypt
Version: 1.8.5
Release: 7%{?dist}
Release: 8%{?dist}
URL: http://www.gnupg.org/
Source0: libgcrypt-%{version}-hobbled.tar.xz
# The original libgcrypt sources now contain potentially patented ECC
@ -248,6 +248,9 @@ exit 0
%license COPYING
%changelog
* Mon Jun 29 2026 Jakub Jelen <jjelen@redhat.com> - 1.8.5-8
- Fix CVE-2026-41989: Denial of Service and buffer overflow via crafted ECDH ciphertext
* Tue Apr 05 2022 Jakub Jelen <jjelen@redhat.com> - 1.8.5-7
- Fix CVE-2021-33560 (#2018525)