From 9f9714d5f2f3b7aedb7f6a32a475228c48672755 Mon Sep 17 00:00:00 2001 From: ghen Date: Mon, 14 Sep 2009 06:09:08 +0000 Subject: 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). --- mail/dovecot/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/dovecot/Makefile') 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/ -- cgit v1.2.3