diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-11-27 12:42:31 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-11-27 12:42:31 +0000 |
commit | c51ed7906b1b790a66b13124c3b355a3f4b50def (patch) | |
tree | a501516b6a6b5b7ab24f9e768b1de4ac0dd79830 /mail-client | |
parent | stable x86, security bug 294678 (diff) | |
download | gentoo-2-c51ed7906b1b790a66b13124c3b355a3f4b50def.tar.gz gentoo-2-c51ed7906b1b790a66b13124c3b355a3f4b50def.tar.bz2 gentoo-2-c51ed7906b1b790a66b13124c3b355a3f4b50def.zip |
stable x86, security bug 294679
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/roundcube/ChangeLog | 6 | ||||
-rw-r--r-- | mail-client/roundcube/roundcube-0.3.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/mail-client/roundcube/ChangeLog b/mail-client/roundcube/ChangeLog index d0f75566bf66..aa1873d78c78 100644 --- a/mail-client/roundcube/ChangeLog +++ b/mail-client/roundcube/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-client/roundcube # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.13 2009/11/09 10:00:30 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.14 2009/11/27 12:42:31 fauli Exp $ + + 27 Nov 2009; Christian Faulhammer <fauli@gentoo.org> + roundcube-0.3.1.ebuild: + stable x86, security bug 294679 *roundcube-0.3.1 (09 Nov 2009) diff --git a/mail-client/roundcube/roundcube-0.3.1.ebuild b/mail-client/roundcube/roundcube-0.3.1.ebuild index f4f744c26983..a2696060d8aa 100644 --- a/mail-client/roundcube/roundcube-0.3.1.ebuild +++ b/mail-client/roundcube/roundcube-0.3.1.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/mail-client/roundcube/roundcube-0.3.1.ebuild,v 1.1 2009/11/09 10:00:30 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.3.1.ebuild,v 1.2 2009/11/27 12:42:31 fauli Exp $ EAPI="2" @@ -16,7 +16,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 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 x86" IUSE="ldap mysql postgres +sqlite +ssl spell" DEPEND="" |