pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/dovecot Enlarge the buffer for communication betw...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c785861f8335
branches:  trunk
changeset: 394937:c785861f8335
user:      manu <manu%pkgsrc.org@localhost>
date:      Thu Jun 25 09:54:14 2009 +0000

description:
Enlarge the buffer for communication between auth worker client and server.
This allows exotic authentications that use a large data payload to work.
This patch has been committed upstream.

diffstat:

 mail/dovecot/Makefile         |   3 ++-
 mail/dovecot/distinfo         |   3 ++-
 mail/dovecot/patches/patch-ai |  13 +++++++++++++
 3 files changed, 17 insertions(+), 2 deletions(-)

diffs (43 lines):

diff -r a48d13818b1f -r c785861f8335 mail/dovecot/Makefile
--- a/mail/dovecot/Makefile     Thu Jun 25 09:41:45 2009 +0000
+++ b/mail/dovecot/Makefile     Thu Jun 25 09:54:14 2009 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.134 2009/06/03 07:10:20 ghen Exp $
+# $NetBSD: Makefile,v 1.135 2009/06/25 09:54:14 manu Exp $
 
 DISTNAME=              dovecot-1.1.16
+PKGREVISION=           1
 CATEGORIES=            mail
 MASTER_SITES=          http://www.dovecot.org/releases/1.1/
 
diff -r a48d13818b1f -r c785861f8335 mail/dovecot/distinfo
--- a/mail/dovecot/distinfo     Thu Jun 25 09:41:45 2009 +0000
+++ b/mail/dovecot/distinfo     Thu Jun 25 09:54:14 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.99 2009/06/03 07:10:20 ghen Exp $
+$NetBSD: distinfo,v 1.100 2009/06/25 09:54:14 manu Exp $
 
 SHA1 (dovecot-1.1.16.tar.gz) = 3aa7f386559f244b3a9addad27c4845c554e545b
 RMD160 (dovecot-1.1.16.tar.gz) = 53122e86f217e33f24b52559fece5ace35689eb4
@@ -8,3 +8,4 @@
 SHA1 (patch-ac) = 4baa1d5160618f1e23eb8b401daca0afa7dfe9ea
 SHA1 (patch-ag) = c9989f71bdfd9ae22883450b85fc55a215594df1
 SHA1 (patch-ah) = b6b278e04538fc3408d7c176d22c1ec7b83c9875
+SHA1 (patch-ai) = 7d4c3d21e025e2fe04499d705e1646eb757379c5
diff -r a48d13818b1f -r c785861f8335 mail/dovecot/patches/patch-ai
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/dovecot/patches/patch-ai     Thu Jun 25 09:54:14 2009 +0000
@@ -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);



Home | Main Index | Thread Index | Old Index