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.orc7. From the relea...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7f05b62b0ffe
branches:  trunk
changeset: 517668:7f05b62b0ffe
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Fri Aug 18 06:46:05 2006 +0000

description:
Update to dovecot-1.orc7.  From the release announcement mail:

> Can everyone now agree that there are no more hangs? :)
>
>       * Require that Dovecot master process's version number matches the
>         child process's, unless version_ignore=yes. Usually it's an
>         accidental installation problem if the version numbers don't match.
>       * Maildir: Create maildirfolder file when creating new maildirs.
>
>       + ldap+prefetch: Use global uid/gid settings if LDAP query doesn't
>         return them
>       + %variables: Negative offsets count from the end of the string.
>         Patch by Johannes Berg.
>       - kqueue ioloop code rewrite
>       - notify=kqueue might have caused connection hangs sometimes
>       - deliver: If message body contained a valid mbox From_ line, it
>         and the rest of the message was skipped.
>       - mbox: We got into infinite loops if trying to open a 2 byte sized
>         file as mbox.
>       - Don't crash with ssl_disable=yes
>       - quota plugin caused compiling problems with some OSes
>       - mbox: After saving a mail to a synced mbox, we lost the sync which
>         caused worse performance
>
> I think my v1.0 TODO list is:
>
>  - avoid duplicate flag change notifications, or in case the message is
>    also expunged don't bother notifying its flag changes at all
>    (shouldn't be hard)
>  - HFS+ avoid-hardlinks patch?
>  - 32bit -> 64bit upgrade still doesn't work without assert-crashing:
>    mail-cache-transaction.c: line 709 (mail_cache_add): assertion failed:
>    (fixed_size == (unsigned int)-1 || fixed_size == data_size)
>  - Courier-compatible INBOX. namespace gives "invalid namespace" errors
>
> I'm still not sure about the last one though. Could someone give me
> specific commands that clients send that causes it?
>
> As for the 32bit -> 64bit upgrade fix, could someone give me access to a
> x86-64 machine for a while to test it out?

diffstat:

 mail/dovecot/Makefile |  5 ++---
 mail/dovecot/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r 80c606f43a3d -r 7f05b62b0ffe mail/dovecot/Makefile
--- a/mail/dovecot/Makefile     Thu Aug 17 23:56:50 2006 +0000
+++ b/mail/dovecot/Makefile     Fri Aug 18 06:46:05 2006 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.66 2006/08/16 20:56:02 ghen Exp $
+# $NetBSD: Makefile,v 1.67 2006/08/18 06:46:05 ghen Exp $
 
-DISTNAME=              dovecot-1.0.rc6
+DISTNAME=              dovecot-1.0.rc7
 PKGNAME=               ${DISTNAME:S/.rc/rc/}
-PKGREVISION=           2
 CATEGORIES=            mail
 MASTER_SITES=          http://www.dovecot.org/releases/
 
diff -r 80c606f43a3d -r 7f05b62b0ffe mail/dovecot/distinfo
--- a/mail/dovecot/distinfo     Thu Aug 17 23:56:50 2006 +0000
+++ b/mail/dovecot/distinfo     Fri Aug 18 06:46:05 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.39 2006/08/07 06:44:51 ghen Exp $
+$NetBSD: distinfo,v 1.40 2006/08/18 06:46:06 ghen Exp $
 
-SHA1 (dovecot-1.0.rc6.tar.gz) = 4d6c524dd52b54dc25d3114bee7fb0ae1120b994
-RMD160 (dovecot-1.0.rc6.tar.gz) = ddf49eece71d8766f994058ead1bed8410a9ee51
-Size (dovecot-1.0.rc6.tar.gz) = 1268328 bytes
+SHA1 (dovecot-1.0.rc7.tar.gz) = be1f7efe3cdf15c7581580954e42438173bb67a5
+RMD160 (dovecot-1.0.rc7.tar.gz) = 6edd633380da810d21a729330fa9c3ccec6d7039
+Size (dovecot-1.0.rc7.tar.gz) = 1273427 bytes
 SHA1 (patch-aa) = b2d48d991cb57f1ae99617d26a5d9f30fcdc4700
 SHA1 (patch-ab) = 1f5ce4a9d0db770246f838ea2f9f80e66c6da287
 SHA1 (patch-ag) = ffb66cf054c0377245f3b400f65eabd975a225aa



Home | Main Index | Thread Index | Old Index