diff options
author | Wolfram Schlich <wschlich@gentoo.org> | 2008-06-17 15:08:19 +0000 |
---|---|---|
committer | Wolfram Schlich <wschlich@gentoo.org> | 2008-06-17 15:08:19 +0000 |
commit | 061b6e08ab6c5027676ca909aceb2788694c5e0a (patch) | |
tree | e636238942d568c73543df34aca147ebcc084096 /net-mail/dovecot | |
parent | amd64 stable wrt #227425 (diff) | |
download | gentoo-2-061b6e08ab6c5027676ca909aceb2788694c5e0a.tar.gz gentoo-2-061b6e08ab6c5027676ca909aceb2788694c5e0a.tar.bz2 gentoo-2-061b6e08ab6c5027676ca909aceb2788694c5e0a.zip |
version bump
(Portage version: 2.1.5.4)
Diffstat (limited to 'net-mail/dovecot')
-rw-r--r-- | net-mail/dovecot/ChangeLog | 9 | ||||
-rw-r--r-- | net-mail/dovecot/dovecot-1.1_rc10.ebuild (renamed from net-mail/dovecot/dovecot-1.1_rc8.ebuild) | 4 | ||||
-rw-r--r-- | net-mail/dovecot/files/dovecot-1.1_rc8-mbox-fixup.patch | 16 |
3 files changed, 9 insertions, 20 deletions
diff --git a/net-mail/dovecot/ChangeLog b/net-mail/dovecot/ChangeLog index 2251419d76db..e1ff5d4f3eb0 100644 --- a/net-mail/dovecot/ChangeLog +++ b/net-mail/dovecot/ChangeLog @@ -1,6 +1,13 @@ # 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.166 2008/06/04 08:16:55 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.167 2008/06/17 15:08:18 wschlich Exp $ + +*dovecot-1.1_rc10 (17 Jun 2008) + + 17 Jun 2008; Wolfram Schlich <wschlich@gentoo.org> + -files/dovecot-1.1_rc8-mbox-fixup.patch, -dovecot-1.1_rc8.ebuild, + +dovecot-1.1_rc10.ebuild: + version bump *dovecot-1.1_rc8 (04 Jun 2008) *dovecot-1.0.14 (04 Jun 2008) diff --git a/net-mail/dovecot/dovecot-1.1_rc8.ebuild b/net-mail/dovecot/dovecot-1.1_rc10.ebuild index f236e90b0963..af5900886723 100644 --- a/net-mail/dovecot/dovecot-1.1_rc8.ebuild +++ b/net-mail/dovecot/dovecot-1.1_rc10.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_rc8.ebuild,v 1.1 2008/06/04 08:16:55 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-1.1_rc10.ebuild,v 1.1 2008/06/17 15:08:18 wschlich Exp $ inherit autotools eutils ssl-cert versionator @@ -46,8 +46,6 @@ RDEPEND="${DEPEND} src_unpack() { unpack ${A} cd "${S}" - # http://hg.dovecot.org/dovecot-1.1/rev/e043135e971d - epatch "${FILESDIR}"/${P}-mbox-fixup.patch if use managesieve; then epatch "${WORKDIR}"/${MY_P}-${MANAGESIEVE_PATCH}.diff eautoreconf diff --git a/net-mail/dovecot/files/dovecot-1.1_rc8-mbox-fixup.patch b/net-mail/dovecot/files/dovecot-1.1_rc8-mbox-fixup.patch deleted file mode 100644 index 59f02965a2e8..000000000000 --- a/net-mail/dovecot/files/dovecot-1.1_rc8-mbox-fixup.patch +++ /dev/null @@ -1,16 +0,0 @@ - ---- a/src/lib-mail/istream-header-filter.c Mon Jun 02 21:19:26 2008 +0300 -+++ b/src/lib-mail/istream-header-filter.c Tue Jun 03 16:04:32 2008 +0300 -@@ -233,7 +233,7 @@ static ssize_t read_header(struct header - } - } - -- if (!mstream->seen_eoh && mstream->add_missing_eoh) { -+ if (hdr_ret < 0 && !mstream->seen_eoh && mstream->add_missing_eoh) { - mstream->seen_eoh = TRUE; - add_eol(mstream); - } - - - - |