OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 07-Oct-2007 10:18:16
Branch: HEAD Handle: 2007100709181500
Modified files:
openpkg-src/milter-dkim milter-dkim.patch milter-dkim.spec
Log:
upgrading package: milter-dkim 2.2.1 -> 2.3.0
Summary:
Revision Changes Path
1.3 +7 -7 openpkg-src/milter-dkim/milter-dkim.patch
1.31 +2 -2 openpkg-src/milter-dkim/milter-dkim.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/milter-dkim/milter-dkim.patch
============================================================================
$ cvs diff -u -r1.2 -r1.3 milter-dkim.patch
--- openpkg-src/milter-dkim/milter-dkim.patch 2 Mar 2007 09:26:39 -0000
1.2
+++ openpkg-src/milter-dkim/milter-dkim.patch 7 Oct 2007 08:18:15 -0000
1.3
@@ -1,16 +1,16 @@
Index: dkim-filter/dkim-filter.c
---- 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 @@
+--- dkim-filter/dkim-filter.c.orig 2007-10-05 23:14:21 +0200
++++ dkim-filter/dkim-filter.c 2007-10-07 10:14:13 +0200
+@@ -56,7 +56,7 @@
+ #include <sm/string.h>
/* libmilter includes */
- #ifndef DEBUG
-#include "libmilter/mfapi.h"
+#include "milter/mfapi.h"
- #endif /* !DEBUG */
/* libdkim includes */
-@@ -2407,6 +2407,13 @@
+ #include <dkim.h>
+@@ -2879,6 +2879,13 @@
}
}
@@ -22,5 +22,5 @@
+ }
+
/* get hostname; used in the X header and in new MIME boundaries */
- hostname = smfi_getsymval(ctx, "j");
+ hostname = dkimf_getsymval(ctx, "j");
if (hostname == NULL)
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/milter-dkim/milter-dkim.spec
============================================================================
$ cvs diff -u -r1.30 -r1.31 milter-dkim.spec
--- openpkg-src/milter-dkim/milter-dkim.spec 8 Sep 2007 07:54:33 -0000
1.30
+++ openpkg-src/milter-dkim/milter-dkim.spec 7 Oct 2007 08:18:15 -0000
1.31
@@ -32,8 +32,8 @@
Class: EVAL
Group: Mail
License: Open Source
-Version: 2.2.1
-Release: 20070908
+Version: 2.3.0
+Release: 20071007
# package options
%option with_fsl yes
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]