Bump release for October 2024 mass rebuild:

Resolves: RHEL-64018
This commit is contained in:
Troy Dawson 2024-10-29 08:44:39 -07:00
parent dd66e2c67f
commit ddb7b9a92f

View File

@ -1,7 +1,7 @@
Summary: Library of functions for manipulating TIFF format image files
Name: libtiff
Version: 4.6.0
Release: 4%{?dist}
Release: 5%{?dist}
License: libtiff
URL: http://www.simplesystems.org/libtiff/
@ -169,6 +169,10 @@ LD_LIBRARY_PATH=$PWD:$LD_LIBRARY_PATH make check
%{_mandir}/man1/*
%changelog
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 4.6.0-5
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018
* Wed Aug 21 2024 Michal Hlavinka <mhlavink@redhat.com> - 4.6.0-4
- fix CVE-2024-7006 a null pointer dereference in tif_dirinfo (RHEL-52926)