- Fixed several buffer overflows for gdMalloc() calls

This commit is contained in:
Phil Knirsch 2004-10-27 16:30:45 +00:00
parent b410d28861
commit bdb727b018
1 changed files with 6 additions and 1 deletions

View File

@ -1,9 +1,10 @@
Summary: A graphics library for quick creation of PNG or JPEG images. Summary: A graphics library for quick creation of PNG or JPEG images.
Name: gd Name: gd
Version: 2.0.28 Version: 2.0.28
Release: 1 Release: 2
URL: http://www.boutell.com/gd/ URL: http://www.boutell.com/gd/
Source0: http://www.boutell.com/gd/http/%{name}-%{version}.tar.gz Source0: http://www.boutell.com/gd/http/%{name}-%{version}.tar.gz
Patch0: gd-2.0.28-overflow.patch
License: BSD-style License: BSD-style
Group: System Environment/Libraries Group: System Environment/Libraries
BuildRoot: %{_tmppath}/%{name}-root BuildRoot: %{_tmppath}/%{name}-root
@ -40,6 +41,7 @@ files for gd, a graphics library for creating PNG and JPEG graphics.
%prep %prep
%setup -q %setup -q
%patch0 -p1 -b .overflow
%build %build
%configure --disable-rpath %configure --disable-rpath
@ -73,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT/%{_libdir}/libgd.la
%{_libdir}/*.a %{_libdir}/*.a
%changelog %changelog
* Wed Oct 27 2004 Phil Knirsch <pknirsch@redhat.com> 2.0.28-2
- Fixed several buffer overflows for gdMalloc() calls
* Tue Jul 27 2004 Phil Knirsch <pknirsch@redhat.com> 2.0.28-1 * Tue Jul 27 2004 Phil Knirsch <pknirsch@redhat.com> 2.0.28-1
- Update to 2.0.28 - Update to 2.0.28