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
This commit is contained in:
parent
916d4b32c0
commit
3dbe8b001e
3 changed files with 8 additions and 7 deletions
|
@ -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/
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue