From 116281973d6c3a5665ed9cb5a6755df304e95a61 Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 17 Jan 2014 11:50:49 +0000 Subject: Changes 2.2.10: + auth: passdb/userdb dict rewrite to support much more complex setups. See doc/example-config/dovecot-dict-auth.conf.ext. The old settings will continue to work. + auth: Added userdb result_success/failure/tempfail and skip settings, similar to passdb's. See http://wiki2.dovecot.org/UserDatabase + imap: Implemented SETQUOTA command for admin user when quota_set is configured. See http://master.wiki2.dovecot.org/Quota/Configuration + quota: Support "*" and "?" wildcards in mailbox names in quota_rules + mysql: Added ssl_verify_server_cert=no|yes parameter. This currently defaults to "no" to make sure nothing breaks, but likely will become "yes" in Dovecot v2.3. + ldap: Added blocking=yes setting to use auth worker processes for ldap lookups. This is a workaround for now to be able to use multiple simultaneous LDAP connections. + pop3c+dsync performance improvements - quota-status: quota_grace was ignored - ldap: Fixed memory leak with auth_bind=yes and without auth_bind_userdn. - imap: Don't send HIGHESTMODSEQ anymore on SELECT/EXAMINE when CONDSTORE/QRESYNC has never before been enabled for the mailbox. - imap: Fixes to handling mailboxes without permanent modseqs. (When [NOMODSEQ] is returned by SELECT, mainly with in-memory indexes.) - imap: Various fixes to METADATA support. - stats plugin: Processes that only temporarily dropped privileges (e.g. indexer-worker) may have been logging errors about not being able to open /proc/self/io. --- mail/dovecot2/Makefile | 4 ++-- mail/dovecot2/PLIST | 3 ++- mail/dovecot2/distinfo | 8 ++++---- 3 files changed, 8 insertions(+), 7 deletions(-) (limited to 'mail') diff --git a/mail/dovecot2/Makefile b/mail/dovecot2/Makefile index 2a6cf38f91d..ece25bd3f2d 100644 --- a/mail/dovecot2/Makefile +++ b/mail/dovecot2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.55 2013/11/30 19:22:45 adam Exp $ +# $NetBSD: Makefile,v 1.56 2014/01/17 11:50:49 adam Exp $ -DISTNAME= dovecot-2.2.9 +DISTNAME= dovecot-2.2.10 CATEGORIES= mail MASTER_SITES= http://www.dovecot.org/releases/${PKGVERSION_NOREV:R}/ diff --git a/mail/dovecot2/PLIST b/mail/dovecot2/PLIST index 022be5e0c6a..e4dcdb0fc87 100644 --- a/mail/dovecot2/PLIST +++ b/mail/dovecot2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.31 2013/11/30 19:22:45 adam Exp $ +@comment $NetBSD: PLIST,v 1.32 2014/01/17 11:50:49 adam Exp $ bin/doveadm bin/doveconf bin/dsync @@ -559,6 +559,7 @@ share/doc/dovecot/wiki/Authentication.Mechanisms.Winbind.txt share/doc/dovecot/wiki/Authentication.Mechanisms.txt share/doc/dovecot/wiki/Authentication.MultipleDatabases.txt share/doc/dovecot/wiki/Authentication.PasswordSchemes.txt +share/doc/dovecot/wiki/Authentication.Penalty.txt share/doc/dovecot/wiki/Authentication.RestrictAccess.txt share/doc/dovecot/wiki/Authentication.txt share/doc/dovecot/wiki/BasicConfiguration.txt diff --git a/mail/dovecot2/distinfo b/mail/dovecot2/distinfo index f54994c5790..c77c8686647 100644 --- a/mail/dovecot2/distinfo +++ b/mail/dovecot2/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.42 2013/11/30 19:22:45 adam Exp $ +$NetBSD: distinfo,v 1.43 2014/01/17 11:50:49 adam Exp $ -SHA1 (dovecot-2.2.9.tar.gz) = efba4dee63c7dab2b9950e51874a86ba17e09d0c -RMD160 (dovecot-2.2.9.tar.gz) = 127fd998bc18ec4c36aa9fca7d69d9b8f7707a71 -Size (dovecot-2.2.9.tar.gz) = 4540858 bytes +SHA1 (dovecot-2.2.10.tar.gz) = aa6264444096abf139bb4f4c504c01f6107ce740 +RMD160 (dovecot-2.2.10.tar.gz) = 1610956691a525cc0451e1c02f3f00d2854edb62 +Size (dovecot-2.2.10.tar.gz) = 4558660 bytes SHA1 (patch-aa) = ea185011f0c1ee3aa1ff528e61f6f356fe385666 SHA1 (patch-ab) = ce698e00729aeccbb7f3fa4ee9d037791fdd2d14 SHA1 (patch-ac) = dc5db4870b14bf2424f0c957f5cf7f1a289fefe6 -- cgit v1.2.3