From f5a13c76d4524edc6e5cc72e256b98060ef71a74 Mon Sep 17 00:00:00 2001 From: Michal Hlavinka Date: Mon, 11 May 2026 17:27:11 +0200 Subject: [PATCH] rebuild Resolves: RHEL-154850 --- giflib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/giflib.spec b/giflib.spec index c41421a..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: 23%{?dist} +Release: 24%{?dist} License: MIT URL: http://www.sourceforge.net/projects/%{name}/ @@ -158,6 +158,9 @@ rm -rf %{buildroot}%{mingw64_mandir} %changelog +* 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)