diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2008-01-03 08:08:19 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2008-01-03 08:08:19 +0000 |
commit | 511e53555ddc911aed311df921979f6b10df711a (patch) | |
tree | 6365af9c0fd0c2f76308ab69894d6f20ed4d88a0 /net-mail | |
parent | stable amd64/x86, bug 204114 (diff) | |
download | gentoo-2-511e53555ddc911aed311df921979f6b10df711a.tar.gz gentoo-2-511e53555ddc911aed311df921979f6b10df711a.tar.bz2 gentoo-2-511e53555ddc911aed311df921979f6b10df711a.zip |
stable x86, security bug 203731
(Portage version: 2.1.3.19)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/dovecot/ChangeLog | 8 | ||||
-rw-r--r-- | net-mail/dovecot/dovecot-1.0.10.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/net-mail/dovecot/ChangeLog b/net-mail/dovecot/ChangeLog index 7c4f5268c833..58c9f1bce4fd 100644 --- a/net-mail/dovecot/ChangeLog +++ b/net-mail/dovecot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-mail/dovecot -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.134 2007/12/30 14:16:38 wschlich Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.135 2008/01/03 08:08:19 opfer Exp $ + + 03 Jan 2008; Christian Faulhammer <opfer@gentoo.org> + dovecot-1.0.10.ebuild: + stable x86, security bug 203731 *dovecot-1.1_beta13 (30 Dec 2007) diff --git a/net-mail/dovecot/dovecot-1.0.10.ebuild b/net-mail/dovecot/dovecot-1.0.10.ebuild index 348fcef83f1f..3af2c5ecf2b2 100644 --- a/net-mail/dovecot/dovecot-1.0.10.ebuild +++ b/net-mail/dovecot/dovecot-1.0.10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-1.0.10.ebuild,v 1.1 2007/12/29 16:39:58 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-1.0.10.ebuild,v 1.2 2008/01/03 08:08:19 opfer Exp $ inherit autotools eutils ssl-cert @@ -19,7 +19,7 @@ HOMEPAGE="http://www.dovecot.org/" SLOT="0" LICENSE="LGPL-2.1" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc x86 ~x86-fbsd" IUSE="debug doc ipv6 kerberos ldap managesieve mbox mysql pop3d pam postgres sieve ssl suid vpopmail" |