diff options
author | ghen <ghen@pkgsrc.org> | 2008-10-06 07:08:01 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2008-10-06 07:08:01 +0000 |
commit | 398ef3e0a32d0bc22ca80c16a3469594087de8ff (patch) | |
tree | 26f6a31d012d3487c2ad06bcfb447f7fbe866085 /mail/dovecot | |
parent | 1e18a526cd147dd09d12c16b010259a0fda27b7a (diff) | |
download | pkgsrc-398ef3e0a32d0bc22ca80c16a3469594087de8ff.tar.gz |
Update to Dovecot 1.1.4. Changes since 1.1.3:
- SORT: Yet another assert-crashfix when renumbering index sort IDs.
- ACL plugin fixes: Negative rights were actually treated as positive rights.
'k' right didn't prevent creating parent/child/child mailbox. ACL groups
weren't working.
- Maildir++ quota: Fixes to rebuilding when quota limit wasn't specified in
Dovecot (0 limit or limit read from maildirsize).
- mbox: Several bugfixes causing errors and crashes.
- Several fixes to expire plugin / expire-tool.
- lock_method=dotlock could have deadlocked with itself.
- Many error handling fixes and log message improvements.
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 076c4d0dfd0..6580259d091 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.120 2008/09/03 15:04:34 ghen Exp $ +# $NetBSD: Makefile,v 1.121 2008/10/06 07:08:01 ghen Exp $ -DISTNAME= dovecot-1.1.3 +DISTNAME= dovecot-1.1.4 CATEGORIES= mail MASTER_SITES= http://www.dovecot.org/releases/1.1/ diff --git a/mail/dovecot/distinfo b/mail/dovecot/distinfo index 57c30e04673..5853b335513 100644 --- a/mail/dovecot/distinfo +++ b/mail/dovecot/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.85 2008/09/03 15:04:34 ghen Exp $ +$NetBSD: distinfo,v 1.86 2008/10/06 07:08:02 ghen Exp $ -SHA1 (dovecot-1.1.3.tar.gz) = a46a4bdb3d6fb86d74458c1e375cf71ff4503189 -RMD160 (dovecot-1.1.3.tar.gz) = ef759b01c0e80a3d6d9234189c97d478e9785c10 -Size (dovecot-1.1.3.tar.gz) = 2306933 bytes +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 (patch-aa) = 6258057d49add91f06d4dd51ded72e42f6774354 SHA1 (patch-ab) = e298616fa4b88da4f0748b025deeedd36b5a49dd SHA1 (patch-ac) = 6fe2f73109ff611040b816d14cd587212c319f32 |