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.0rc26.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8ae60f9a97ec
branches:  trunk
changeset: 526294:8ae60f9a97ec
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Wed Mar 07 09:50:41 2007 +0000

description:
Update to dovecot-1.0rc26.

Most importantly this should fix mbox problems in recent RCs.

        * Changed --with-headers to --enable-header-install
        * If time moves backwards only max. 5 seconds, sleep until we're back
          in the original present instead of killing ourself. An error is
          still logged.

        - IMAP: With namespace prefixes LSUB prefix.* listed INBOX.INBOX.
        - deliver: Ignore mbox metadata headers from the message input.
          X-IMAP header crashed deliver.
        - deliver: If mail_debug=yes, drop out DEBUG environment before
          calling sendmail binary. Postfix's sendmail didn't really like it.
        - mbox: X-UID brokeness fixes broke rc25 even with valid X-UID headers.
          Now the code should finally work right.
        - Maildir: When syncing a huge maildir, touch dovecot-uidlist.lock file
          once in a while to make sure it doesn't get overwritten by another
          process.
        - Maildir++ quota: We didn't handle NUL bytes in maildirsize files very
          well. Now the file is rebuilt when they're seen (NFS problem).
        - Index/view handling fix should fix some crashes/errors
        - If index files were moved to a different endianess machine, Dovecot
          logged all sorts of errors instead of silently rebuilding them.
        - Convert plugin didn't change hierarchy separators in mailbox names.
        - PostgreSQL authentication could have lost requests once in a while
          with a heavily loaded server.
        - Login processes could have crashed in some situations
        - auth cache crashed with non-plaintext mechanisms

diffstat:

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

diffs (28 lines):

diff -r 8a54e026d321 -r 8ae60f9a97ec mail/dovecot/Makefile
--- a/mail/dovecot/Makefile     Wed Mar 07 09:26:15 2007 +0000
+++ b/mail/dovecot/Makefile     Wed Mar 07 09:50:41 2007 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.87 2007/03/01 13:26:40 ghen Exp $
+# $NetBSD: Makefile,v 1.88 2007/03/07 09:50:41 ghen Exp $
 
-DISTNAME=              dovecot-1.0.rc25
+DISTNAME=              dovecot-1.0.rc26
 PKGNAME=               ${DISTNAME:S/.rc/rc/}
 CATEGORIES=            mail
 MASTER_SITES=          http://www.dovecot.org/releases/
diff -r 8a54e026d321 -r 8ae60f9a97ec mail/dovecot/distinfo
--- a/mail/dovecot/distinfo     Wed Mar 07 09:26:15 2007 +0000
+++ b/mail/dovecot/distinfo     Wed Mar 07 09:50:41 2007 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.59 2007/03/01 13:26:40 ghen Exp $
+$NetBSD: distinfo,v 1.60 2007/03/07 09:50:41 ghen Exp $
 
-SHA1 (dovecot-1.0.rc25.tar.gz) = ce9023ce1ff42c195586a55983407c019a6ba46d
-RMD160 (dovecot-1.0.rc25.tar.gz) = f5a631c310ea8958ca5244ce2ba71332e44218af
-Size (dovecot-1.0.rc25.tar.gz) = 1511817 bytes
+SHA1 (dovecot-1.0.rc26.tar.gz) = 5b8f8b2d489479048812667bf65f8cf3c7e368db
+RMD160 (dovecot-1.0.rc26.tar.gz) = c87f8f7da138187248017f6ff067d340e2969d0e
+Size (dovecot-1.0.rc26.tar.gz) = 1515108 bytes
 SHA1 (patch-aa) = 6258057d49add91f06d4dd51ded72e42f6774354
 SHA1 (patch-ab) = d67be516e7b5071550b6e762841b235dda1fa324
 SHA1 (patch-ag) = bd180441a0983ceccc898024370a3bdefdc11b1f



Home | Main Index | Thread Index | Old Index