|
|
@@ -1,19 +1,19 @@
|
|
|
Index: configure
|
|
|
---- configure.orig 2007-03-28 21:12:16 +0200
|
|
|
-+++ configure 2007-07-20 19:34:11 +0200
|
|
|
-@@ -5086,7 +5086,7 @@
|
|
|
-
|
|
|
- SMMILTER=`echo ../sendmail-*/include`
|
|
|
+--- configure.orig 2008-08-15 20:03:41 +0200
|
|
|
++++ configure 2008-09-02 21:33:25 +0200
|
|
|
+@@ -5664,7 +5664,7 @@
|
|
|
+ old_as_test_x="$as_test_x"
|
|
|
+ as_test_x='test -e'
|
|
|
# Extract the first word of "libmilter/mfapi.h", so it can be a program name with args.
|
|
|
-set dummy libmilter/mfapi.h; ac_word=$2
|
|
|
+set dummy milter/mfapi.h; ac_word=$2
|
|
|
- echo "$as_me:$LINENO: checking for $ac_word" >&5
|
|
|
- echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
|
|
|
+ { echo "$as_me:$LINENO: checking for $ac_word" >&5
|
|
|
+ echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
|
|
|
if test "${ac_cv_path_MINCLUDE+set}" = set; then
|
|
|
Index: embperl.c
|
|
|
---- embperl.c.orig 2006-08-30 20:11:14 +0200
|
|
|
-+++ embperl.c 2007-07-20 19:34:11 +0200
|
|
|
-@@ -28,6 +28,9 @@
|
|
|
+--- embperl.c.orig 2008-08-15 20:03:41 +0200
|
|
|
++++ embperl.c 2008-09-02 21:31:05 +0200
|
|
|
+@@ -29,6 +29,9 @@
|
|
|
char *argv[6];
|
|
|
int argc;
|
|
|
|
|
|
@@ -23,17 +23,17 @@ Index: embperl.c
|
|
|
if (my_perl != NULL) {
|
|
|
#ifdef SAFE_EMBED_PERL
|
|
|
PL_perl_destruct_level = 1;
|
|
|
-@@ -49,7 +52,6 @@
|
|
|
+@@ -80,7 +83,6 @@
|
|
|
#ifdef PERL_SET_CONTEXT
|
|
|
PERL_SET_CONTEXT(my_perl);
|
|
|
#endif
|
|
|
- PL_perl_destruct_level = 1;
|
|
|
perl_construct(my_perl);
|
|
|
- if (subFilter) {
|
|
|
- argv[0] = "";
|
|
|
+ perl_parse(my_perl, xs_init, argc, argv, NULL);
|
|
|
+ perl_run(my_perl);
|
|
|
Index: milter_cap.c
|
|
|
---- milter_cap.c.orig 2007-04-02 18:21:30 +0200
|
|
|
-+++ milter_cap.c 2007-07-20 19:35:19 +0200
|
|
|
+--- milter_cap.c.orig 2008-08-15 20:03:33 +0200
|
|
|
++++ milter_cap.c 2008-09-02 21:31:05 +0200
|
|
|
@@ -12,7 +12,7 @@
|
|
|
*
|
|
|
***********************************************************************/
|
|
|
@@ -44,8 +44,8 @@ Index: milter_cap.c
|
|
|
|
|
|
/**********************************************************************
|
|
|
Index: mimedefang.c
|
|
|
---- mimedefang.c.orig 2007-04-02 19:33:57 +0200
|
|
|
-+++ mimedefang.c 2007-07-20 19:34:11 +0200
|
|
|
+--- mimedefang.c.orig 2008-03-07 21:59:28 +0100
|
|
|
++++ mimedefang.c 2008-09-02 21:31:05 +0200
|
|
|
@@ -65,7 +65,7 @@
|
|
|
#include <arpa/inet.h>
|
|
|
#include <netdb.h>
|