diff options
author | ghen <ghen@pkgsrc.org> | 2006-08-07 06:44:51 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-08-07 06:44:51 +0000 |
commit | 4b8ac090a75f9d325dc1f838f0569332b6048773 (patch) | |
tree | 9ba3028a92eaa01555288d044dd5cb1c3b5c4c18 /mail | |
parent | 45b67fda284270c22d8d7891b764bb0413bd6649 (diff) | |
download | pkgsrc-4b8ac090a75f9d325dc1f838f0569332b6048773.tar.gz |
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 (limited to 'mail')
-rw-r--r-- | mail/dovecot/Makefile | 4 | ||||
-rw-r--r-- | mail/dovecot/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index 259a8652c5e..0bcb0437d41 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -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 --git a/mail/dovecot/distinfo b/mail/dovecot/distinfo index 4b2734891db..772f7befb8d 100644 --- a/mail/dovecot/distinfo +++ b/mail/dovecot/distinfo @@ -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 |