pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/dovecot Update dovecot to 1.0rc6. From the annou...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f2c269cfceda
branches:  trunk
changeset: 517262:f2c269cfceda
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Mon Aug 07 06:44:51 2006 +0000

description:
Update dovecot to 1.0rc6.  From the announcement mail:

Back to rc1's SSL proxying code with some improvements, which hopefully
now makes everyone happy.

I'm seeing all kinds of problems with namespace prefixes and LIST code.
I guess it would be important to fix it before v1.0 since it makes
upgrades from other servers easier..

I also tried looking into the "Unknown namespace" problems that happens
if you try to create only one namespace with "INBOX." prefix. I couldn't
really figure out what causes those errors. Could someone show me what
commands the client tries to use which causes it?

        * Removed login_max_logging_users setting since it was somewhat weird
          in how it worked. Added login_max_connections to replace it with
          login_process_per_connection=no, and with =yes its functionality
          is now within login_max_processes_count.

        + Added --with-linux-quota configure option to specify which Linux
          quota version to use, in case it's not correct in sys/quota.h.
          Usually used as --with-linux-quota=2
        + acl plugins: If .DEFAULT file exists in global ACL root directory,
          use it as the default ACLs for all mailboxes.
        - Fixes to login process handling, especially with
          login_process_per_connection=no.
        - Back to the original SSL proxy code but with one small fix, which
          hopefully fixes the occational hangs with it
        - Several fixes to handling LIST command more correctly.

diffstat:

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

diffs (28 lines):

diff -r dbe6c57e0722 -r f2c269cfceda mail/dovecot/Makefile
--- a/mail/dovecot/Makefile     Mon Aug 07 02:26:34 2006 +0000
+++ b/mail/dovecot/Makefile     Mon Aug 07 06:44:51 2006 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.62 2006/08/03 05:33:50 ghen Exp $
+# $NetBSD: Makefile,v 1.63 2006/08/07 06:44:51 ghen Exp $
 
-DISTNAME=              dovecot-1.0.rc5
+DISTNAME=              dovecot-1.0.rc6
 PKGNAME=               ${DISTNAME:S/.rc/rc/}
 CATEGORIES=            mail
 MASTER_SITES=          http://www.dovecot.org/releases/
diff -r dbe6c57e0722 -r f2c269cfceda mail/dovecot/distinfo
--- a/mail/dovecot/distinfo     Mon Aug 07 02:26:34 2006 +0000
+++ b/mail/dovecot/distinfo     Mon Aug 07 06:44:51 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.38 2006/08/03 05:33:50 ghen Exp $
+$NetBSD: distinfo,v 1.39 2006/08/07 06:44:51 ghen Exp $
 
-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 (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 (patch-aa) = b2d48d991cb57f1ae99617d26a5d9f30fcdc4700
 SHA1 (patch-ab) = 1f5ce4a9d0db770246f838ea2f9f80e66c6da287
 SHA1 (patch-ag) = ffb66cf054c0377245f3b400f65eabd975a225aa



Home | Main Index | Thread Index | Old Index