1.10.0-12

Related: RHEL-182718
This commit is contained in:
Jakub Jelen 2026-06-26 15:36:52 +02:00
parent bcc94d5bba
commit f66724f0bd

View File

@ -16,7 +16,7 @@ print(string.sub(hash, 0, 16))
Name: libgcrypt
Version: 1.10.0
Release: 11%{?dist}
Release: 12%{?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
@ -268,6 +268,9 @@ mkdir -p -m 755 $RPM_BUILD_ROOT/etc/gcrypt
%license COPYING
%changelog
* Fri Jun 26 2026 Jakub Jelen <jjelen@redhat.com> - 1.10.0.12
- Fix CVE-2026-41989: Denial of Service and buffer overflow via crafted ECDH ciphertext
* Thu Aug 01 2024 Jakub Jelen <jjelen@redhat.com> - 1.10.0-11
- Fix CVE-2024-2236 (RHEL-34579)