diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2007-07-16 06:45:02 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2007-07-16 06:45:02 +0000 |
commit | f3ee7a075620bd64b8c4d3bd537d166b54ad0730 (patch) | |
tree | 101a84a6ff66319e967d460cb51dd021d4b01963 /mail | |
parent | cb83df4b4b75ac962657c153c52f358efd9fdd1a (diff) | |
download | pkgsrc-f3ee7a075620bd64b8c4d3bd537d166b54ad0730.tar.gz |
Update to 1.0.2:
Fixes several bugs. This release also adds compatibility with upcoming
Dovecot v1.1 so it'll be possible to upgrade to v1.1 and back to v1.0.2
without anything breaking.
* dbox isn't built anymore by default. It will be redesigned so it
shouldn't be used.
+ Maildir: Support reading dovecot-uidlist (v3) files created by
Dovecot v1.1.
- Maildir: "UIDVALIDITY changed" errors could happen with newly
created mailboxes
- If "INBOX." namespace was used, LIST returned it with \HasNoChildren
which caused some clients not to show any other mailboxes.
- Maildir++ quota: If multiple processes were updating maildirsize
at the same time, we failed with "Unknown error".
- IMAP: IDLE didn't actually disconnect client after 30 minutes of
inactivity.
- LDAP passdb/userdb was leaking memory
- deliver: %variables in plugin {} weren't expanded
- deliver: Don't bounce the mail if Sieve plugin returns failure
Diffstat (limited to 'mail')
-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 88646012f2d..9bd32a10040 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.98 2007/07/04 20:54:41 jlam Exp $ +# $NetBSD: Makefile,v 1.99 2007/07/16 06:45:02 xtraeme Exp $ -DISTNAME= dovecot-1.0.1 +DISTNAME= dovecot-1.0.2 CATEGORIES= mail MASTER_SITES= http://www.dovecot.org/releases/ diff --git a/mail/dovecot/distinfo b/mail/dovecot/distinfo index 1acb80c152b..842c5bc5a1b 100644 --- a/mail/dovecot/distinfo +++ b/mail/dovecot/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.67 2007/06/16 15:01:17 ghen Exp $ +$NetBSD: distinfo,v 1.68 2007/07/16 06:45:02 xtraeme Exp $ -SHA1 (dovecot-1.0.1.tar.gz) = 2772e27ecfc4afcb37b7afbed0deb98599fe645a -RMD160 (dovecot-1.0.1.tar.gz) = 99fb3c7f69d7518d0fff3cc8245860c8731d1414 -Size (dovecot-1.0.1.tar.gz) = 1739087 bytes +SHA1 (dovecot-1.0.2.tar.gz) = 02e379f12901ca7c0385c19c268805827e68e0ec +RMD160 (dovecot-1.0.2.tar.gz) = 0633225e510d1dd72306ff00003f065de25e09c5 +Size (dovecot-1.0.2.tar.gz) = 1768818 bytes SHA1 (patch-aa) = 6258057d49add91f06d4dd51ded72e42f6774354 SHA1 (patch-ab) = 5d45a1617dd5ee7ce07fe89b526a6fb273057bb5 SHA1 (patch-ac) = 377da4719b5dca91a0b2fa7b3e11170cd2ea8d59 |