diff options
author | ghen <ghen> | 2007-10-28 12:49:37 +0000 |
---|---|---|
committer | ghen <ghen> | 2007-10-28 12:49:37 +0000 |
commit | ce2709577f788f485cbbdf82bd019b54b5b09edc (patch) | |
tree | fca92962bdc22345ef44d6fe687d7ccfdddcb431 /mail/dovecot | |
parent | 79128a0e9b5073bc0cc7ab77b5b601cf48460d18 (diff) | |
download | pkgsrc-ce2709577f788f485cbbdf82bd019b54b5b09edc.tar.gz |
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 (limited to 'mail/dovecot')
-rw-r--r-- | mail/dovecot/Makefile | 4 | ||||
-rw-r--r-- | mail/dovecot/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index cddc6865fdd..fb7bbc6055f 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -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 --git a/mail/dovecot/distinfo b/mail/dovecot/distinfo index b2963060682..eeab949782b 100644 --- a/mail/dovecot/distinfo +++ b/mail/dovecot/distinfo @@ -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 |