diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-09-21 08:21:19 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-09-21 08:21:19 +0000 |
commit | feaba769747dd401a016f6ab1340983e4587dd2c (patch) | |
tree | ccd543c5768fc74b8fe83f782bb25200ec4d12db /mail-client/balsa | |
parent | Adding the agg for mapserver ebuild to use.local.desc (diff) | |
download | gentoo-2-feaba769747dd401a016f6ab1340983e4587dd2c.tar.gz gentoo-2-feaba769747dd401a016f6ab1340983e4587dd2c.tar.bz2 gentoo-2-feaba769747dd401a016f6ab1340983e4587dd2c.zip |
stable x86, security bug 193179
(Portage version: 2.1.3.9)
Diffstat (limited to 'mail-client/balsa')
-rw-r--r-- | mail-client/balsa/ChangeLog | 5 | ||||
-rw-r--r-- | mail-client/balsa/balsa-2.3.20.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/mail-client/balsa/ChangeLog b/mail-client/balsa/ChangeLog index 43d9480e4101..66b0989e8250 100644 --- a/mail-client/balsa/ChangeLog +++ b/mail-client/balsa/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-client/balsa # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/ChangeLog,v 1.52 2007/09/20 18:22:04 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/ChangeLog,v 1.53 2007/09/21 08:21:19 opfer Exp $ + + 21 Sep 2007; Christian Faulhammer <opfer@gentoo.org> balsa-2.3.20.ebuild: + stable x86, security bug 193179 20 Sep 2007; Tobias Scherbaum <dertobi123@gentoo.org> balsa-2.3.20.ebuild: ppc stable, bug #193179 diff --git a/mail-client/balsa/balsa-2.3.20.ebuild b/mail-client/balsa/balsa-2.3.20.ebuild index e91cd5286d1b..574106af813a 100644 --- a/mail-client/balsa/balsa-2.3.20.ebuild +++ b/mail-client/balsa/balsa-2.3.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/balsa-2.3.20.ebuild,v 1.2 2007/09/20 18:22:04 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/balsa-2.3.20.ebuild,v 1.3 2007/09/21 08:21:19 opfer Exp $ inherit gnome2 eutils autotools @@ -10,7 +10,7 @@ SRC_URI="http://balsa.gnome.org/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ppc ~sparc x86" # Doesn't currently build with -gnome IUSE="crypt doc gtkhtml gtkspell kerberos ldap libnotify pcre sqlite ssl xface" |