packages: postfix/postfix-log-proxy-rejects.patch - updated for 2.6.1
shadzik
shadzik at pld-linux.org
Mon May 25 19:50:53 CEST 2009
Author: shadzik Date: Mon May 25 17:50:53 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- updated for 2.6.1
---- Files affected:
packages/postfix:
postfix-log-proxy-rejects.patch (1.5 -> 1.6)
---- Diffs:
================================================================
Index: packages/postfix/postfix-log-proxy-rejects.patch
diff -u packages/postfix/postfix-log-proxy-rejects.patch:1.5 packages/postfix/postfix-log-proxy-rejects.patch:1.6
--- packages/postfix/postfix-log-proxy-rejects.patch:1.5 Wed Mar 26 22:40:01 2008
+++ packages/postfix/postfix-log-proxy-rejects.patch Mon May 25 19:50:48 2009
@@ -33,19 +33,18 @@
} else if (state->err != CLEANUP_STAT_SIZE) {
state->err |= CLEANUP_STAT_PROXY;
detail = cleanup_stat_detail(CLEANUP_STAT_PROXY);
-diff -ur postfix-2.4.5/src/smtpd/smtpd_check.c postfix-2.4.5-proxy/src/smtpd/smtpd_check.c
---- postfix-2.4.5/src/smtpd/smtpd_check.c 2007-09-11 00:27:30.414953649 +0200
-+++ postfix-2.4.5-proxy/src/smtpd/smtpd_check.c 2007-09-11 00:10:33.804822948 +0200
-@@ -378,7 +378,7 @@
+--- postfix-2.6.1/src/smtpd/smtpd_check.c.orig 2009-05-25 19:29:43.159923869 +0200
++++ postfix-2.6.1/src/smtpd/smtpd_check.c 2009-05-25 19:31:30.299567709 +0200
+@@ -386,7 +386,7 @@
* mail.
*/
- static void PRINTFLIKE(5, 6) defer_if(SMTPD_DEFER *, int, int, const char *, const char *,...);
+ static int PRINTFLIKE(5, 6) defer_if(SMTPD_DEFER *, int, int, const char *, const char *,...);
-static int PRINTFLIKE(5, 6) smtpd_check_reject(SMTPD_STATE *, int, int, const char *, const char *,...);
+int PRINTFLIKE(5, 6) smtpd_check_reject(SMTPD_STATE *, int, int, const char *, const char *,...);
#define DEFER_IF_REJECT2(state, class, code, dsn, fmt, a1, a2) \
defer_if(&(state)->defer_if_reject, (class), (code), (dsn), (fmt), (a1), (a2))
-@@ -759,7 +759,7 @@
+@@ -758,7 +758,7 @@
/* smtpd_check_reject - do the boring things that must be done */
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/postfix/postfix-log-proxy-rejects.patch?r1=1.5&r2=1.6&f=u
More information about the pld-cvs-commit
mailing list