From 62efbecdfc11654146ece4d9522b6802f931324a Mon Sep 17 00:00:00 2001 From: AlmaLinux RelEng Bot Date: Tue, 19 May 2026 19:34:41 -0400 Subject: [PATCH] import UBI giflib-5.2.1-24.el10_2 --- giflib.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/giflib.spec b/giflib.spec index 1f66286..ee445cc 100644 --- a/giflib.spec +++ b/giflib.spec @@ -1,7 +1,7 @@ Name: giflib Summary: A library and utilities for processing GIFs Version: 5.2.1 -Release: 22%{?dist}.1 +Release: 24%{?dist} License: MIT URL: http://www.sourceforge.net/projects/%{name}/ @@ -21,7 +21,7 @@ Patch3: CVE-2022-28506.patch # Taken from Debian package Patch4: fix-get-args-segment-violation.patch Patch5: giflib-5.2.1-fixsnprintf.patch -# from upstream, for <= 6.1.1, RHEL-154849 +# from upstream, for <= 6.1.1, RHEL-154850 # https://sourceforge.net/p/giflib/code/ci/f5b7267aed3665ef025c13823e454170d031c106/ Patch6: giflib-5.2.1-cve-2026-23868.patch @@ -158,8 +158,11 @@ rm -rf %{buildroot}%{mingw64_mandir} %changelog -* Thu Mar 19 2026 Michal Hlavinka - 5.2.1-22.1 -- fix CVE-2026-23868: double free in GifMakeSavedImage (RHEL-154849) +* Mon May 11 2026 Michal Hlavinka - 5.2.1-24 +- rebuild + +* Thu Mar 19 2026 Michal Hlavinka - 5.2.1-23 +- fix CVE-2026-23868: double free in GifMakeSavedImage (RHEL-154850) * Thu Feb 06 2025 Michal Hlavinka - 5.2.1-22 - fix giftext memmory access error (RHEL-77803)