summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Gurr <tgurr@gentoo.org>2010-03-07 17:08:03 +0000
committerTimo Gurr <tgurr@gentoo.org>2010-03-07 17:08:03 +0000
commit43c97fad2bf7e3fa29598d915ca144905d034fd8 (patch)
tree1839e99d4c844e0032f7b0fc172b7be9416c13c8 /app-text/ghostscript-gpl
parentPrefix cleaning, keyworded for *-linux, tested by me (diff)
downloadgentoo-2-43c97fad2bf7e3fa29598d915ca144905d034fd8.tar.gz
gentoo-2-43c97fad2bf7e3fa29598d915ca144905d034fd8.tar.bz2
gentoo-2-43c97fad2bf7e3fa29598d915ca144905d034fd8.zip
Revbump including new patchset.
(Portage version: 2.2_rc65/cvs/Linux x86_64)
Diffstat (limited to 'app-text/ghostscript-gpl')
-rw-r--r--app-text/ghostscript-gpl/ChangeLog8
-rw-r--r--app-text/ghostscript-gpl/ghostscript-gpl-8.71-r1.ebuild (renamed from app-text/ghostscript-gpl/ghostscript-gpl-8.71.ebuild)11
2 files changed, 16 insertions, 3 deletions
diff --git a/app-text/ghostscript-gpl/ChangeLog b/app-text/ghostscript-gpl/ChangeLog
index b4e7722cb8ad..26a47ecab67f 100644
--- a/app-text/ghostscript-gpl/ChangeLog
+++ b/app-text/ghostscript-gpl/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-text/ghostscript-gpl
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v 1.81 2010/02/15 19:08:50 tgurr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v 1.82 2010/03/07 17:08:03 tgurr Exp $
+
+*ghostscript-gpl-8.71-r1 (07 Mar 2010)
+
+ 07 Mar 2010; Timo Gurr <tgurr@gentoo.org> -ghostscript-gpl-8.71.ebuild,
+ +ghostscript-gpl-8.71-r1.ebuild:
+ Revbump including new patchset.
*ghostscript-gpl-8.71 (15 Feb 2010)
diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-8.71.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-8.71-r1.ebuild
index b1074de14b04..9107d6e7efa8 100644
--- a/app-text/ghostscript-gpl/ghostscript-gpl-8.71.ebuild
+++ b/app-text/ghostscript-gpl/ghostscript-gpl-8.71-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.71.ebuild,v 1.1 2010/02/15 19:08:50 tgurr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.71-r1.ebuild,v 1.1 2010/03/07 17:08:03 tgurr Exp $
inherit autotools eutils versionator flag-o-matic
@@ -12,7 +12,7 @@ GSDJVU_PV=1.4
PVM=$(get_version_component_range 1-2)
SRC_URI="!bindist? ( djvu? ( mirror://sourceforge/djvu/gsdjvu-${GSDJVU_PV}.tar.gz ) )
mirror://sourceforge/ghostscript/${MY_P}.tar.gz
- mirror://gentoo/${PN}-8.70-patchset-2.tar.bz2"
+ mirror://gentoo/${P}-patchset-1.tar.bz2"
LICENSE="GPL-3 CPL-1.0"
SLOT="0"
@@ -73,6 +73,13 @@ src_unpack() {
epatch "${WORKDIR}/patches/${PN}-8.70-runlibfileifexists.patch"
epatch "${WORKDIR}/patches/${PN}-8.64-system-jasper.patch"
epatch "${WORKDIR}/patches/${PN}-8.64-pksmraw.patch"
+ epatch "${WORKDIR}/patches/${PN}-8.71-CVE-2009-4270.patch"
+ epatch "${WORKDIR}/patches/${PN}-8.71-gdevcups-y-axis.patch"
+ epatch "${WORKDIR}/patches/${PN}-8.71-jbig2dec-nullderef.patch"
+ epatch "${WORKDIR}/patches/${PN}-8.71-ldflags.patch"
+ epatch "${WORKDIR}/patches/${PN}-8.71-pdf2dsc.patch"
+ epatch "${WORKDIR}/patches/${PN}-8.71-pdftoraster-exit.patch"
+ epatch "${WORKDIR}/patches/${PN}-8.71-vsnprintf.patch"
if use bindist && use djvu ; then
ewarn "You have bindist in your USE, djvu support will NOT be compiled!"