[ghostscript/f16] Removed more bundled packages (bug #816747). In particular, icclib is no longer bundled (bug #856060

Tim Waugh twaugh at fedoraproject.org
Tue Sep 11 11:44:14 UTC 2012


commit 6d215360a2e3a6f683beca044836ad6feb56c540
Author: Tim Waugh <twaugh at redhat.com>
Date:   Mon Apr 30 16:23:19 2012 +0100

    Removed more bundled packages (bug #816747). In particular, icclib is no longer bundled (bug #856060, CVE-2012-4405).

 ghostscript.spec |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/ghostscript.spec b/ghostscript.spec
index f7f6aad..c2e037e 100644
--- a/ghostscript.spec
+++ b/ghostscript.spec
@@ -5,7 +5,7 @@ Summary: A PostScript interpreter and renderer
 Name: ghostscript
 Version: %{gs_ver}
 
-Release: 1%{?dist}
+Release: 2%{?dist}
 
 # Included CMap data is Redistributable, no modification permitted,
 # see http://bugzilla.redhat.com/487510
@@ -40,6 +40,8 @@ BuildRequires: libtool
 BuildRequires: jasper-devel
 BuildRequires: dbus-devel
 BuildRequires: poppler-data
+BuildRequires: lcms2-devel
+BuildRequires: openjpeg-devel
 %{?_with_freetype:BuildRequires: freetype-devel}
 BuildRoot: %{_tmppath}/%{name}-%{gs_ver}-root
 
@@ -100,7 +102,7 @@ CUPS filter and conversion rules for interpreting PostScript and PDF.
 
 %prep
 %setup -q -n %{name}-%{gs_ver}
-rm -rf libpng zlib jpeg jasper expat
+rm -rf expat freetype icclib jasper jpeg lcms2 libpng openjpeg zlib
 
 # Fix ijs-config not to have multilib conflicts (bug #192672)
 %patch1 -p1 -b .multilib
@@ -320,6 +322,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libgs.so
 
 %changelog
+* Tue Sep 11 2012 Tim Waugh <twaugh at redhat.com> 9.05-2
+- Removed more bundled packages (bug #816747). In particular, icclib
+  is no longer bundled (bug #856060, CVE-2012-4405).
+
 * Thu Feb  9 2012 Tim Waugh <twaugh at redhat.com>
 - Avoid mixed tabs and spaces in spec file.
 


More information about the scm-commits mailing list