summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorghen <ghen>2006-08-03 05:33:50 +0000
committerghen <ghen>2006-08-03 05:33:50 +0000
commite65b609f0c423e0afa0587778bdbeb97c065c69e (patch)
tree4eb6c07653e41d4e4e17b91eb05ce9301bce3e8e /mail
parent8d1f265960119cdc54b83b0400c82c07d7cce241 (diff)
downloadpkgsrc-e65b609f0c423e0afa0587778bdbeb97c065c69e.tar.gz
Update to dovecot-1.0rc5. This is identical to our 1.0rc4nb1 (patch-ai
applied). From the website: "This is what RC3 really should have been".
Diffstat (limited to 'mail')
-rw-r--r--mail/dovecot/Makefile5
-rw-r--r--mail/dovecot/distinfo9
-rw-r--r--mail/dovecot/patches/patch-ai20
3 files changed, 6 insertions, 28 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile
index 5d9f961b129..259a8652c5e 100644
--- a/mail/dovecot/Makefile
+++ b/mail/dovecot/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.61 2006/08/02 21:16:43 ghen Exp $
+# $NetBSD: Makefile,v 1.62 2006/08/03 05:33:50 ghen Exp $
-DISTNAME= dovecot-1.0.rc4
+DISTNAME= dovecot-1.0.rc5
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 f6775bc58fb..4b2734891db 100644
--- a/mail/dovecot/distinfo
+++ b/mail/dovecot/distinfo
@@ -1,9 +1,8 @@
-$NetBSD: distinfo,v 1.37 2006/08/02 21:16:43 ghen Exp $
+$NetBSD: distinfo,v 1.38 2006/08/03 05:33:50 ghen Exp $
-SHA1 (dovecot-1.0.rc4.tar.gz) = 18bf4ecc4a31fb0eb98affb43d14f4b1e36c5bc9
-RMD160 (dovecot-1.0.rc4.tar.gz) = eec3908c6fb414956e5eff26f56dd88aad818504
-Size (dovecot-1.0.rc4.tar.gz) = 1260187 bytes
+SHA1 (dovecot-1.0.rc5.tar.gz) = f96698aba80f3f05daaf7a09880fd4e6266e61b3
+RMD160 (dovecot-1.0.rc5.tar.gz) = 2a89dc534fc46fa7f70e14848cafed04cdbc32e2
+Size (dovecot-1.0.rc5.tar.gz) = 1260398 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
deleted file mode 100644
index d4ae33f0359..00000000000
--- a/mail/dovecot/patches/patch-ai
+++ /dev/null
@@ -1,20 +0,0 @@
-$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,