- Update to 2.0.32
This commit is contained in:
parent
bdb727b018
commit
bd85a77bfb
@ -1 +1,2 @@
|
|||||||
gd-2.0.28.tar.gz
|
gd-2.0.28.tar.gz
|
||||||
|
gd-2.0.32.tar.gz
|
||||||
|
11
gd.spec
11
gd.spec
@ -1,15 +1,14 @@
|
|||||||
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.32
|
||||||
Release: 2
|
Release: 1
|
||||||
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
|
||||||
Prereq: /sbin/ldconfig
|
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.)
|
%define shlibver %(echo %{version} | cut -f-2 -d.)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -41,7 +40,6 @@ 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
|
||||||
@ -75,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT/%{_libdir}/libgd.la
|
|||||||
%{_libdir}/*.a
|
%{_libdir}/*.a
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Oct 27 2004 Phil Knirsch <pknirsch@redhat.com> 2.0.28-2
|
||||||
- Fixed several buffer overflows for gdMalloc() calls
|
- Fixed several buffer overflows for gdMalloc() calls
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user