Update to Dovecot 1.1rc2.
Changes since rc1: * mail_extra_groups setting was commonly used insecurely. This setting is now deprecated. Most users should switch to using mail_privileged_group setting, but if you really need the old functionality use mail_access_groups instead. + Expire plugin now supports wildcards in mailbox names. + dbox: Expire plugin supports moving old mails to alternative dbox directory + Maildir++ quota: quota_rule=?:<rule> specifies a default rule which is used only if the maildirsize file doesn't exist. + If SSL/TLS connection isn't closed cleanly, log the last error in the disconnection line. + EXPUNGE: If new \Deleted messages were found while expunging, do it again and expunge them as well (Outlook workaround) - IMAP: SEARCH, LIST and THREAD command correctness fixes - Maildir++ quota: Quota rules and warnings with % rules didn't work if the default limits were taken from maildirsize file. - Maildir++ quota: If both byte and message limits weren't specified, maildirsize file was recalculated all the time - mbox: Flag and keyword updates may have gotten lost in some situations (happens with v1.0 too) - ldap: Don't crash if userdb lookup fails - Squat fixes and performance improvements Things left to do for v1.1.0: - dbox has a metadata corruption bug, find and fix it - Squat has some locking issues that causes errors when stress testing with multiple connections - Squat doesn't do NFS cache flushing and has some other NFS problems.
This commit is contained in:
parent
b7ab753eef
commit
7c21c4363c
3 changed files with 10 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.39 2008/02/21 23:39:51 ghen Exp $
|
||||
# $NetBSD: Makefile,v 1.40 2008/03/08 10:26:08 ghen Exp $
|
||||
|
||||
DISTNAME= dovecot-1.1.rc1
|
||||
DISTNAME= dovecot-1.1.rc2
|
||||
PKGNAME= ${DISTNAME:S/.rc/rc/}
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.dovecot.org/releases/1.1/rc/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.19 2008/02/17 19:36:30 ghen Exp $
|
||||
@comment $NetBSD: PLIST,v 1.20 2008/03/08 10:26:08 ghen Exp $
|
||||
include/dovecot/config.h
|
||||
include/dovecot/src/auth/auth-cache.h
|
||||
include/dovecot/src/auth/auth-client-connection.h
|
||||
|
@ -75,6 +75,7 @@ include/dovecot/src/lib-index/mailbox-list-index-private.h
|
|||
include/dovecot/src/lib-index/mailbox-list-index.h
|
||||
include/dovecot/src/lib-mail/istream-header-filter.h
|
||||
include/dovecot/src/lib-mail/mail-types.h
|
||||
include/dovecot/src/lib-mail/mbox-from.h
|
||||
include/dovecot/src/lib-mail/message-address.h
|
||||
include/dovecot/src/lib-mail/message-date.h
|
||||
include/dovecot/src/lib-mail/message-decoder.h
|
||||
|
@ -110,7 +111,6 @@ include/dovecot/src/lib-storage/index/maildir/maildir-sync.h
|
|||
include/dovecot/src/lib-storage/index/maildir/maildir-uidlist.h
|
||||
include/dovecot/src/lib-storage/index/mbox/istream-raw-mbox.h
|
||||
include/dovecot/src/lib-storage/index/mbox/mbox-file.h
|
||||
include/dovecot/src/lib-storage/index/mbox/mbox-from.h
|
||||
include/dovecot/src/lib-storage/index/mbox/mbox-lock.h
|
||||
include/dovecot/src/lib-storage/index/mbox/mbox-md5.h
|
||||
include/dovecot/src/lib-storage/index/mbox/mbox-storage.h
|
||||
|
@ -146,6 +146,7 @@ include/dovecot/src/lib/env-util.h
|
|||
include/dovecot/src/lib/failures.h
|
||||
include/dovecot/src/lib/fd-close-on-exec.h
|
||||
include/dovecot/src/lib/fd-set-nonblock.h
|
||||
include/dovecot/src/lib/fdatasync-path.h
|
||||
include/dovecot/src/lib/fdpass.h
|
||||
include/dovecot/src/lib/file-cache.h
|
||||
include/dovecot/src/lib/file-copy.h
|
||||
|
@ -303,6 +304,7 @@ share/doc/dovecot/wiki/CommandLine.txt
|
|||
share/doc/dovecot/wiki/CompilingSource.txt
|
||||
share/doc/dovecot/wiki/Debugging.Authentication.txt
|
||||
share/doc/dovecot/wiki/Debugging.ProcessTracing.txt
|
||||
share/doc/dovecot/wiki/Debugging.Rawlog.txt
|
||||
share/doc/dovecot/wiki/Debugging.Thunderbird.txt
|
||||
share/doc/dovecot/wiki/Design.AuthProcess.txt
|
||||
share/doc/dovecot/wiki/Design.Indexes.Cache.txt
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.27 2008/02/21 23:39:51 ghen Exp $
|
||||
$NetBSD: distinfo,v 1.28 2008/03/08 10:26:08 ghen Exp $
|
||||
|
||||
SHA1 (dovecot-1.1.rc1.tar.gz) = d1379418ebdffe629c31bbfd04c5f974174bf868
|
||||
RMD160 (dovecot-1.1.rc1.tar.gz) = b377e7881f6b61f15a7b74872ce713bc25e9c136
|
||||
Size (dovecot-1.1.rc1.tar.gz) = 2203369 bytes
|
||||
SHA1 (dovecot-1.1.rc2.tar.gz) = 28fe4fb27c05b3f3625ca9fad311de535f1c28db
|
||||
RMD160 (dovecot-1.1.rc2.tar.gz) = 3b23f36f23c1c270e9db2c469d79ead20470be48
|
||||
Size (dovecot-1.1.rc2.tar.gz) = 2221209 bytes
|
||||
SHA1 (patch-aa) = 6258057d49add91f06d4dd51ded72e42f6774354
|
||||
SHA1 (patch-ab) = e298616fa4b88da4f0748b025deeedd36b5a49dd
|
||||
SHA1 (patch-ac) = 55d54585f4cd5028d8c1b16c21ae354e9f1d3027
|
||||
|
|
Loading…
Reference in a new issue