rpms/ghostscript/F-10 ghostscript-CVE-2009-0583, 0584.patch, NONE, 1.1 ghostscript.spec, 1.178, 1.179

Tim Waugh twaugh at fedoraproject.org
Fri Mar 20 12:36:35 UTC 2009


Author: twaugh

Update of /cvs/pkgs/rpms/ghostscript/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13382

Modified Files:
	ghostscript.spec 
Added Files:
	ghostscript-CVE-2009-0583,0584.patch 
Log Message:
* Fri Mar 20 2009 Tim Waugh <twaugh at redhat.com> 8.63-5
- Applied patch to fix CVE-2009-0583 (bug #487742) and CVE-2009-0584
  (bug #487744).


***** Not enough context to create diffstat for file: ghostscript-CVE-2009-0583,0584.patch,NONE,1.1
***** Not enough context to create diff for file: ghostscript-CVE-2009-0583,0584.patch,NONE,1.1

Index: ghostscript.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ghostscript/F-10/ghostscript.spec,v
retrieving revision 1.178
retrieving revision 1.179
diff -u -r1.178 -r1.179
--- ghostscript.spec	17 Oct 2008 15:47:32 -0000	1.178
+++ ghostscript.spec	20 Mar 2009 12:36:05 -0000	1.179
@@ -5,7 +5,7 @@
 Name: ghostscript
 Version: %{gs_ver}
 
-Release: 4%{?dist}
+Release: 5%{?dist}
 
 License: GPLv2
 URL: http://www.ghostscript.com/
@@ -21,6 +21,7 @@
 Patch5: ghostscript-runlibfileifexists.patch
 Patch6: ghostscript-system-jasper.patch
 Patch7: ghostscript-pksmraw.patch
+Patch8: ghostscript-CVE-2009-0583,0584.patch
 
 Requires: urw-fonts >= 1.1, ghostscript-fonts
 BuildRequires: libjpeg-devel, libXt-devel
@@ -104,6 +105,10 @@
 # Fix pksmraw output (bug #308211).  Still needed in 8.63.
 %patch7 -p1 -b .pksmraw
 
+# Applied patch to fix CVE-2009-0583 (bug #487742) and CVE-2009-0584
+# (bug #487744).
+%patch8 -p1 -b .CVE-2009-0583,0584
+
 # Convert manual pages to UTF-8
 from8859_1() {
 	iconv -f iso-8859-1 -t utf-8 < "$1" > "${1}_"
@@ -288,6 +293,10 @@
 %{_libdir}/libgs.so
 
 %changelog
+* Fri Mar 20 2009 Tim Waugh <twaugh at redhat.com> 8.63-5
+- Applied patch to fix CVE-2009-0583 (bug #487742) and CVE-2009-0584
+  (bug #487744).
+
 * Fri Oct 17 2008 Tim Waugh <twaugh at redhat.com>
 - Removed last patch (unsuccessful).
 




More information about the fedora-extras-commits mailing list