diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-11-20 18:54:30 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-11-20 18:54:30 +0000 |
commit | f49aa09ccf73a1f796d69df93c3ed53c457276e3 (patch) | |
tree | c08090ee14d9f827b8dc3f469b0ad27c5b4496e5 /net-mail/dovecot | |
parent | stable x86, bug #155521 (diff) | |
download | gentoo-2-f49aa09ccf73a1f796d69df93c3ed53c457276e3.tar.gz gentoo-2-f49aa09ccf73a1f796d69df93c3ed53c457276e3.tar.bz2 gentoo-2-f49aa09ccf73a1f796d69df93c3ed53c457276e3.zip |
Stable on sparc wrt security #155654
(Portage version: 2.1.1-r2)
Diffstat (limited to 'net-mail/dovecot')
-rw-r--r-- | net-mail/dovecot/ChangeLog | 6 | ||||
-rw-r--r-- | net-mail/dovecot/dovecot-1.0_rc15.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-mail/dovecot/ChangeLog b/net-mail/dovecot/ChangeLog index f7d87e74302d..f9d3a0c2a6ee 100644 --- a/net-mail/dovecot/ChangeLog +++ b/net-mail/dovecot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-mail/dovecot # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.73 2006/11/20 10:03:36 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.74 2006/11/20 18:54:30 gustavoz Exp $ + + 20 Nov 2006; Gustavo Zacarias <gustavoz@gentoo.org> + dovecot-1.0_rc15.ebuild: + Stable on sparc wrt security #155654 20 Nov 2006; Christian Faulhammer <opfer@gentoo.org> dovecot-1.0_rc15.ebuild: diff --git a/net-mail/dovecot/dovecot-1.0_rc15.ebuild b/net-mail/dovecot/dovecot-1.0_rc15.ebuild index 28ede08f22f6..0414fe669b79 100644 --- a/net-mail/dovecot/dovecot-1.0_rc15.ebuild +++ b/net-mail/dovecot/dovecot-1.0_rc15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-1.0_rc15.ebuild,v 1.2 2006/11/20 10:03:36 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-1.0_rc15.ebuild,v 1.3 2006/11/20 18:54:30 gustavoz Exp $ inherit autotools eutils @@ -12,7 +12,7 @@ SRC_URI="http://dovecot.org/releases/${MY_P}.tar.gz" SLOT="0" LICENSE="LGPL-2.1" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc x86" +KEYWORDS="~alpha ~amd64 ~ppc sparc x86" IUSE="debug doc ipv6 kerberos ldap mbox mysql pop3d pam postgres ssl vpopmail" |