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.0.6.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/10626b0e9726
branches:  trunk
changeset: 534635:10626b0e9726
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Sun Oct 28 12:49:37 2007 +0000

description:
Update to Dovecot 1.0.6.

        * IDLE: Interval between mailbox change notifies is now 1 second,
          because some clients keep a long-running IDLE connection and use
          other connections to actually read the mails.
        * SORT: If Date: header is missing or broken, fallback to using
          INTERNALDATE (as the SORT draft nowadays specifies).

        + deliver: If message begins with a "From " line, ignore it.
        + zlib plugin: If maildir file has a "Z" flag, open it with zlib.
        - CREATE: Don't assert-crash if trying to create namespace prefix.
        - SEARCH: Fixes to handling NOT operator with sequence ranges.
        - LDAP reconnection fixes
        - Maildir: Don't break when renaming mailboxes with '*' or '%'
          characters and children.
        - mbox: Fixed "file size unexpectedly shrinked" error in some
          conditions.
        - quota+mbox: Don't fail if trying to delete a directory.
        - Fixes to running from inetd

diffstat:

 mail/dovecot/Makefile |  4 ++--
 mail/dovecot/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (28 lines):

diff -r b839561088e5 -r 10626b0e9726 mail/dovecot/Makefile
--- a/mail/dovecot/Makefile     Sun Oct 28 12:36:52 2007 +0000
+++ b/mail/dovecot/Makefile     Sun Oct 28 12:49:37 2007 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.103 2007/09/09 11:43:09 ghen Exp $
+# $NetBSD: Makefile,v 1.104 2007/10/28 12:49:37 ghen Exp $
 
-DISTNAME=              dovecot-1.0.5
+DISTNAME=              dovecot-1.0.6
 CATEGORIES=            mail
 MASTER_SITES=          http://www.dovecot.org/releases/1.0/
 
diff -r b839561088e5 -r 10626b0e9726 mail/dovecot/distinfo
--- a/mail/dovecot/distinfo     Sun Oct 28 12:36:52 2007 +0000
+++ b/mail/dovecot/distinfo     Sun Oct 28 12:49:37 2007 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.71 2007/09/09 11:43:10 ghen Exp $
+$NetBSD: distinfo,v 1.72 2007/10/28 12:49:37 ghen Exp $
 
-SHA1 (dovecot-1.0.5.tar.gz) = 93782c065dd4962487da9faf3f5f6cb1ae6a101b
-RMD160 (dovecot-1.0.5.tar.gz) = da34fe38101b067644276144f189688e0827e54b
-Size (dovecot-1.0.5.tar.gz) = 1775898 bytes
+SHA1 (dovecot-1.0.6.tar.gz) = d261d9f7fda1d7436cbb96c678b76702989bf729
+RMD160 (dovecot-1.0.6.tar.gz) = eb4d76e70820a4ed5f03806ad2fd6bd793a597b5
+Size (dovecot-1.0.6.tar.gz) = 1783566 bytes
 SHA1 (patch-aa) = 6258057d49add91f06d4dd51ded72e42f6774354
 SHA1 (patch-ab) = 5d45a1617dd5ee7ce07fe89b526a6fb273057bb5
 SHA1 (patch-ac) = 377da4719b5dca91a0b2fa7b3e11170cd2ea8d59



Home | Main Index | Thread Index | Old Index