diff options
author | adam <adam@pkgsrc.org> | 2011-03-10 13:42:54 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-03-10 13:42:54 +0000 |
commit | c5e72e042deb316d2f03b0a81c396a0aebf57a2e (patch) | |
tree | 95137f4a032e93c7785277b84621a88038f9b423 /mail/dovecot2/patches | |
parent | d89446c865ac9b7063fb6d20fc02b059668f0463 (diff) | |
download | pkgsrc-c5e72e042deb316d2f03b0a81c396a0aebf57a2e.tar.gz |
Changes 2.0.11:
* dotlock_use_excl setting's default was accidentally "no" in all
v2.0.x releases, instead of "yes" as in v1.1 and v1.2. Changed it
back to "yes".
- v2.0.10: LDAP support was broken
- v2.0.10: dsyncing to remote often hanged (timed out in 15 mins)
Chamges 2.0.10:
* LMTP: For user+detail at domain deliveries, the +detail is again written
to Delivered-To: header.
* Skip auth penalty checks from IPs in login_trusted_networks.
+ Added import_environment setting.
+ Added submission_host setting to send mails via SMTP instead of
via sendmail binary.
+ Added doveadm acl get/set/delete commands for ACL manipulation,
similar to how IMAP ACL extension works.
+ Added doveadm acl debug command to help debug and fix problems
with why shared mailboxes aren't working as expected.
- IMAP: Fixed hangs with COMPRESS extension
- IMAP: Fixed a hang when trying to COPY to a nonexistent mailbox.
- IMAP: Fixed hang/crash with SEARCHRES + pipelining $.
- IMAP: Fixed assert-crash if IDLE+DONE is sent in same TCP packet.
- LMTP: Fixed sending multiple messages in a session.
- doveadm: Fixed giving parameters to mail commands.
- doveadm import: Settings weren't correctly used for the
import storage.
- dsync: Fixed somewhat random failures with saving messages to
remote dsync.
- v2.0.9: Config reload didn't notify running processes with
shutdown_clients=no, so they could have kept serving new clients
with old settings.
Diffstat (limited to 'mail/dovecot2/patches')
-rw-r--r-- | mail/dovecot2/patches/patch-aa | 6 | ||||
-rw-r--r-- | mail/dovecot2/patches/patch-ad | 18 | ||||
-rw-r--r-- | mail/dovecot2/patches/patch-af | 4 |
3 files changed, 5 insertions, 23 deletions
diff --git a/mail/dovecot2/patches/patch-aa b/mail/dovecot2/patches/patch-aa index 639f7db8775..f7b474580f6 100644 --- a/mail/dovecot2/patches/patch-aa +++ b/mail/dovecot2/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.3 2010/11/09 15:51:48 ghen Exp $ +$NetBSD: patch-aa,v 1.4 2011/03/10 13:42:54 adam Exp $ --- doc/example-config/Makefile.in.orig 2010-10-21 17:37:01.000000000 +0000 +++ doc/example-config/Makefile.in -@@ -280,7 +280,7 @@ top_srcdir = @top_srcdir@ +@@ -283,7 +283,7 @@ top_srcdir = @top_srcdir@ SUBDIRS = conf.d pkgsysconfdir = $(sysconfdir)/dovecot nodist_pkgsysconf_DATA = README @@ -11,7 +11,7 @@ $NetBSD: patch-aa,v 1.3 2010/11/09 15:51:48 ghen Exp $ example_DATA = \ dovecot.conf \ dovecot-db.conf.ext \ -@@ -623,8 +623,7 @@ info: info-recursive +@@ -626,8 +626,7 @@ info: info-recursive info-am: diff --git a/mail/dovecot2/patches/patch-ad b/mail/dovecot2/patches/patch-ad deleted file mode 100644 index 2c5a720f37d..00000000000 --- a/mail/dovecot2/patches/patch-ad +++ /dev/null @@ -1,18 +0,0 @@ -$NetBSD: patch-ad,v 1.3 2011/02/02 22:19:25 tron Exp $ - -Fix a hang when trying to COPY to a non existent mailbox via IMAP. -Patch taken from here: - -http://hg.dovecot.org/dovecot-2.0/rev/826981b2c5c4 - ---- src/imap/cmd-copy.c.orig 2010-03-25 15:03:33.000000000 +0000 -+++ src/imap/cmd-copy.c 2011-02-02 22:10:21.000000000 +0000 -@@ -126,7 +126,7 @@ - case MAILBOX_NAME_NOINFERIORS: - client_fail_mailbox_name_status(cmd, mailbox, - "TRYCREATE", status); -- return NULL; -+ return TRUE; - } - - if (mailbox_equals(client->mailbox, dest_ns, storage_name)) diff --git a/mail/dovecot2/patches/patch-af b/mail/dovecot2/patches/patch-af index 8914221bac0..c358e95b242 100644 --- a/mail/dovecot2/patches/patch-af +++ b/mail/dovecot2/patches/patch-af @@ -1,8 +1,8 @@ -$NetBSD: patch-af,v 1.3 2010/11/09 15:51:48 ghen Exp $ +$NetBSD: patch-af,v 1.4 2011/03/10 13:42:54 adam Exp $ --- doc/example-config/conf.d/Makefile.in.orig 2010-11-04 14:32:20.000000000 +0000 +++ doc/example-config/conf.d/Makefile.in -@@ -237,7 +237,7 @@ top_build_prefix = @top_build_prefix@ +@@ -240,7 +240,7 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ pkgsysconfdir = $(sysconfdir)/dovecot |