diff options
author | ghen <ghen@pkgsrc.org> | 2009-09-14 06:09:08 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2009-09-14 06:09:08 +0000 |
commit | 99493cda35f6b18018ccbae150129117e36fc0d0 (patch) | |
tree | 954aaa2db141f36d6e3caaa68dae144b819312e1 /mail/dovecot | |
parent | aab7f35b176ff28847ebed79a35b1b9c47165666 (diff) | |
download | pkgsrc-99493cda35f6b18018ccbae150129117e36fc0d0.tar.gz |
Update to Dovecot 1.1.19.
- file_set_size() was broken with OSes that didn't support posix_fallocate()
(almost everyone except Linux), causing all kinds of index file errors.
- ldap: Fixed hang when >128 requests were sent at once.
- Fixed a crash in saving messages where message contained a CR character that
wasn't followed by LF (and the CR happened to be the last character in an
internal buffer).
- deliver: Don't send rejects to any messages that have Auto-Submitted header.
This avoids emails loops.
- Message decoding fixes (mainly for IMAP SEARCH, Sieve).
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 c7e85ac77bf..39751ea7531 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.138 2009/08/11 11:33:58 ghen Exp $ +# $NetBSD: Makefile,v 1.139 2009/09/14 06:09:08 ghen Exp $ -DISTNAME= dovecot-1.1.18 +DISTNAME= dovecot-1.1.19 CATEGORIES= mail MASTER_SITES= http://www.dovecot.org/releases/1.1/ diff --git a/mail/dovecot/distinfo b/mail/dovecot/distinfo index a380bc70362..4d71c825dcc 100644 --- a/mail/dovecot/distinfo +++ b/mail/dovecot/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.102 2009/08/11 11:33:58 ghen Exp $ +$NetBSD: distinfo,v 1.103 2009/09/14 06:09:08 ghen Exp $ -SHA1 (dovecot-1.1.18.tar.gz) = 524b37f7ebfcdb8fcfe54d74b49318563156d775 -RMD160 (dovecot-1.1.18.tar.gz) = a7c7527c0771bf53709deb0dcd6acd012a78a1ea -Size (dovecot-1.1.18.tar.gz) = 2387081 bytes +SHA1 (dovecot-1.1.19.tar.gz) = ce8f8a135a2c8ef1bd0cd1ceff04018402f3cb58 +RMD160 (dovecot-1.1.19.tar.gz) = 8fe25b5a5347792e7aa919cc285c1b8c99bab36e +Size (dovecot-1.1.19.tar.gz) = 2389194 bytes SHA1 (patch-aa) = 00ed62ab4d7db505cc323b0c94352ddcd91ba6a1 SHA1 (patch-ab) = 2531c84a2ae34e74bb55fa33ccb0aabbbc263de0 SHA1 (patch-ac) = 4baa1d5160618f1e23eb8b401daca0afa7dfe9ea |