diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2011-03-28 20:12:12 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2011-03-28 20:12:12 +0000 |
commit | 35a441abfa4c10fe36c58dc26a9de650048a4685 (patch) | |
tree | 75732ed79a653016c6dfc182120116459e7016b5 /mail-client/roundcube | |
parent | old (diff) | |
download | gentoo-2-35a441abfa4c10fe36c58dc26a9de650048a4685.tar.gz gentoo-2-35a441abfa4c10fe36c58dc26a9de650048a4685.tar.bz2 gentoo-2-35a441abfa4c10fe36c58dc26a9de650048a4685.zip |
stable x86, security bug 360241
(Portage version: 2.1.9.42/cvs/Linux i686)
Diffstat (limited to 'mail-client/roundcube')
-rw-r--r-- | mail-client/roundcube/ChangeLog | 6 | ||||
-rw-r--r-- | mail-client/roundcube/roundcube-0.5.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/mail-client/roundcube/ChangeLog b/mail-client/roundcube/ChangeLog index 175d7b13fd6e..e683189b7571 100644 --- a/mail-client/roundcube/ChangeLog +++ b/mail-client/roundcube/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-client/roundcube # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.44 2011/03/26 14:47:41 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.45 2011/03/28 20:12:12 fauli Exp $ + + 28 Mar 2011; Christian Faulhammer <fauli@gentoo.org> + roundcube-0.5.1.ebuild: + stable x86, security bug 360241 26 Mar 2011; Brent Baude <ranger@gentoo.org> roundcube-0.5.1.ebuild: Marking roundcube-0.5.1 ppc for bug 360241 diff --git a/mail-client/roundcube/roundcube-0.5.1.ebuild b/mail-client/roundcube/roundcube-0.5.1.ebuild index c095be2c9535..3cad065af141 100644 --- a/mail-client/roundcube/roundcube-0.5.1.ebuild +++ b/mail-client/roundcube/roundcube-0.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.5.1.ebuild,v 1.4 2011/03/26 14:47:41 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.5.1.ebuild,v 1.5 2011/03/28 20:12:12 fauli Exp $ EAPI="2" @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/${MY_PN}/${MY_P}.tar.gz" # roundcube is GPL-licensed, the rest of the licenses here are # for bundled PEAR components, googiespell and utf8.class.php LICENSE="GPL-2 BSD PHP-2.02 PHP-3 MIT public-domain" -KEYWORDS="amd64 ~arm ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~arm ppc ~ppc64 ~sparc x86" IUSE="ldap mysql postgres ssl spell +sqlite" DEPEND="" |