diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-02-23 17:35:15 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-02-23 17:35:15 +0000 |
commit | a38cb318fb28d859299989f921bbfdc2967e899a (patch) | |
tree | 89285ba3973864bf5dd11350f9d736ae6699fff8 /net-mail/dovecot | |
parent | Version bump. New version depends on >=x11-libs/goffice-0.2.0. Make gnumeric-... (diff) | |
download | historical-a38cb318fb28d859299989f921bbfdc2967e899a.tar.gz historical-a38cb318fb28d859299989f921bbfdc2967e899a.tar.bz2 historical-a38cb318fb28d859299989f921bbfdc2967e899a.zip |
Stable on sparc wrt #123024
Package-Manager: portage-2.0.54
Diffstat (limited to 'net-mail/dovecot')
-rw-r--r-- | net-mail/dovecot/ChangeLog | 6 | ||||
-rw-r--r-- | net-mail/dovecot/Manifest | 14 | ||||
-rw-r--r-- | net-mail/dovecot/dovecot-1.0_beta3.ebuild | 4 |
3 files changed, 19 insertions, 5 deletions
diff --git a/net-mail/dovecot/ChangeLog b/net-mail/dovecot/ChangeLog index 5c1bcf27b93e..5b69e4e37e2f 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.37 2006/02/22 19:55:37 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.38 2006/02/23 17:35:15 gustavoz Exp $ + + 23 Feb 2006; Gustavo Zacarias <gustavoz@gentoo.org> + dovecot-1.0_beta3.ebuild: + Stable on sparc wrt security #123024 22 Feb 2006; Tobias Scherbaum <dertobi123@gentoo.org> dovecot-1.0_beta3.ebuild: diff --git a/net-mail/dovecot/Manifest b/net-mail/dovecot/Manifest index d93ecd991cbb..edfc32084259 100644 --- a/net-mail/dovecot/Manifest +++ b/net-mail/dovecot/Manifest @@ -1,9 +1,19 @@ -MD5 254b10f0167ffaecee8571a1512a519f ChangeLog 7346 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 478e52628d82f3fc209db57ca0693650 ChangeLog 7466 MD5 016773a9d3c70b74b98b7fcb8a602a1b dovecot-0.99.14-r1.ebuild 5165 MD5 3095ed47c7635193b8627dd4647c5bc9 dovecot-1.0_beta2.ebuild 3719 -MD5 7657c41cc5ce1b3f693d81f97da5c983 dovecot-1.0_beta3.ebuild 4537 +MD5 bda0a6653940f9eae412b41b0be185ae dovecot-1.0_beta3.ebuild 4534 MD5 2a50200054849ca5e0173cb709ef649d files/digest-dovecot-0.99.14-r1 67 MD5 a97ef7bb1cbec8304adb29ac531f5cea files/digest-dovecot-1.0_beta2 70 MD5 87b33f708335dfccf0ff9e3a9c03b6ca files/digest-dovecot-1.0_beta3 256 MD5 155396035a3ecb1f5171b0432072181b files/dovecot.init 619 MD5 61e0d05b1306513aede2838fa81b05b5 metadata.xml 225 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2.1-ecc0.1.6 (GNU/Linux) + +iD8DBQFD/fJrKRy60XGEcJIRAsTmAJ0ZX2nyTDzZzVuDI8UjTFn3vDmFmgCfcPS0 +b+tFBaAZkyA7ZJrsrYq9j1Y= +=43rJ +-----END PGP SIGNATURE----- diff --git a/net-mail/dovecot/dovecot-1.0_beta3.ebuild b/net-mail/dovecot/dovecot-1.0_beta3.ebuild index bca2ae5cb69a..e244cd0bb480 100644 --- a/net-mail/dovecot/dovecot-1.0_beta3.ebuild +++ b/net-mail/dovecot/dovecot-1.0_beta3.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_beta3.ebuild,v 1.3 2006/02/22 19:55:37 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-1.0_beta3.ebuild,v 1.4 2006/02/23 17:35:15 gustavoz Exp $ inherit 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 ipv6 kerberos ldap mbox mysql pop3d pam postgres ssl vpopmail" |