forked from Lainports/freebsd-ports
Update imap-uw to the latest version (imap-2000). Update pine4 to the latest version (pine-4.31). Despite the fact that the new releases of imap-uw and pine are intended to improve security, the security warnings on the pine and imap-uw ports have been left intact until they have proven themselves.
55 lines
1.3 KiB
Text
55 lines
1.3 KiB
Text
--- pine/osdep/os-bsf.h.orig Wed Oct 7 14:51:40 1998
|
|
+++ pine/osdep/os-bsf.h Wed Jul 5 22:03:54 2000
|
|
@@ -40,7 +40,7 @@
|
|
#ifndef _OS_INCLUDED
|
|
#define _OS_INCLUDED
|
|
|
|
-#include "../c-client/osdep.h"
|
|
+#include "c-client/osdep.h"
|
|
|
|
|
|
/*----------------------------------------------------------------------
|
|
--- pine/pine.c.orig Wed Jul 5 22:16:28 2000
|
|
+++ pine/pine.c Mon Sep 20 16:17:58 1999
|
|
@@ -40,7 +40,7 @@
|
|
----------------------------------------------------------------------*/
|
|
|
|
#include "headers.h"
|
|
-#include "../c-client/imap4r1.h"
|
|
+#include "c-client/imap4r1.h"
|
|
|
|
|
|
/*
|
|
@@ -299,7 +299,7 @@
|
|
#endif
|
|
|
|
/*------- Set up c-client drivers -------*/
|
|
-#include "../c-client/linkage.c"
|
|
+#include "c-client/linkage.c"
|
|
|
|
/*------- ... then tune the drivers just installed -------*/
|
|
#ifdef DOS
|
|
--- pine/mailindx.c.orig Wed Jul 5 22:19:38 2000
|
|
+++ pine/mailindx.c Wed Jul 5 22:19:49 2000
|
|
@@ -50,7 +50,7 @@
|
|
====*/
|
|
|
|
#include "headers.h"
|
|
-#include "../c-client/imap4r1.h"
|
|
+#include "c-client/imap4r1.h"
|
|
|
|
/*
|
|
* Some common Command Bindings
|
|
--- pine/send.c.orig Wed Jul 5 22:21:18 2000
|
|
+++ pine/send.c Wed Jul 5 22:21:37 2000
|
|
@@ -47,8 +47,8 @@
|
|
====*/
|
|
|
|
#include "headers.h"
|
|
-#include "../c-client/smtp.h"
|
|
-#include "../c-client/nntp.h"
|
|
+#include "c-client/smtp.h"
|
|
+#include "c-client/nntp.h"
|
|
|
|
|
|
#ifndef TCPSTREAM
|