rpms/ghostscript/F-9 ghostscript-CVE-2009-0583, 0584.patch, NONE, 1.1 ghostscript.spec, 1.174, 1.175

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


Author: twaugh

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

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-2
- 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-9/ghostscript.spec,v
retrieving revision 1.174
retrieving revision 1.175
diff -u -r1.174 -r1.175
--- ghostscript.spec	4 Aug 2008 15:26:28 -0000	1.174
+++ ghostscript.spec	20 Mar 2009 12:36:05 -0000	1.175
@@ -5,7 +5,7 @@
 Name: ghostscript
 Version: %{gs_ver}
 
-Release: 1%{?dist}
+Release: 2%{?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
@@ -96,6 +97,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}_"
@@ -274,6 +279,10 @@
 %{_libdir}/libgs.so
 
 %changelog
+* Fri Mar 20 2009 Tim Waugh <twaugh at redhat.com> 8.63-2
+- Applied patch to fix CVE-2009-0583 (bug #487742) and CVE-2009-0584
+  (bug #487744).
+
 * Mon Aug  4 2008 Tim Waugh <twaugh at redhat.com> 8.63-1
 - 8.63.  No longer need r8591 or incomplete-ccittfax patches.
 - Compile without strict aliasing opts due to warnings across several




More information about the fedora-extras-commits mailing list