- Update to 2.0.32

This commit is contained in:
Phil Knirsch 2004-11-03 13:57:18 +00:00
parent bdb727b018
commit bd85a77bfb
3 changed files with 8 additions and 6 deletions

View File

@ -1 +1,2 @@
gd-2.0.28.tar.gz
gd-2.0.32.tar.gz

11
gd.spec
View File

@ -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 <pknirsch@redhat.com> 2.0.32-1
- Update to 2.0.32 which includes all the security fixes
* Wed Oct 27 2004 Phil Knirsch <pknirsch@redhat.com> 2.0.28-2
- Fixed several buffer overflows for gdMalloc() calls

View File

@ -1 +1 @@
14bf0b840b309ae8a29934a7a0743fd3 gd-2.0.28.tar.gz
f7978941e578de778a3f4da759db7b29 gd-2.0.32.tar.gz