pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/dovecot Update to dovecot-1.0rc5. This is identi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ef608f38ab17
branches: trunk
changeset: 517020:ef608f38ab17
user: ghen <ghen%pkgsrc.org@localhost>
date: Thu Aug 03 05:33:50 2006 +0000
description:
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:
mail/dovecot/Makefile | 5 ++---
mail/dovecot/distinfo | 9 ++++-----
mail/dovecot/patches/patch-ai | 20 --------------------
3 files changed, 6 insertions(+), 28 deletions(-)
diffs (55 lines):
diff -r 7a0a7507a1da -r ef608f38ab17 mail/dovecot/Makefile
--- a/mail/dovecot/Makefile Thu Aug 03 01:00:00 2006 +0000
+++ b/mail/dovecot/Makefile Thu Aug 03 05:33:50 2006 +0000
@@ -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 -r 7a0a7507a1da -r ef608f38ab17 mail/dovecot/distinfo
--- a/mail/dovecot/distinfo Thu Aug 03 01:00:00 2006 +0000
+++ b/mail/dovecot/distinfo Thu Aug 03 05:33:50 2006 +0000
@@ -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 -r 7a0a7507a1da -r ef608f38ab17 mail/dovecot/patches/patch-ai
--- a/mail/dovecot/patches/patch-ai Thu Aug 03 01:00:00 2006 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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,
Home |
Main Index |
Thread Index |
Old Index