openbsd-ports/mail/pine/patches/patch-pine_mailindx.c
brad 860a85553b update the pine port to utilize the c-client port.
Pine has historically built against an internal copy
of the c-client library, however c-client development
has progressed beyond what is shipped with pine.
(It would appear that all new development work is
being done via UW's imap server codebase.) This change
allows pine to utilize improvements/bugfixes in the
c-client library. A consequence of this change is
that the recently reported vulnerability to BugTraq
regarding malformed X-keywords header has been fixed.
2000-09-17 14:56:26 +00:00

12 lines
251 B
C

--- pine/mailindx.c.orig Fri Sep 15 06:41:54 2000
+++ pine/mailindx.c Fri Sep 15 06:42:13 2000
@@ -50,7 +50,7 @@
====*/
#include "headers.h"
-#include "../c-client/imap4r1.h"
+#include "c-client/imap4r1.h"
/*
* Some common Command Bindings