Resolves: RHEL-159331
This commit is contained in:
Michal Hlavinka 2026-05-11 14:53:36 +02:00
parent 9c9f2f8ce9
commit 6adbe45723

View File

@ -1,7 +1,7 @@
Summary: Library of functions for manipulating TIFF format image files
Name: libtiff
Version: 4.4.0
Release: 17%{?dist}
Release: 18%{?dist}
License: libtiff
URL: http://www.simplesystems.org/libtiff/
@ -210,6 +210,9 @@ find html -name 'Makefile*' | xargs rm
%{_mandir}/man1/*
%changelog
* Mon May 11 2026 Michal Hlavinka <mhlavink@redhat.com> - 4.4.0-18
- rebuild
* Thu May 07 2026 Michal Hlavinka <mhlavink@redhat.com> - 4.4.0-15.3
- fix CVE-2026-4775: signed integer overflow in putcontig8bitYCbCr44tile (RHEL-159331)