diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2007-08-20 15:21:49 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2007-08-20 15:21:49 +0000 |
commit | 5951abf3229e74d50e873c1acb29b7176e5006f6 (patch) | |
tree | ebdc3bcc8c10511345adf3f1311f45b68c5182a8 /mail/cyrus-imapd24/files/patch-imtest::imtest.c | |
parent | Fix an edge case of "make describe". (diff) |
Update to 2.3.9.
Upgrading from 2.3.8
* The default value of the allowplaintext option has been changed to
disabled (0). If you need to allow cleartext passwords on the wire,
then you will have to explicitly enable the allowplaintext option
in imapd.conf.
Notes
Notes:
svn path=/head/; revision=197965
Diffstat (limited to 'mail/cyrus-imapd24/files/patch-imtest::imtest.c')
-rw-r--r-- | mail/cyrus-imapd24/files/patch-imtest::imtest.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/mail/cyrus-imapd24/files/patch-imtest::imtest.c b/mail/cyrus-imapd24/files/patch-imtest::imtest.c index e1fd1efa8c06..30b84fb9556a 100644 --- a/mail/cyrus-imapd24/files/patch-imtest::imtest.c +++ b/mail/cyrus-imapd24/files/patch-imtest::imtest.c @@ -2,14 +2,6 @@ Index: imtest/imtest.c diff -u imtest/imtest.c.orig imtest/imtest.c --- imtest/imtest.c.orig Sun Jul 13 05:10:56 2003 +++ imtest/imtest.c Fri Jul 18 00:52:29 2003 -@@ -51,6 +51,7 @@ - #include <sys/stat.h> - #include <fcntl.h> - -+#include <limits.h> - #include <stdlib.h> - #include <stdio.h> - #include <string.h> @@ -419,8 +420,8 @@ } |