From 9bb99803a1c0e4e996feaf919eb006844a2f631b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 30 Aug 2018 14:28:53 +0200 Subject: Sync with Fedora * Thu Aug 30 2018 mskalick@redhat.com - 2.2.5-6 - Use libimagequant library (RHBZ#1468338) --- gd.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'gd.spec') diff --git a/gd.spec b/gd.spec index a5f6590..1db9af4 100644 --- a/gd.spec +++ b/gd.spec @@ -28,7 +28,7 @@ Name: gd Name: gd-last %endif Version: 2.2.5 -Release: 5%{?prever}%{?short}%{?dist} +Release: 6%{?prever}%{?short}%{?dist} Group: System Environment/Libraries License: MIT URL: http://libgd.github.io/ @@ -67,6 +67,9 @@ BuildRequires: perl BuildRequires: perl-generators # for fontconfig/basic test BuildRequires: liberation-sans-fonts +%if 0%{?fedora} >= 29 +BuildRequires: libimagequant-devel +%endif %if "%{name}" != "gd-last" Obsoletes: gd-last <= %{version} @@ -226,6 +229,9 @@ grep %{version} $RPM_BUILD_ROOT%{_libdir}/pkgconfig/gdlib.pc %changelog +* Thu Aug 30 2018 mskalick@redhat.com - 2.2.5-6 +- Use libimagequant library (RHBZ#1468338) + * Thu Aug 30 2018 mskalick@redhat.com - 2.2.5-5 - Check return value in gdImageBmpPtr to avoid double free (CVE-2018-1000222) - Don't mark gdimagegrayscale/basic test as failing -- cgit