From bd85a77bfb7123e8d4232811df878f37f821a93e Mon Sep 17 00:00:00 2001 From: Phil Knirsch Date: Nov 03 2004 13:57:18 +0000 Subject: - Update to 2.0.32 --- diff --git a/.cvsignore b/.cvsignore index 18fa06a..a6ae3d4 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ gd-2.0.28.tar.gz +gd-2.0.32.tar.gz diff --git a/gd.spec b/gd.spec index 5afd043..459a4b5 100644 --- a/gd.spec +++ b/gd.spec @@ -1,15 +1,14 @@ Summary: A graphics library for quick creation of PNG or JPEG images. Name: gd -Version: 2.0.28 -Release: 2 +Version: 2.0.32 +Release: 1 URL: http://www.boutell.com/gd/ Source0: http://www.boutell.com/gd/http/%{name}-%{version}.tar.gz -Patch0: gd-2.0.28-overflow.patch License: BSD-style Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-root Prereq: /sbin/ldconfig -BuildPrereq: freetype-devel, libjpeg-devel, libpng-devel, zlib-devel +BuildRequires: freetype-devel, libjpeg-devel, libpng-devel, zlib-devel %define shlibver %(echo %{version} | cut -f-2 -d.) %description @@ -41,7 +40,6 @@ files for gd, a graphics library for creating PNG and JPEG graphics. %prep %setup -q -%patch0 -p1 -b .overflow %build %configure --disable-rpath @@ -75,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT/%{_libdir}/libgd.la %{_libdir}/*.a %changelog +* Wed Nov 03 2004 Phil Knirsch 2.0.32-1 +- Update to 2.0.32 which includes all the security fixes + * Wed Oct 27 2004 Phil Knirsch 2.0.28-2 - Fixed several buffer overflows for gdMalloc() calls diff --git a/sources b/sources index a75bb90..59c4508 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -14bf0b840b309ae8a29934a7a0743fd3 gd-2.0.28.tar.gz +f7978941e578de778a3f4da759db7b29 gd-2.0.32.tar.gz