summaryrefslogtreecommitdiff
path: root/mail/dovecot/Makefile
diff options
context:
space:
mode:
authorghen <ghen>2009-09-14 06:09:08 +0000
committerghen <ghen>2009-09-14 06:09:08 +0000
commit9f9714d5f2f3b7aedb7f6a32a475228c48672755 (patch)
tree954aaa2db141f36d6e3caaa68dae144b819312e1 /mail/dovecot/Makefile
parent737f69b8538a0a4a24bf2635b9ee25c45f91f185 (diff)
downloadpkgsrc-9f9714d5f2f3b7aedb7f6a32a475228c48672755.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/Makefile')
-rw-r--r--mail/dovecot/Makefile4
1 files changed, 2 insertions, 2 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/