summaryrefslogtreecommitdiff
path: root/mail/dovecot2/Makefile.common
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2017-07-03 13:12:44 +0000
committeradam <adam@pkgsrc.org>2017-07-03 13:12:44 +0000
commit926527de1d928cdfe413efd8160bd11baaa0c6b3 (patch)
tree00e59bf79c9ae35362e8973f6216bb06bf1ac9a1 /mail/dovecot2/Makefile.common
parent107cb65d0f20137405d10968e564f76442310403 (diff)
downloadpkgsrc-926527de1d928cdfe413efd8160bd11baaa0c6b3.tar.gz
Changes 2.2.31:
* LMTP: Removed "(Dovecot)" from added Received headers. Some installations want to hide it, and there's not really any good reason for anyone to have it. + Add ssl_alt_cert and ssl_alt_key settings to add support for having both RSA and ECDSA certificates. + dsync/imapc, pop3-migration plugin: Strip trailing whitespace from headers when matching mails. This helps with migrations from Zimbra. + acl: Add acl_globals_only setting to disable looking up per-mailbox dovecot-acl files. + Parse invalid message addresses better. This mainly affects the generated IMAP ENVELOPE replies. - v2.2.30 wasn't fixing corrupted dovecot.index.cache files properly. It could have deleted wrong mail's cache or assert-crashed. - v2.2.30 mail-crypt-acl plugin was assert-crashing - v2.2.30 welcome plugin wasn't working - Various fixes to handling mailbox listing. Especially related to handling nonexistent autocreated/autosubscribed mailboxes and ACLs. - Global ACL file was parsed as if it was local ACL file. This caused some of the ACL rule interactions to not work exactly as intended. - auth: forward_* fields didn't work properly: Only the first forward field was working, and only if the first passdb lookup succeeded. - Using mail_sort_max_read_count sometimes caused "Broken sort-* indexes, resetting" errors. - Using mail_sort_max_read_count may have caused very high CPU usage. - Message address parsing could have crashed on invalid input. - imapc_features=fetch-headers wasn't always working correctly and caused the full header to be fetched. - imapc: Various bugfixes related to connection failure handling. - quota=imapc sent unnecessary FETCH RFC822.SIZE to server when expunging mails. - quota=count: quota_warning = -storage=.. was never executed - quota=count: Add support for "ns" parameter - dsync: Fix incremental syncing for mails that don't have Date or Message-ID headers. - imap: Fix hang when client sends pipelined SEARCH + EXPUNGE/CLOSE/LOGOUT. - oauth2: Token validation didn't accept empty server responses. - imap: NOTIFY command has been almost completely broken since the beginning. I guess nobody has been trying to use it.
Diffstat (limited to 'mail/dovecot2/Makefile.common')
-rw-r--r--mail/dovecot2/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/dovecot2/Makefile.common b/mail/dovecot2/Makefile.common
index 0594e1ce588..2b4365aca59 100644
--- a/mail/dovecot2/Makefile.common
+++ b/mail/dovecot2/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.11 2017/06/07 09:12:40 adam Exp $
+# $NetBSD: Makefile.common,v 1.12 2017/07/03 13:12:44 adam Exp $
#
# when updating to a new release, update ABI depends in
# the buildlink3.mk file as well, since the plugins' version
@@ -9,7 +9,7 @@
# used by mail/dovecot2-mysql/Makefile
# used by mail/dovecot2-pgsql/Makefile
-DISTNAME= dovecot-2.2.30.2
+DISTNAME= dovecot-2.2.31
CATEGORIES= mail
MASTER_SITES= https://www.dovecot.org/releases/2.2/