summaryrefslogtreecommitdiff
path: root/mail/dovecot/patches/patch-aa
diff options
context:
space:
mode:
authorghen <ghen@pkgsrc.org>2009-05-20 08:07:38 +0000
committerghen <ghen@pkgsrc.org>2009-05-20 08:07:38 +0000
commitd421cb1d6838753ff38650542323d955233ebd3a (patch)
treef7305eae06967e5788d02d17fe92e3fd224a1632 /mail/dovecot/patches/patch-aa
parentae8e5cfe948de73a80e13a3ee4773e13ea4965dc (diff)
downloadpkgsrc-d421cb1d6838753ff38650542323d955233ebd3a.tar.gz
Update to Dovecot 1.1.15.
v1.1.15 2009-05-17 Timo Sirainen <tss@iki.fi> + IMAP: When multiple commands are pipelined, try harder to combine their mailbox syncing together. For example with Maildir pipelining STORE 1:* +FLAGS \Deleted and EXPUNGE commands the files won't be unnecessarily rename()d before being unlink()ed. - IMAP: SEARCH command was slower than necessary in a large mailbox. - deliver: When forwarding messages, if -f parameter was given, it should have been used as the Return-Path. - Maildir saving: Fixed race condition bugs in uidlist handling, causing files to be given new UIDs sometimes. - mbox: Don't crash when expunging all messages and file doesn't end with [CR]LF. - expire-tool: Use mail_uid and mail_gid settings if userdb doesn't return uid/gid. - Berkeley DB dict: Transaction rollbacking was implemented wrong. - zlib plugin: Some email / FETCH command combinations could have disconnected the client or sent compressed garbage.
Diffstat (limited to 'mail/dovecot/patches/patch-aa')
-rw-r--r--mail/dovecot/patches/patch-aa6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/dovecot/patches/patch-aa b/mail/dovecot/patches/patch-aa
index 7cba6c798f1..501c691bfab 100644
--- a/mail/dovecot/patches/patch-aa
+++ b/mail/dovecot/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.8 2008/06/22 17:41:23 ghen Exp $
+$NetBSD: patch-aa,v 1.9 2009/05/20 08:07:38 ghen Exp $
---- Makefile.in.orig 2006-10-09 20:53:16.000000000 +0200
+--- Makefile.in.orig 2009-05-18 03:39:56.000000000 +0200
+++ Makefile.in
-@@ -220,7 +220,7 @@ SUBDIRS = \
+@@ -244,7 +244,7 @@ SUBDIRS = \
$(DOCS)
confdir = $(sysconfdir)