This commit is contained in:
committed by
Git OBS Bridge
parent
38bd119cba
commit
b9a6e5a681
35
gd.spec
35
gd.spec
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package gd (Version 2.0.34)
|
||||
# spec file for package gd (Version 2.0.35)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@@ -16,9 +16,9 @@ License: X11/MIT
|
||||
Group: System/Libraries
|
||||
Obsoletes: gdlib
|
||||
Autoreqprov: on
|
||||
Version: 2.0.34
|
||||
Release: 21
|
||||
URL: http://www.boutell.com/gd/
|
||||
Version: 2.0.35
|
||||
Release: 1
|
||||
URL: http://www.libgd.org/
|
||||
Summary: A Drawing Library for Programs That Use PNG and JPEG Output
|
||||
Source: gd-%{version}.tar.bz2
|
||||
Patch0: gd-%{version}-warn.patch
|
||||
@@ -27,7 +27,6 @@ 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
|
||||
@@ -69,7 +68,6 @@ Authors:
|
||||
%patch3
|
||||
%patch4
|
||||
%patch6
|
||||
%patch7
|
||||
|
||||
%build
|
||||
%{suse_update_config -f}
|
||||
@@ -138,6 +136,31 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/*.la
|
||||
|
||||
%changelog
|
||||
* Mon Jul 09 2007 - anosek@suse.cz
|
||||
- updated to version 2.0.35
|
||||
* Fix valgrind error in gdImageFillTiled (Nuno Lopes)
|
||||
* Add missing custom cmake macros (required for the tests suite)
|
||||
* Avoid signature buffer copy in gd_gif_c (Nuno Lopes)
|
||||
* Race condition in gdImageStringFTEx (Antony Dogval, Pierre
|
||||
Scott MacVicar)
|
||||
* Reading GIF images is not thread safe (static usage in private
|
||||
functions) (Roman Nemecek, Nuno Lopes, Pierre)
|
||||
* GIF Local palette is read twice
|
||||
* GIF, Use local frame dimension when possible instead of the
|
||||
logical screen size (Pierre)
|
||||
* GIF, do not try to use the global colmap if it does not exist
|
||||
(Nuno Lopes, Pierre)
|
||||
* gdImageAALine draws axis lines with two pixels width (Pierre)
|
||||
* gdImageArc CPU usage with large angles (Pierre)
|
||||
* gdImageFilledRectangle regression fixed when used with reversed
|
||||
edges (Pierre)
|
||||
* Possible infinite loop in libgd/gd_png.c, flaw found by Xavier
|
||||
Roche (Pierre)
|
||||
* Fixed segfault when an invalid color index is present in a GIF
|
||||
image data, reported by Elliot <wccode at gmail dot com> (Pierre)
|
||||
* Possible integer overflow in gdImageCreateTrueColor (Pierre)
|
||||
gdImageCreateXbm can crash if gdImageCreate fails (Pierre)
|
||||
- dropped obsolete patches (png-loop-CVE-2007-2756.patch)
|
||||
* Tue May 29 2007 - nadvornik@suse.cz
|
||||
- fixed infinite loop on truncated png images
|
||||
CVE-2007-2756 [#276525]
|
||||
|
Reference in New Issue
Block a user