diff options
author | Wolfram Schlich <wschlich@gentoo.org> | 2008-07-08 10:06:49 +0000 |
---|---|---|
committer | Wolfram Schlich <wschlich@gentoo.org> | 2008-07-08 10:06:49 +0000 |
commit | faf09afded591c9b40dfc027626c5ba4e64e6ad7 (patch) | |
tree | 1611c6201d7b5f67c0a23a90eb5461f647e66f95 /net-mail/dovecot | |
parent | Removed older versions, make tests not failures not die the src_test since al... (diff) | |
download | gentoo-2-faf09afded591c9b40dfc027626c5ba4e64e6ad7.tar.gz gentoo-2-faf09afded591c9b40dfc027626c5ba4e64e6ad7.tar.bz2 gentoo-2-faf09afded591c9b40dfc027626c5ba4e64e6ad7.zip |
fix bugs #229067 and #230375
(Portage version: 2.1.5.6)
Diffstat (limited to 'net-mail/dovecot')
-rw-r--r-- | net-mail/dovecot/ChangeLog | 8 | ||||
-rw-r--r-- | net-mail/dovecot/dovecot-1.1.1-r1.ebuild (renamed from net-mail/dovecot/dovecot-1.1.1.ebuild) | 8 |
2 files changed, 12 insertions, 4 deletions
diff --git a/net-mail/dovecot/ChangeLog b/net-mail/dovecot/ChangeLog index 5fae5ae233e8..dddc7777e081 100644 --- a/net-mail/dovecot/ChangeLog +++ b/net-mail/dovecot/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-mail/dovecot # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.168 2008/06/23 19:20:53 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.169 2008/07/08 10:06:49 wschlich Exp $ + +*dovecot-1.1.1-r1 (08 Jul 2008) + + 08 Jul 2008; Wolfram Schlich <wschlich@gentoo.org> -dovecot-1.1.1.ebuild, + +dovecot-1.1.1-r1.ebuild: + fix bugs #229067 and #230375 *dovecot-1.1.1 (23 Jun 2008) *dovecot-1.0.15 (23 Jun 2008) diff --git a/net-mail/dovecot/dovecot-1.1.1.ebuild b/net-mail/dovecot/dovecot-1.1.1-r1.ebuild index e6c58b42af06..b49383bc66ab 100644 --- a/net-mail/dovecot/dovecot-1.1.1.ebuild +++ b/net-mail/dovecot/dovecot-1.1.1-r1.ebuild @@ -1,6 +1,6 @@ # 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.1.1.ebuild,v 1.1 2008/06/23 19:20:53 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-1.1.1-r1.ebuild,v 1.1 2008/07/08 10:06:49 wschlich Exp $ inherit autotools eutils ssl-cert versionator @@ -9,8 +9,8 @@ MY_PV12=$(get_version_component_range 1-2 ${PV}) S="${WORKDIR}/${MY_P}" SIEVE="dovecot-sieve-1.1.5" SIEVE_S="${WORKDIR}/${SIEVE}" -MANAGESIEVE_PATCH="managesieve-0.10.2" -MANAGESIEVE="managesieve-0.10.2" +MANAGESIEVE_PATCH="managesieve-0.10.3" +MANAGESIEVE="managesieve-0.10.3" MANAGESIEVE_S="${WORKDIR}/${PN}-${MY_PV12}-${MANAGESIEVE}" SRC_URI="http://dovecot.org/releases/${MY_PV12}/${MY_P}.tar.gz @@ -144,6 +144,8 @@ src_install () { if use pam; then sed -i -e '/passdb pam/, /^[ \t]*}/ s|#args = dovecot|args = "\*"|' \ "${conf}" || die "failed to update PAM settings in dovecot.conf" + # mailbase does not provide a managesieve pam file + dosym imap /etc/pam.d/managesieve fi # Listen on ipv6 and ipv4 |