diff options
author | ghen <ghen@pkgsrc.org> | 2008-10-22 21:16:36 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2008-10-22 21:16:36 +0000 |
commit | 3dbe8b001e40a1d18db8d2f47327405c16c53cd1 (patch) | |
tree | 2b35f1592641f164c38214cbfaba2c78ae27f695 /mail | |
parent | 916d4b32c0ad43226afcd60799072a02d3622a9b (diff) | |
download | pkgsrc-3dbe8b001e40a1d18db8d2f47327405c16c53cd1.tar.gz |
Update to Dovecot 1.1.5. Changes since 1.1.4:
* Dovecot prints an informational message about authentication problems
at startup. The message goes away after the first successful
authentication. This hopefully reduces the number of "Why doesn't
my authentication work?" questions.
+ Maildir/dbox: Try harder to assign unique UIDVALIDITY values to
mailboxes to avoid potential problems when recreating or renaming
mailboxes. The UIDVALIDITY is tracked using dovecot-uidvalidity*
files in the mail root directory.
+ Many logging improvements
- In some conditions Dovecot could have stopped using existing cache
file and never used it again until it was deleted.
- pop3 + Maildir: Make sure virtual sizes are always written to
dovecot-uidlist. This way if the indexes are lost Dovecot will never
do a huge amount of work to recalculate them.
- mbox: Fixed listing mailboxes in namespaces with prefix beginning
with '~' or '/' (i.e. UW-IMAP compatibility namespaces didn't work).
- dict quota: Don't crash when recalculating quota (when quota warnings
enabled).
- Fixes to handling "out of disk space/quota" failures.
- Blocking passdbs/userdbs (e.g. PAM, MySQL) could have failed lookups
sometimes when auth_worker_max_request_count was non-zero.
- Fixed compiling with OpenBSD
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dovecot/Makefile | 4 | ||||
-rw-r--r-- | mail/dovecot/PLIST | 3 | ||||
-rw-r--r-- | mail/dovecot/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index 6580259d091..2751006688a 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.121 2008/10/06 07:08:01 ghen Exp $ +# $NetBSD: Makefile,v 1.122 2008/10/22 21:16:36 ghen Exp $ -DISTNAME= dovecot-1.1.4 +DISTNAME= dovecot-1.1.5 CATEGORIES= mail MASTER_SITES= http://www.dovecot.org/releases/1.1/ diff --git a/mail/dovecot/PLIST b/mail/dovecot/PLIST index 1240fbc22db..64afbba3edc 100644 --- a/mail/dovecot/PLIST +++ b/mail/dovecot/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.21 2008/07/24 07:38:51 ghen Exp $ +@comment $NetBSD: PLIST,v 1.22 2008/10/22 21:16:36 ghen Exp $ include/dovecot/config.h include/dovecot/src/auth/auth-cache.h include/dovecot/src/auth/auth-client-connection.h @@ -131,6 +131,7 @@ include/dovecot/src/lib-storage/mail-storage.h include/dovecot/src/lib-storage/mailbox-list-private.h include/dovecot/src/lib-storage/mailbox-list.h include/dovecot/src/lib-storage/mailbox-tree.h +include/dovecot/src/lib-storage/mailbox-uidvalidity.h include/dovecot/src/lib/aqueue.h include/dovecot/src/lib/array-decl.h include/dovecot/src/lib/array.h diff --git a/mail/dovecot/distinfo b/mail/dovecot/distinfo index 5853b335513..454ef46664f 100644 --- a/mail/dovecot/distinfo +++ b/mail/dovecot/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.86 2008/10/06 07:08:02 ghen Exp $ +$NetBSD: distinfo,v 1.87 2008/10/22 21:16:36 ghen Exp $ -SHA1 (dovecot-1.1.4.tar.gz) = 576d0d1323b77e7820f284fae788a98d174098f8 -RMD160 (dovecot-1.1.4.tar.gz) = 1990d1276454f6a376c7fe0681f0969d6ba57a29 -Size (dovecot-1.1.4.tar.gz) = 2314155 bytes +SHA1 (dovecot-1.1.5.tar.gz) = 0b193859dd5bea5f446ef03561ec5d21f476ce3a +RMD160 (dovecot-1.1.5.tar.gz) = 6330ba0393a1c805f8e9ae8fb8daa7eedcf900a0 +Size (dovecot-1.1.5.tar.gz) = 2320452 bytes SHA1 (patch-aa) = 6258057d49add91f06d4dd51ded72e42f6774354 SHA1 (patch-ab) = e298616fa4b88da4f0748b025deeedd36b5a49dd SHA1 (patch-ac) = 6fe2f73109ff611040b816d14cd587212c319f32 |