OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 02-Mar-2007 10:26:39
Branch: HEAD Handle: 2007030209263900
Modified files:
openpkg-src/milter-dkim milter-dkim.patch
Log:
unbreak under runtime (version mismatch) by including the OpenPKG (and
not the system) MILTER API
Summary:
Revision Changes Path
1.2 +12 -3 openpkg-src/milter-dkim/milter-dkim.patch
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/milter-dkim/milter-dkim.patch
============================================================================
$ cvs diff -u -r1.1 -r1.2 milter-dkim.patch
--- openpkg-src/milter-dkim/milter-dkim.patch 30 Dec 2006 22:16:51 -0000
1.1
+++ openpkg-src/milter-dkim/milter-dkim.patch 2 Mar 2007 09:26:39 -0000
1.2
@@ -1,7 +1,16 @@
Index: dkim-filter/dkim-filter.c
---- dkim-filter/dkim-filter.c.orig 2006-09-12 23:46:30 +0200
-+++ dkim-filter/dkim-filter.c 2006-12-30 22:15:17 +0100
-@@ -2308,6 +2308,13 @@
+--- dkim-filter/dkim-filter.c.orig 2007-03-01 22:16:43 +0100
++++ dkim-filter/dkim-filter.c 2007-03-02 10:24:31 +0100
+@@ -62,7 +62,7 @@
+
+ /* libmilter includes */
+ #ifndef DEBUG
+-#include "libmilter/mfapi.h"
++#include "milter/mfapi.h"
+ #endif /* !DEBUG */
+
+ /* libdkim includes */
+@@ -2407,6 +2407,13 @@
}
}
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]