Resolves: RHEL-154850
This commit is contained in:
Michal Hlavinka 2026-05-11 17:27:11 +02:00
parent d89838bd0a
commit f5a13c76d4

View File

@ -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 <mhlavink@redhat.com> - 5.2.1-24
- rebuild
* Thu Mar 19 2026 Michal Hlavinka <mhlavink@redhat.com> - 5.2.1-23
- fix CVE-2026-23868: double free in GifMakeSavedImage (RHEL-154850)