diff options
author | Doug Barton <dougb@FreeBSD.org> | 2002-11-26 12:10:27 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2002-11-26 12:10:27 +0000 |
commit | 383d2b4189677d52b5d607b711380434677532c6 (patch) | |
tree | fb61d76176b15600d677ad8e583ad4f8bf83ee8b /mail/imap-uw/files/patch-ai | |
parent | anders assigned me a PR to update pine, so he must have meant me to update (diff) |
Since c-client has to be update for pine, this has to be updated to match.
Mostly simple version update, but apply some of the same fixes from c-client.
* Make some Makefile variables more... variable
* SSLTYPE update to match new c-client makefile
* Usual round of patch re-generation, but do some of the DRAC stuff in a
way that has a better chance of surviving the next software update.
* One hunk of patch-ah is now obsoleted
* Add a patch for mailutil/Makefile similar to the other Makfile patches
that fix c-client dependencies.
Notes
Notes:
svn path=/head/; revision=71114
Diffstat (limited to 'mail/imap-uw/files/patch-ai')
-rw-r--r-- | mail/imap-uw/files/patch-ai | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/mail/imap-uw/files/patch-ai b/mail/imap-uw/files/patch-ai index 2d8eeaeb3a0d..a7b1e5a952e1 100644 --- a/mail/imap-uw/files/patch-ai +++ b/mail/imap-uw/files/patch-ai @@ -1,5 +1,5 @@ ---- src/imapd/imapd.c.orig Sat Dec 8 14:25:00 2001 -+++ src/imapd/imapd.c Sat Dec 8 14:28:55 2001 +--- src/imapd/imapd.c.orig Mon Nov 18 14:29:04 2002 ++++ src/imapd/imapd.c Tue Nov 26 02:19:34 2002 @@ -29,6 +29,11 @@ #include "c-client.h" #include <sys/stat.h> @@ -12,20 +12,21 @@ #define CRLF PSOUT ("\015\012") /* primary output terpri */ -@@ -173,6 +178,12 @@ +@@ -176,6 +181,13 @@ + void mm_list_work (char *what,int delimiter,char *name,long attributes); + char *lasterror (void); - /* Global storage */ - ++ +#ifdef DRAC_AUTH -+#define DRACTIMEOUT 10*60 /* check every 10 minutes */ -+time_t lastdrac = 0; /* time of last drac check */ ++#define DRACTIMEOUT 10*60 /* check every 10 minutes */ ++time_t lastdrac = 0; /* time of last drac check */ +extern char *getenv (); +#endif /* DRAC_AUTH */ + - char *version = "2001.315"; /* version number of this server */ - time_t alerttime = 0; /* time of last alert */ - time_t sysalerttime = 0; /* time of last system alert */ -@@ -1226,6 +1237,45 @@ + /* Global storage */ + + char *version = "2002.332"; /* version number of this server */ +@@ -1184,6 +1196,45 @@ lasterror ()); return; } |