diff options
author | ghen <ghen@pkgsrc.org> | 2012-08-13 13:57:46 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2012-08-13 13:57:46 +0000 |
commit | f0e2aaafa65c8462b367c7b1a1513b637e3af647 (patch) | |
tree | ecd461a183856ebb6b149981daac941193cc8c08 /mail | |
parent | a57006df66f012f01ef0e8b50ccf3ba0361bd26b (diff) | |
download | pkgsrc-f0e2aaafa65c8462b367c7b1a1513b637e3af647.tar.gz |
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
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dovecot2/Makefile | 4 | ||||
-rw-r--r-- | mail/dovecot2/PLIST | 9 | ||||
-rw-r--r-- | mail/dovecot2/distinfo | 8 |
3 files changed, 14 insertions, 7 deletions
diff --git a/mail/dovecot2/Makefile b/mail/dovecot2/Makefile index 3114fc672e4..af62debb20c 100644 --- a/mail/dovecot2/Makefile +++ b/mail/dovecot2/Makefile @@ -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/ diff --git a/mail/dovecot2/PLIST b/mail/dovecot2/PLIST index a1dd5f7d35f..952a37d14ed 100644 --- a/mail/dovecot2/PLIST +++ b/mail/dovecot2/PLIST @@ -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-private.h 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-rawlog.h 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 @@ man/man7/doveadm-search-query.7 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.UW.txt 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 diff --git a/mail/dovecot2/distinfo b/mail/dovecot2/distinfo index 08ca9351705..082b384673d 100644 --- a/mail/dovecot2/distinfo +++ b/mail/dovecot2/distinfo @@ -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 |