summaryrefslogtreecommitdiff
path: root/mail/dovecot/patches/patch-ai
diff options
context:
space:
mode:
Diffstat (limited to 'mail/dovecot/patches/patch-ai')
-rw-r--r--mail/dovecot/patches/patch-ai13
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/dovecot/patches/patch-ai b/mail/dovecot/patches/patch-ai
new file mode 100644
index 00000000000..e3b0d1b28bd
--- /dev/null
+++ b/mail/dovecot/patches/patch-ai
@@ -0,0 +1,13 @@
+$NetBSD: patch-ai,v 1.3 2009/06/25 09:54:14 manu Exp $
+--- src/auth/auth-worker-client.h.orig 2009-06-23 18:32:15.000000000 +0200
++++ src/auth/auth-worker-client.h 2009-06-23 18:32:33.000000000 +0200
+@@ -1,8 +1,8 @@
+ #ifndef AUTH_WORKER_CLIENT_H
+ #define AUTH_WORKER_CLIENT_H
+
+-#define AUTH_WORKER_MAX_LINE_LENGTH 1024
++#define AUTH_WORKER_MAX_LINE_LENGTH 8192
+
+ struct auth_worker_client *auth_worker_client_create(struct auth *auth, int fd);
+ void auth_worker_client_destroy(struct auth_worker_client **client);
+ void auth_worker_client_unref(struct auth_worker_client **client);