From 372e281391b5f32a9c0899c573e2996bfc084199 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Mon, 29 Jun 2026 12:29:24 +0200 Subject: [PATCH] 1.8.5-8 Related: RHEL-182708 --- libgcrypt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libgcrypt.spec b/libgcrypt.spec index d41acab..37f4a5f 100644 --- a/libgcrypt.spec +++ b/libgcrypt.spec @@ -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 - 1.8.5-8 +- Fix CVE-2026-41989: Denial of Service and buffer overflow via crafted ECDH ciphertext + * Tue Apr 05 2022 Jakub Jelen - 1.8.5-7 - Fix CVE-2021-33560 (#2018525)