pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/dovecot Dovecot 1.0rc4 had another bug in it whic...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/46979d2a0fa6
branches:  trunk
changeset: 517014:46979d2a0fa6
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Wed Aug 02 21:16:43 2006 +0000

description:
Dovecot 1.0rc4 had another bug in it which was fixed in CVS.  Now in patch-ai.

diffstat:

 mail/dovecot/Makefile         |   3 ++-
 mail/dovecot/distinfo         |   3 ++-
 mail/dovecot/patches/patch-ai |  20 ++++++++++++++++++++
 3 files changed, 24 insertions(+), 2 deletions(-)

diffs (51 lines):

diff -r 0ebe6a14fdd2 -r 46979d2a0fa6 mail/dovecot/Makefile
--- a/mail/dovecot/Makefile     Wed Aug 02 20:35:20 2006 +0000
+++ b/mail/dovecot/Makefile     Wed Aug 02 21:16:43 2006 +0000
@@ -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 -r 0ebe6a14fdd2 -r 46979d2a0fa6 mail/dovecot/distinfo
--- a/mail/dovecot/distinfo     Wed Aug 02 20:35:20 2006 +0000
+++ b/mail/dovecot/distinfo     Wed Aug 02 21:16:43 2006 +0000
@@ -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 @@
 SHA1 (patch-aa) = b2d48d991cb57f1ae99617d26a5d9f30fcdc4700
 SHA1 (patch-ab) = 1f5ce4a9d0db770246f838ea2f9f80e66c6da287
 SHA1 (patch-ag) = ffb66cf054c0377245f3b400f65eabd975a225aa
+SHA1 (patch-ai) = 193facff9fa30b5a2e1292629c2a9c33049c722f
diff -r 0ebe6a14fdd2 -r 46979d2a0fa6 mail/dovecot/patches/patch-ai
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/dovecot/patches/patch-ai     Wed Aug 02 21:16:43 2006 +0000
@@ -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,



Home | Main Index | Thread Index | Old Index