diff options
author | anders <anders@FreeBSD.org> | 2001-12-09 00:36:01 +0800 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2001-12-09 00:36:01 +0800 |
commit | 1ae57d996dcccd3ea602f1e456049202938f03f1 (patch) | |
tree | c2ab75d1ea1b0601dec51fae9c2c3299d9e69656 /mail/imap-uw/files | |
parent | fe35035a6c72393e88eee0ae9856ee1b1a1856ff (diff) | |
download | freebsd-ports-gnome-1ae57d996dcccd3ea602f1e456049202938f03f1.tar.gz freebsd-ports-gnome-1ae57d996dcccd3ea602f1e456049202938f03f1.tar.zst freebsd-ports-gnome-1ae57d996dcccd3ea602f1e456049202938f03f1.zip |
Update cclient & imap-uw ports to imap-2001a.
Fix typos in imap-uw's pkg-req.ssl.
Submitted by: dougb (parts of this)
Diffstat (limited to 'mail/imap-uw/files')
-rw-r--r-- | mail/imap-uw/files/patch-ad | 26 | ||||
-rw-r--r-- | mail/imap-uw/files/patch-ah | 8 | ||||
-rw-r--r-- | mail/imap-uw/files/patch-ai | 13 |
3 files changed, 19 insertions, 28 deletions
diff --git a/mail/imap-uw/files/patch-ad b/mail/imap-uw/files/patch-ad index 4aa7189d9a0d..8c7ea66ecfdc 100644 --- a/mail/imap-uw/files/patch-ad +++ b/mail/imap-uw/files/patch-ad @@ -1,14 +1,6 @@ ---- Makefile.orig Tue Jul 3 08:00:09 2001 -+++ Makefile Mon Oct 1 03:27:22 2001 -@@ -43,6 +43,7 @@ - # art AIX 2.2.1 for RT - # asv Altos SVR4 - # aux A/UX -+# bfp FreeBSD with Pluggable Authentication Modules (PAM) - # bs3 BSD/i386 3.0 and higher - # bsd generic BSD 4.3 (as in ancient 1980s version) - # bsf FreeBSD -@@ -146,7 +147,7 @@ +--- Makefile.orig Sat Dec 8 14:11:42 2001 ++++ Makefile Sat Dec 8 14:13:19 2001 +@@ -147,7 +147,7 @@ # std system standard (typically passwd file), determined by port # two try alternative (defined by CHECKPWALT), then std @@ -17,7 +9,7 @@ # SSL type. Defines whether or not SSL support is on this system -@@ -211,12 +212,12 @@ +@@ -212,12 +212,12 @@ # gradually-increasing intervals, starting at 2800-2900, and becoming # permanent at 48,300. @@ -32,11 +24,11 @@ # Special make flags (e.g. to override make environment variables) -@@ -256,13 +257,7 @@ +@@ -253,13 +253,7 @@ # Make the IMAP Toolkit --all: c-client rebuild bundled +-all: SPECIALS c-client rebuild bundled - -c-client: - @echo Not processed yet. In a first-time build, you must specify @@ -45,9 +37,9 @@ - +all: bundled - # Note on SCO you may have to set LN to "ln". - -@@ -367,7 +362,7 @@ + SPECIALS: + echo $(SPECIALS) > SPECIALS +@@ -374,7 +368,7 @@ $(TOOLS)/$@ "$(LN)" src/imapd imapd $(LN) $(TOOLS)/$@ . diff --git a/mail/imap-uw/files/patch-ah b/mail/imap-uw/files/patch-ah index 3fd5bc6471b4..70295361688d 100644 --- a/mail/imap-uw/files/patch-ah +++ b/mail/imap-uw/files/patch-ah @@ -1,5 +1,5 @@ ---- src/ipopd/ipop3d.c.orig Mon Oct 1 02:53:55 2001 -+++ src/ipopd/ipop3d.c Mon Oct 1 02:56:46 2001 +--- src/ipopd/ipop3d.c.orig Sat Dec 8 14:22:36 2001 ++++ src/ipopd/ipop3d.c Sat Dec 8 14:22:41 2001 @@ -28,6 +28,11 @@ #include <time.h> #include "c-client.h" @@ -22,7 +22,7 @@ +extern char *getenv (); +#endif /* DRAC_AUTH */ + - char *version = "2001.77"; /* server version */ + char *version = "2001.78"; /* server version */ short state = AUTHORIZATION; /* server state */ short critical = NIL; /* non-zero if in critical code */ @@ -100,7 +111,7 @@ @@ -34,7 +34,7 @@ challenge[0] = '\0'; /* find the CRAM-MD5 authenticator */ if (i = mail_lookup_auth_name ("CRAM-MD5",NIL)) { AUTHENTICATOR *a = mail_lookup_auth (i); -@@ -692,6 +703,46 @@ +@@ -694,6 +705,46 @@ } sprintf (tmp,"+OK Mailbox open, %lu messages\015\012",nmsgs); PSOUT (tmp); diff --git a/mail/imap-uw/files/patch-ai b/mail/imap-uw/files/patch-ai index 4eddf7323157..2d8eeaeb3a0d 100644 --- a/mail/imap-uw/files/patch-ai +++ b/mail/imap-uw/files/patch-ai @@ -1,6 +1,6 @@ ---- src/imapd/imapd.c.orig Mon Oct 1 02:51:23 2001 -+++ src/imapd/imapd.c Mon Oct 1 02:52:59 2001 -@@ -29,6 +29,12 @@ +--- src/imapd/imapd.c.orig Sat Dec 8 14:25:00 2001 ++++ src/imapd/imapd.c Sat Dec 8 14:28:55 2001 +@@ -29,6 +29,11 @@ #include "c-client.h" #include <sys/stat.h> @@ -9,11 +9,10 @@ +#include <arpa/inet.h> +#include <stdlib.h> +#endif /* DRAC_AUTH */ -+ #define CRLF PSOUT ("\015\012") /* primary output terpri */ -@@ -173,6 +179,12 @@ +@@ -173,6 +178,12 @@ /* Global storage */ @@ -23,10 +22,10 @@ +extern char *getenv (); +#endif /* DRAC_AUTH */ + - char *version = "2001.313"; /* version number of this server */ + 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 */ -@@ -1229,6 +1241,45 @@ +@@ -1226,6 +1237,45 @@ lasterror ()); return; } |