summaryrefslogtreecommitdiff
path: root/mail/dovecot2/Makefile
diff options
context:
space:
mode:
authoradam <adam>2013-05-23 19:45:50 +0000
committeradam <adam>2013-05-23 19:45:50 +0000
commitdcdcb19dbb911d3a0c6f1415e42013a43e721217 (patch)
tree647e06dfc9f41e31cb2c85e3ddadd30428a47478 /mail/dovecot2/Makefile
parent149fd6a53f9931cbcd73c428cac8549ece75b5ed (diff)
downloadpkgsrc-dcdcb19dbb911d3a0c6f1415e42013a43e721217.tar.gz
Changes 2.2.2:
+ zlib: Keep the last mail cached uncompressed in a temp file. This fixes performance when doing small partial fetches from a large mail. + acl: If plugin { acl_defaults_from_inbox = yes } is set, get the default ACLs for private and shared namespaces from the user's INBOX. (This probably will become default in v2.3.) + pop3: Added pop3_deleted_flag setting to switch POP3 deletions to only hide the messages from POP3, but still be visible via IMAP. - ACL plugin: Mailbox creation wasn't actually checking any ACLs and always succeeded (due to some v2.2 API changes). The created mailbox couldn't have been accessed though, so this couldn't have caused any data leak. - IMAP: Various URLAUTH fixes. - IMAP: Fixed a hang with invalid APPEND parameters. - IMAP LIST-EXTENDED: INBOX was never listed with \Subscribed flag. - mailbox_list_index=yes still caused crashes. - maildir: Fixed a crash after dovecot-keywords file was re-read. - maildir: If files had reappeared unexpectedly to a Maildir, they were ignored until index files were deleted. - Maildir: Fixed handling over 26 keywords in a mailbox. - Maildir++: Fixed mail_shared_explicit_inbox=no - namespace { prefix="" list=no } was listing mailboxes. - imap/pop3-login proxying: Fixed a crash if TCP connection succeeded, but the remote login timed out. - Case-insensitive search/sort didn't work correctly for all unicode characters, as specified by i;unicode-casemap comparator. If full text search indexes were used, they need to be rebuilt for old mails to be handled correctly. (This bug has existed always in Dovecot.)
Diffstat (limited to 'mail/dovecot2/Makefile')
-rw-r--r--mail/dovecot2/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/dovecot2/Makefile b/mail/dovecot2/Makefile
index edf861b3b6c..98c82ce1c0e 100644
--- a/mail/dovecot2/Makefile
+++ b/mail/dovecot2/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.44 2013/05/14 15:38:36 taca Exp $
+# $NetBSD: Makefile,v 1.45 2013/05/23 19:45:50 adam Exp $
-DISTNAME= dovecot-2.2.1
-PKGREVISION= 2
+DISTNAME= dovecot-2.2.2
CATEGORIES= mail
MASTER_SITES= http://www.dovecot.org/releases/2.2/