[Lunar-commits] <moonbase> dovecot: version bumped to 1.1.5.
Florin Braescu
florin at lunar-linux.org
Thu Oct 23 09:19:53 CEST 2008
commit 18b7218bb103382fd8b7bac08921a5c6865e6c48
Author: Florin Braescu <florin at lunar-linux.org>
Date: Thu Oct 23 10:19:53 2008 +0300
dovecot: version bumped to 1.1.5.
Changes:
* 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.
---
mail/dovecot/DETAILS | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/mail/dovecot/DETAILS b/mail/dovecot/DETAILS
index bb52978..66e41f9 100644
--- a/mail/dovecot/DETAILS
+++ b/mail/dovecot/DETAILS
@@ -1,11 +1,11 @@
MODULE=dovecot
- VERSION=1.1.4
+ VERSION=1.1.5
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://www.dovecot.org/releases/1.1
- SOURCE_VFY=sha1:576d0d1323b77e7820f284fae788a98d174098f8
+ SOURCE_VFY=sha1:0b193859dd5bea5f446ef03561ec5d21f476ce3a
WEB_SITE=http://www.dovecot.org
ENTERED=20041204
- UPDATED=20081006
+ UPDATED=20081023
SHORT="A small, fast and secure (SSL) Maildir capable imap daemon"
cat << EOF
More information about the Lunar-commits
mailing list