Mon Aug 13 13:57:46 2012 UTC ()
Update to Dovecot 2.1.9

* mail-log plugin: Log mailbox names with UTF-8 everywhere (instead of mUTF-7
  in some places and UTF-8 in other places)
* director: Changed director_username_hash setting's default from %u to %Lu (=
  lowercase usernames). This doesn't break any existing installations, but
  might fix some of them.

+ doveadm: Added "auth cache flush [<username>]" command.
+ Implemented dict passdb/userdb
+ Implemented Redis and memcached dict backends, which can be used as auth
  backends. Redis can also be used as dict-quota backend.
+ Added plugin { quota_ignore_save_errors=yes } setting to allow saving a mail
  when quota lookup fails with temporary failure.
- Full text search indexing might have failed for some messages, always causing
  indexer-worker process to run out of memory.
- fts-lucene: Fixed handling SEARCH HEADER FROM/TO/SUBJECT/CC/BCC when the
  header wasn't lowercased.
- fts-squat: Fixed crash when searching a virtual mailbox.
- pop3: Fixed assert crash when doing UIDL on empty mailbox on some setups.
- auth: GSSAPI RFC compliancy and error handling fixes.
- Various fixes related to handling shared namespaces


(ghen)
diff -r1.27 -r1.28 pkgsrc/mail/dovecot2/Makefile
diff -r1.15 -r1.16 pkgsrc/mail/dovecot2/PLIST
diff -r1.24 -r1.25 pkgsrc/mail/dovecot2/distinfo

cvs diff -r1.27 -r1.28 pkgsrc/mail/dovecot2/Makefile (expand / switch to context diff)
--- pkgsrc/mail/dovecot2/Makefile 2012/07/27 19:37:57 1.27
+++ pkgsrc/mail/dovecot2/Makefile 2012/08/13 13:57:46 1.28
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2012/07/27 19:37:57 drochner Exp $
+# $NetBSD: Makefile,v 1.28 2012/08/13 13:57:46 ghen Exp $
 
-DISTNAME=	dovecot-2.1.8
+DISTNAME=	dovecot-2.1.9
 CATEGORIES=	mail
 MASTER_SITES=	http://www.dovecot.org/releases/2.1/
 

cvs diff -r1.15 -r1.16 pkgsrc/mail/dovecot2/PLIST (expand / switch to context diff)
--- pkgsrc/mail/dovecot2/PLIST 2012/07/27 19:37:57 1.15
+++ pkgsrc/mail/dovecot2/PLIST 2012/08/13 13:57:46 1.16
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2012/07/27 19:37:57 drochner Exp $
+@comment $NetBSD: PLIST,v 1.16 2012/08/13 13:57:46 ghen Exp $
 bin/doveadm
 bin/doveconf
 bin/dsync
@@ -42,11 +42,13 @@
 include/dovecot/config-parser.h
 include/dovecot/config-request.h
 include/dovecot/config.h
+include/dovecot/connection.h
 include/dovecot/crc32.h
 include/dovecot/cydir-storage.h
 include/dovecot/cydir-sync.h
 include/dovecot/data-stack.h
 include/dovecot/db-checkpassword.h
+include/dovecot/db-dict.h
 include/dovecot/db-ldap.h
 include/dovecot/db-passwd-file.h
 include/dovecot/db-sql.h
@@ -162,6 +164,7 @@
 include/dovecot/istream-seekable.h
 include/dovecot/istream-tee.h
 include/dovecot/istream.h
+include/dovecot/json-parser.h
 include/dovecot/lda-settings.h
 include/dovecot/lib-signals.h
 include/dovecot/lib.h
@@ -450,7 +453,10 @@
 sbin/dovecot
 share/aclocal/dovecot.m4
 share/doc/dovecot/documentation.txt
+share/doc/dovecot/dovecot-openssl.cnf
+share/doc/dovecot/mkcert.sh
 share/doc/dovecot/securecoding.txt
+share/doc/dovecot/solr-schema.xml
 share/doc/dovecot/thread-refs.txt
 share/doc/dovecot/wiki/ACL.txt
 share/doc/dovecot/wiki/AixPluginsSupport.txt
@@ -569,6 +575,7 @@
 share/doc/dovecot/wiki/Migration.Vm-pop3d.txt
 share/doc/dovecot/wiki/Migration.txt
 share/doc/dovecot/wiki/MissingMailboxes.txt
+share/doc/dovecot/wiki/Mountpoints.txt
 share/doc/dovecot/wiki/NFS.txt
 share/doc/dovecot/wiki/Namespaces.txt
 share/doc/dovecot/wiki/OSCompatibility.txt

cvs diff -r1.24 -r1.25 pkgsrc/mail/dovecot2/distinfo (expand / switch to context diff)
--- pkgsrc/mail/dovecot2/distinfo 2012/07/27 19:37:57 1.24
+++ pkgsrc/mail/dovecot2/distinfo 2012/08/13 13:57:46 1.25
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.24 2012/07/27 19:37:57 drochner Exp $
+$NetBSD: distinfo,v 1.25 2012/08/13 13:57:46 ghen Exp $
 
-SHA1 (dovecot-2.1.8.tar.gz) = 02a82b620b56d24894653cace6f80b6b662fd634
-RMD160 (dovecot-2.1.8.tar.gz) = 772cec080a8fe69bdd7f434235aee36a3dc294e6
-Size (dovecot-2.1.8.tar.gz) = 3807008 bytes
+SHA1 (dovecot-2.1.9.tar.gz) = f576e3f4015cc88fc509f693741aaf137f46ed91
+RMD160 (dovecot-2.1.9.tar.gz) = a568e57256eecbf8afe32285f7e50eaf4fbae67a
+Size (dovecot-2.1.9.tar.gz) = 3829755 bytes
 SHA1 (patch-aa) = 882f0c9fcf3acdfd2feaf7919309f770324f9843
 SHA1 (patch-ab) = 218948585c96492a832ea903f31a6f9ad9fc69f0
 SHA1 (patch-ac) = dc5db4870b14bf2424f0c957f5cf7f1a289fefe6