diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-08-24 16:52:05 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-08-24 16:52:05 +0000 |
commit | 4adb22554ae5f435ec31669d8ad40803e0169490 (patch) | |
tree | d2cd05a4c4da7f3d016d6ef07ada13f9fa67ca98 /net-mail | |
parent | Minor cleanups (diff) | |
download | gentoo-2-4adb22554ae5f435ec31669d8ad40803e0169490.tar.gz gentoo-2-4adb22554ae5f435ec31669d8ad40803e0169490.tar.bz2 gentoo-2-4adb22554ae5f435ec31669d8ad40803e0169490.zip |
alpha stable wrt security #187512
(Portage version: 2.1.3.6)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/dovecot/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/dovecot/dovecot-1.0.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-mail/dovecot/ChangeLog b/net-mail/dovecot/ChangeLog index 76f7fc0842d8..4ad3a1819696 100644 --- a/net-mail/dovecot/ChangeLog +++ b/net-mail/dovecot/ChangeLog @@ -1,6 +1,9 @@ # 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.117 2007/08/23 18:26:13 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.118 2007/08/24 16:52:05 armin76 Exp $ + + 24 Aug 2007; Raúl Porcel <armin76@gentoo.org> dovecot-1.0.3.ebuild: + alpha stable wrt security #187512 23 Aug 2007; Andrej Kacian <ticho@gentoo.org> dovecot-1.0.3.ebuild: Stable on x86, security bug #187512. diff --git a/net-mail/dovecot/dovecot-1.0.3.ebuild b/net-mail/dovecot/dovecot-1.0.3.ebuild index 9ee8632623af..f054907ffef9 100644 --- a/net-mail/dovecot/dovecot-1.0.3.ebuild +++ b/net-mail/dovecot/dovecot-1.0.3.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/net-mail/dovecot/dovecot-1.0.3.ebuild,v 1.6 2007/08/23 18:26:13 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-1.0.3.ebuild,v 1.7 2007/08/24 16:52:05 armin76 Exp $ inherit autotools eutils ssl-cert @@ -17,7 +17,7 @@ HOMEPAGE="http://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 mbox mysql pop3d pam postgres sieve ssl suid vpopmail" |