summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Gurr <tgurr@gentoo.org>2010-08-17 18:18:25 +0000
committerTimo Gurr <tgurr@gentoo.org>2010-08-17 18:18:25 +0000
commit416036f11853ebc697745f791ee47a76c0a25ad0 (patch)
treeb51c7b76313281b8eb7878b1aee2c0ba89b4fb94 /app-text
parentStable on amd64 wrt bug #333149 (diff)
downloadgentoo-2-416036f11853ebc697745f791ee47a76c0a25ad0.tar.gz
gentoo-2-416036f11853ebc697745f791ee47a76c0a25ad0.tar.bz2
gentoo-2-416036f11853ebc697745f791ee47a76c0a25ad0.zip
Revbump for CVE-2010-2055 wrt bug #332061. Remove old.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/ghostscript-gpl/ChangeLog8
-rw-r--r--app-text/ghostscript-gpl/ghostscript-gpl-8.71-r6.ebuild (renamed from app-text/ghostscript-gpl/ghostscript-gpl-8.71-r5.ebuild)16
2 files changed, 15 insertions, 9 deletions
diff --git a/app-text/ghostscript-gpl/ChangeLog b/app-text/ghostscript-gpl/ChangeLog
index 1d6b692c3c4d..961acb299eb3 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.98 2010/07/30 22:09:04 tgurr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v 1.99 2010/08/17 18:18:25 tgurr Exp $
+
+*ghostscript-gpl-8.71-r6 (17 Aug 2010)
+
+ 17 Aug 2010; Timo Gurr <tgurr@gentoo.org> -ghostscript-gpl-8.71-r5.ebuild,
+ +ghostscript-gpl-8.71-r6.ebuild:
+ Revbump for CVE-2010-2055 wrt bug #332061. Remove old.
*ghostscript-gpl-8.71-r5 (30 Jul 2010)
diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-8.71-r5.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-8.71-r6.ebuild
index 94bba4920206..6127d6a74795 100644
--- a/app-text/ghostscript-gpl/ghostscript-gpl-8.71-r5.ebuild
+++ b/app-text/ghostscript-gpl/ghostscript-gpl-8.71-r6.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-r5.ebuild,v 1.1 2010/07/30 22:09:04 tgurr Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-8.71-r6.ebuild,v 1.1 2010/08/17 18:18:25 tgurr Exp $
EAPI=3
inherit autotools eutils versionator flag-o-matic
@@ -13,7 +13,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.xz
- mirror://gentoo/${P}-patchset-3.tar.bz2"
+ mirror://gentoo/${P}-patchset-4.tar.bz2"
LICENSE="GPL-3 CPL-1.0"
SLOT="0"
@@ -38,11 +38,11 @@ DEPEND="${COMMON_DEPEND}
dev-util/pkgconfig"
RDEPEND="${COMMON_DEPEND}
+ >=media-fonts/urw-fonts-2.4.9
linguas_ja? ( media-fonts/kochi-substitute )
linguas_ko? ( media-fonts/baekmuk-fonts )
linguas_zh_CN? ( media-fonts/arphicfonts )
- linguas_zh_TW? ( media-fonts/arphicfonts )
- >=media-fonts/urw-fonts-2.4.9"
+ linguas_zh_TW? ( media-fonts/arphicfonts )"
S="${WORKDIR}/${MY_P}"
@@ -63,7 +63,7 @@ pkg_setup() {
eerror
eerror "And remove packages listed. If it doesn't belong to any package, remove"
eerror "it manually and then re-emerge ${CATEGORY}/${PN}."
- eerror "See bug 311923 for more details."
+ eerror "See bug #311923 for more details."
eerror
die "Path ${p} is not a symlink"
fi
@@ -85,7 +85,7 @@ src_prepare() {
# remove internal urw-fonts
rm -rf "${S}/Resource/Font"
- # Apply various patches, many borrowed from Fedora
+ # apply various patches, many borrowed from Fedora
# http://cvs.fedoraproject.org/viewvc/devel/ghostscript/
EPATCH_EXCLUDE="${PN}-8.64-gsdjvu-1.3.patch"
EPATCH_SUFFIX="patch" EPATCH_FORCE="yes"
@@ -177,10 +177,10 @@ src_install() {
cd "${S}/ijs"
emake DESTDIR="${D}" install || die "emake ijs install failed"
- # Rename an original cidfmap to cidfmap.GS
+ # rename an original cidfmap to cidfmap.GS
mv "${D}/usr/share/ghostscript/${PVM}/Resource/Init/cidfmap"{,.GS} || die
- # Install our own cidfmap to allow the separated cidfmap
+ # install our own cidfmap to allow the separated cidfmap
insinto "/usr/share/ghostscript/${PVM}/Resource/Init"
doins "${WORKDIR}/fontmaps/CIDFnmap" || die "doins CIDFnmap failed"
doins "${WORKDIR}/fontmaps/cidfmap" || die "doins cidfmap failed"