From 6cd6cde2ff10db934bd6b9be9ecdfe75edebb67a Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Thu, 1 Aug 2024 12:10:46 +0200 Subject: [PATCH] 1.10.0-11 Related: RHEL-34579 --- libgcrypt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libgcrypt.spec b/libgcrypt.spec index 54d6502..ba1e300 100644 --- a/libgcrypt.spec +++ b/libgcrypt.spec @@ -16,7 +16,7 @@ print(string.sub(hash, 0, 16)) Name: libgcrypt Version: 1.10.0 -Release: 10%{?dist} +Release: 11%{?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 @@ -265,6 +265,9 @@ mkdir -p -m 755 $RPM_BUILD_ROOT/etc/gcrypt %license COPYING %changelog +* Thu Aug 01 2024 Jakub Jelen - 1.10.0-11 +- Fix CVE-2024-2236 (RHEL-34579) + * Mon Mar 20 2023 Jakub Jelen - 1.10.0-10 - Provide FIPS indicators for MD and HMACs - Improve PCT tests for ECDSA and always run them after key is generated