diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-05-11 09:04:08 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-05-11 09:04:08 +0000 |
commit | 673653e1a90e026aaba7ab1203db16d1e15a2648 (patch) | |
tree | b538f8601655bc3e25d4c2cc79fdd3ef0efc1dbe /mail | |
parent | 8af42f368a94dd2a6194f91e3e587b9f31d2b5f3 (diff) | |
download | ports-673653e1a90e026aaba7ab1203db16d1e15a2648.tar.gz ports-673653e1a90e026aaba7ab1203db16d1e15a2648.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/cyrus-imapd/files/patch-imtest::imtest.c | 15 | ||||
-rw-r--r-- | mail/cyrus-imapd2/files/patch-imtest::imtest.c | 15 | ||||
-rw-r--r-- | mail/cyrus-imapd22/files/patch-imtest::imtest.c | 15 | ||||
-rw-r--r-- | mail/cyrus-imapd23/files/patch-imtest::imtest.c | 15 | ||||
-rw-r--r-- | mail/cyrus-imapd24/files/patch-imtest::imtest.c | 15 |
5 files changed, 75 insertions, 0 deletions
diff --git a/mail/cyrus-imapd/files/patch-imtest::imtest.c b/mail/cyrus-imapd/files/patch-imtest::imtest.c new file mode 100644 index 000000000000..a2b5529e7c2f --- /dev/null +++ b/mail/cyrus-imapd/files/patch-imtest::imtest.c @@ -0,0 +1,15 @@ +Index: imtest/imtest.c +diff -u imtest/imtest.c.orig imtest/imtest.c +--- imtest/imtest.c.orig Sun May 11 17:48:08 2003 ++++ imtest/imtest.c Sun May 11 17:50:04 2003 +@@ -291,8 +291,8 @@ + } + + +-char *var_tls_CAfile=""; +-char *var_tls_CApath=""; ++static char *var_tls_CAfile=""; ++static char *var_tls_CApath=""; + /* + * This is the setup routine for the SSL client. + * diff --git a/mail/cyrus-imapd2/files/patch-imtest::imtest.c b/mail/cyrus-imapd2/files/patch-imtest::imtest.c new file mode 100644 index 000000000000..8e082841d319 --- /dev/null +++ b/mail/cyrus-imapd2/files/patch-imtest::imtest.c @@ -0,0 +1,15 @@ +Index: imtest/imtest.c +diff -u imtest/imtest.c.orig imtest/imtest.c +--- imtest/imtest.c.orig Wed Mar 19 10:29:22 2003 ++++ imtest/imtest.c Sun May 11 16:47:11 2003 +@@ -417,8 +417,8 @@ + } + + +-char *var_tls_CAfile=""; +-char *var_tls_CApath=""; ++static char *var_tls_CAfile=""; ++static char *var_tls_CApath=""; + /* + * This is the setup routine for the SSL client. + * diff --git a/mail/cyrus-imapd22/files/patch-imtest::imtest.c b/mail/cyrus-imapd22/files/patch-imtest::imtest.c new file mode 100644 index 000000000000..8e082841d319 --- /dev/null +++ b/mail/cyrus-imapd22/files/patch-imtest::imtest.c @@ -0,0 +1,15 @@ +Index: imtest/imtest.c +diff -u imtest/imtest.c.orig imtest/imtest.c +--- imtest/imtest.c.orig Wed Mar 19 10:29:22 2003 ++++ imtest/imtest.c Sun May 11 16:47:11 2003 +@@ -417,8 +417,8 @@ + } + + +-char *var_tls_CAfile=""; +-char *var_tls_CApath=""; ++static char *var_tls_CAfile=""; ++static char *var_tls_CApath=""; + /* + * This is the setup routine for the SSL client. + * diff --git a/mail/cyrus-imapd23/files/patch-imtest::imtest.c b/mail/cyrus-imapd23/files/patch-imtest::imtest.c new file mode 100644 index 000000000000..8e082841d319 --- /dev/null +++ b/mail/cyrus-imapd23/files/patch-imtest::imtest.c @@ -0,0 +1,15 @@ +Index: imtest/imtest.c +diff -u imtest/imtest.c.orig imtest/imtest.c +--- imtest/imtest.c.orig Wed Mar 19 10:29:22 2003 ++++ imtest/imtest.c Sun May 11 16:47:11 2003 +@@ -417,8 +417,8 @@ + } + + +-char *var_tls_CAfile=""; +-char *var_tls_CApath=""; ++static char *var_tls_CAfile=""; ++static char *var_tls_CApath=""; + /* + * This is the setup routine for the SSL client. + * diff --git a/mail/cyrus-imapd24/files/patch-imtest::imtest.c b/mail/cyrus-imapd24/files/patch-imtest::imtest.c new file mode 100644 index 000000000000..8e082841d319 --- /dev/null +++ b/mail/cyrus-imapd24/files/patch-imtest::imtest.c @@ -0,0 +1,15 @@ +Index: imtest/imtest.c +diff -u imtest/imtest.c.orig imtest/imtest.c +--- imtest/imtest.c.orig Wed Mar 19 10:29:22 2003 ++++ imtest/imtest.c Sun May 11 16:47:11 2003 +@@ -417,8 +417,8 @@ + } + + +-char *var_tls_CAfile=""; +-char *var_tls_CApath=""; ++static char *var_tls_CAfile=""; ++static char *var_tls_CApath=""; + /* + * This is the setup routine for the SSL client. + * |