OBS User unknown
2007-05-31 19:29:37 +00:00
committed by Git OBS Bridge
parent 97c3d8576e
commit 38bd119cba
3 changed files with 27 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ Group: System/Libraries
Obsoletes: gdlib
Autoreqprov: on
Version: 2.0.34
Release: 11
Release: 21
URL: http://www.boutell.com/gd/
Summary: A Drawing Library for Programs That Use PNG and JPEG Output
Source: gd-%{version}.tar.bz2
@@ -27,6 +27,7 @@ Patch2: gd-format.patch
Patch3: gd-aliasing.patch
Patch4: gd-security.patch
Patch6: gd-fontpath.patch
Patch7: gd-png-loop-CVE-2007-2756.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -68,6 +69,7 @@ Authors:
%patch3
%patch4
%patch6
%patch7
%build
%{suse_update_config -f}
@@ -136,6 +138,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/*.la
%changelog
* Tue May 29 2007 - nadvornik@suse.cz
- fixed infinite loop on truncated png images
CVE-2007-2756 [#276525]
* Thu May 03 2007 - prusnak@suse.cz
- changed expat to libexpat-devel in Requires of devel subpackage
* Tue Feb 20 2007 - nadvornik@suse.cz