summaryrefslogtreecommitdiff
path: root/mail/dovecot/Makefile
diff options
context:
space:
mode:
authorghen <ghen>2009-04-20 14:06:17 +0000
committerghen <ghen>2009-04-20 14:06:17 +0000
commitb47abe3967e06d36d8c08264a1fee42c92e06013 (patch)
tree86e9589b08d2ca3d448e6758c2d58700cbe60f7b /mail/dovecot/Makefile
parentee2343de7c99255b6e2a372e840d9fbc99076e56 (diff)
downloadpkgsrc-b47abe3967e06d36d8c08264a1fee42c92e06013.tar.gz
Update to Dovecot 1.1.14.
* IMAP: Don't allow APPEND to specify INTERNALDATE more than 2 hours into future. With Maildir future INTERNALDATEs may mess up incremental backups. - Date: header was always being added to cache file when saving messages, even if clients didn't really want it. This caused POP3-only users to have dovecot.index.cache file unneededly. - Character set conversion in specific mails may have caused Dovecot to allocate all the available memory (in default configuration dying after having allocated 256 MB). This happened only while searching messages. - Message address parser didn't handle empty group:; correctly. - imap/pop3-login: Don't crash when shutting down and destroying clients. - deliver wasn't using mail_access_groups setting. - mbox: When doing autodetection, if mbox didn't find an existing mail directory it just went and created it anyway, instead of failing the storage creation. - Fixed some error handling in maildir and index code.
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 481956827a9..cf4469dbac6 100644
--- a/mail/dovecot/Makefile
+++ b/mail/dovecot/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.130 2009/03/19 09:04:44 ghen Exp $
+# $NetBSD: Makefile,v 1.131 2009/04/20 14:06:17 ghen Exp $
-DISTNAME= dovecot-1.1.13
+DISTNAME= dovecot-1.1.14
CATEGORIES= mail
MASTER_SITES= http://www.dovecot.org/releases/1.1/