From dd6c8a8027315b560335fed11bcc1b3322a5b22c Mon Sep 17 00:00:00 2001 From: ghen Date: Wed, 2 Aug 2006 21:16:43 +0000 Subject: Dovecot 1.0rc4 had another bug in it which was fixed in CVS. Now in patch-ai. --- mail/dovecot/Makefile | 3 ++- mail/dovecot/distinfo | 3 ++- mail/dovecot/patches/patch-ai | 20 ++++++++++++++++++++ 3 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 mail/dovecot/patches/patch-ai (limited to 'mail') diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index 1f8e4b2edd9..5d9f961b129 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.60 2006/08/02 20:34:36 ghen Exp $ +# $NetBSD: Makefile,v 1.61 2006/08/02 21:16:43 ghen Exp $ DISTNAME= dovecot-1.0.rc4 PKGNAME= ${DISTNAME:S/.rc/rc/} +PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.dovecot.org/releases/ diff --git a/mail/dovecot/distinfo b/mail/dovecot/distinfo index b049758ceb5..f6775bc58fb 100644 --- a/mail/dovecot/distinfo +++ b/mail/dovecot/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.36 2006/08/02 20:34:36 ghen Exp $ +$NetBSD: distinfo,v 1.37 2006/08/02 21:16:43 ghen Exp $ SHA1 (dovecot-1.0.rc4.tar.gz) = 18bf4ecc4a31fb0eb98affb43d14f4b1e36c5bc9 RMD160 (dovecot-1.0.rc4.tar.gz) = eec3908c6fb414956e5eff26f56dd88aad818504 @@ -6,3 +6,4 @@ Size (dovecot-1.0.rc4.tar.gz) = 1260187 bytes SHA1 (patch-aa) = b2d48d991cb57f1ae99617d26a5d9f30fcdc4700 SHA1 (patch-ab) = 1f5ce4a9d0db770246f838ea2f9f80e66c6da287 SHA1 (patch-ag) = ffb66cf054c0377245f3b400f65eabd975a225aa +SHA1 (patch-ai) = 193facff9fa30b5a2e1292629c2a9c33049c722f diff --git a/mail/dovecot/patches/patch-ai b/mail/dovecot/patches/patch-ai new file mode 100644 index 00000000000..d4ae33f0359 --- /dev/null +++ b/mail/dovecot/patches/patch-ai @@ -0,0 +1,20 @@ +$NetBSD: patch-ai,v 1.1 2006/08/02 21:16:43 ghen Exp $ + +From dovecot CVS. Fixes the problem discussed in this thread: +http://www.dovecot.org/list/dovecot/2006-August/015116.html + +--- src/lib-index/mail-index-transaction-view.c.orig 2006-08-02 21:38:07.000000000 +0200 ++++ src/lib-index/mail-index-transaction-view.c 2006-08-02 23:04:00.000000000 +0200 +@@ -53,10 +53,10 @@ + i_assert(recs[count-1].uid >= hdr->next_uid); + tview->hdr = *hdr; + tview->hdr.next_uid = recs[count-1].uid + 1; +- hdr = &view->hdr; ++ hdr = &tview->hdr; + } + } +- return &tview->hdr; ++ return hdr; + } + + static int _tview_lookup_full(struct mail_index_view *view, uint32_t seq, -- cgit v1.2.3