pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/dovecot Update to Dovecot 1.1.5. Changes since 1...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e535dc57eca3
branches:  trunk
changeset: 548758:e535dc57eca3
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Wed Oct 22 21:16:36 2008 +0000

description:
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:

 mail/dovecot/Makefile |  4 ++--
 mail/dovecot/PLIST    |  3 ++-
 mail/dovecot/distinfo |  8 ++++----
 3 files changed, 8 insertions(+), 7 deletions(-)

diffs (45 lines):

diff -r 0c5f78505a1a -r e535dc57eca3 mail/dovecot/Makefile
--- a/mail/dovecot/Makefile     Wed Oct 22 20:39:13 2008 +0000
+++ b/mail/dovecot/Makefile     Wed Oct 22 21:16:36 2008 +0000
@@ -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 -r 0c5f78505a1a -r e535dc57eca3 mail/dovecot/PLIST
--- a/mail/dovecot/PLIST        Wed Oct 22 20:39:13 2008 +0000
+++ b/mail/dovecot/PLIST        Wed Oct 22 21:16:36 2008 +0000
@@ -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/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 -r 0c5f78505a1a -r e535dc57eca3 mail/dovecot/distinfo
--- a/mail/dovecot/distinfo     Wed Oct 22 20:39:13 2008 +0000
+++ b/mail/dovecot/distinfo     Wed Oct 22 21:16:36 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index