Browse Source

upgrading package: milter-dkim 2.2.1 -> 2.3.0

Christoph Schug 18 years ago
parent
commit
2118dcee72
2 changed files with 9 additions and 9 deletions
  1. 7 7
      milter-dkim/milter-dkim.patch
  2. 2 2
      milter-dkim/milter-dkim.spec

+ 7 - 7
milter-dkim/milter-dkim.patch

@@ -1,16 +1,16 @@
 Index: dkim-filter/dkim-filter.c
 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 */
  /* libmilter includes */
- #ifndef DEBUG
 -#include "libmilter/mfapi.h"
 -#include "libmilter/mfapi.h"
 +#include "milter/mfapi.h"
 +#include "milter/mfapi.h"
- #endif /* !DEBUG */
  
  
  /* libdkim includes */
  /* libdkim includes */
-@@ -2407,6 +2407,13 @@
+ #include <dkim.h>
+@@ -2879,6 +2879,13 @@
  		}
  		}
  	}
  	}
  
  
@@ -22,5 +22,5 @@ Index: dkim-filter/dkim-filter.c
 +	}
 +	}
 +
 +
  	/* get hostname; used in the X header and in new MIME boundaries */
  	/* 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)
  	if (hostname == NULL)

+ 2 - 2
milter-dkim/milter-dkim.spec

@@ -32,8 +32,8 @@ Distribution: OpenPKG Community
 Class:        EVAL
 Class:        EVAL
 Group:        Mail
 Group:        Mail
 License:      Open Source
 License:      Open Source
-Version:      2.2.1
-Release:      20070908
+Version:      2.3.0
+Release:      20071007
 
 
 #   package options
 #   package options
 %option       with_fsl  yes
 %option       with_fsl  yes