summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2009-11-09 18:28:43 +0000
committerChristian Faulhammer <fauli@gentoo.org>2009-11-09 18:28:43 +0000
commit7bbfd3c59ac083293ff194520b854691231e7322 (patch)
treecb784f98359f518f09b392f05783da8f8fa49653 /media-libs/gd
parentInitial commit wrt #262358, thanks to Manuel Wiblishauser for reporting and e... (diff)
downloadgentoo-2-7bbfd3c59ac083293ff194520b854691231e7322.tar.gz
gentoo-2-7bbfd3c59ac083293ff194520b854691231e7322.tar.bz2
gentoo-2-7bbfd3c59ac083293ff194520b854691231e7322.zip
stable x86, security bug 292130
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'media-libs/gd')
-rw-r--r--media-libs/gd/ChangeLog5
-rw-r--r--media-libs/gd/gd-2.0.35-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/gd/ChangeLog b/media-libs/gd/ChangeLog
index 4ceaae9fb252..f7c72498e886 100644
--- a/media-libs/gd/ChangeLog
+++ b/media-libs/gd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/gd
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/ChangeLog,v 1.55 2009/11/09 12:59:47 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/ChangeLog,v 1.56 2009/11/09 18:28:43 fauli Exp $
+
+ 09 Nov 2009; Christian Faulhammer <fauli@gentoo.org> gd-2.0.35-r1.ebuild:
+ stable x86, security bug 292130
*gd-2.0.35-r1 (09 Nov 2009)
diff --git a/media-libs/gd/gd-2.0.35-r1.ebuild b/media-libs/gd/gd-2.0.35-r1.ebuild
index 731a98b36e07..34bba1aff7de 100644
--- a/media-libs/gd/gd-2.0.35-r1.ebuild
+++ b/media-libs/gd/gd-2.0.35-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/gd-2.0.35-r1.ebuild,v 1.1 2009/11/09 12:59:47 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/gd-2.0.35-r1.ebuild,v 1.2 2009/11/09 18:28:43 fauli Exp $
inherit autotools
@@ -10,7 +10,7 @@ SRC_URI="http://libgd.org/releases/${P}.tar.bz2"
LICENSE="|| ( as-is BSD )"
SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd"
IUSE="fontconfig jpeg png truetype xpm"
RDEPEND="fontconfig? ( media-libs/fontconfig )