SOURCES (DEVEL): postfix-conf_msg.patch, postfix-ident.patch - hop...

sparky sparky at pld-linux.org
Thu Jul 13 16:37:28 CEST 2006


Author: sparky                       Date: Thu Jul 13 14:37:28 2006 GMT
Module: SOURCES                       Tag: DEVEL
---- Log message:
- hopefully fixed

---- Files affected:
SOURCES:
   postfix-conf_msg.patch (1.8.2.1 -> 1.8.2.2) , postfix-ident.patch (1.2.2.1 -> 1.2.2.2) 

---- Diffs:

================================================================
Index: SOURCES/postfix-conf_msg.patch
diff -u SOURCES/postfix-conf_msg.patch:1.8.2.1 SOURCES/postfix-conf_msg.patch:1.8.2.2
--- SOURCES/postfix-conf_msg.patch:1.8.2.1	Tue Jul 11 20:46:28 2006
+++ SOURCES/postfix-conf_msg.patch	Thu Jul 13 16:37:23 2006
@@ -16,11 +16,11 @@
  /* .fi
 --- src/smtpd/smtpd.c.orig	2004-06-22 14:32:57.338808646 +0200
 +++ src/smtpd/smtpd.c	2004-06-22 14:41:40.372360162 +0200
-@@ -3089,6 +3089,7 @@
- 	VAR_RELAY_CCERTS, DEF_RELAY_CCERTS, &var_relay_ccerts, 0, 0,
- 	VAR_SMTPD_SASL_TLS_OPTS, DEF_SMTPD_SASL_TLS_OPTS, &var_smtpd_sasl_tls_opts, 0, 0,
- #endif
-+ 	VAR_REJECT_REPLY_MSG_ACCESS_DENIED, DEF_REJECT_REPLY_MSG_ACCESS_DENIED, &var_reject_reply_msg_access_denied, 1, 0, 
+@@ -4514,6 +4514,7 @@
+ 	VAR_MILT_DEF_ACTION, DEF_MILT_DEF_ACTION, &var_milt_def_action, 1, 0,
+ 	VAR_MILT_DAEMON_NAME, DEF_MILT_DAEMON_NAME, &var_milt_daemon_name, 1, 0,
+ 	VAR_MILT_V, DEF_MILT_V, &var_milt_v, 1, 0,
++	VAR_REJECT_REPLY_MSG_ACCESS_DENIED, DEF_REJECT_REPLY_MSG_ACCESS_DENIED, &var_reject_reply_msg_access_denied, 1, 0,
  	0,
      };
      static CONFIG_RAW_TABLE raw_table[] = {

================================================================
Index: SOURCES/postfix-ident.patch
diff -u SOURCES/postfix-ident.patch:1.2.2.1 SOURCES/postfix-ident.patch:1.2.2.2
--- SOURCES/postfix-ident.patch:1.2.2.1	Tue Jul 11 20:46:28 2006
+++ SOURCES/postfix-ident.patch	Thu Jul 13 16:37:23 2006
@@ -223,14 +223,14 @@
      if (getuid() == 0 || getuid() == var_owner_uid)
  	smtpd_check_init();
      debug_peer_init();
-@@ -4376,6 +4393,7 @@
- 	VAR_TLS_DAEMON_RAND_BYTES, DEF_TLS_DAEMON_RAND_BYTES, &var_tls_daemon_rand_bytes, 1, 0,
- #endif
-  	VAR_REJECT_REPLY_MSG_ACCESS_DENIED, DEF_REJECT_REPLY_MSG_ACCESS_DENIED, &var_reject_reply_msg_access_denied, 1, 0, 
+@@ -4513,6 +4513,7 @@
+ 	VAR_MILT_DAEMON_NAME, DEF_MILT_DAEMON_NAME, &var_milt_daemon_name, 1, 0,
+ 	VAR_MILT_V, DEF_MILT_V, &var_milt_v, 1, 0,
+ 	VAR_REJECT_REPLY_MSG_ACCESS_DENIED, DEF_REJECT_REPLY_MSG_ACCESS_DENIED, &var_reject_reply_msg_access_denied, 1, 0,
 +	VAR_SMTPD_IDENT_LOOKUP, DEF_SMTPD_IDENT_LOOKUP, &var_smtpd_ident_lookup, 0, 0,
  	0,
      };
-     static CONFIG_TIME_TABLE time_table[] = {
+     static CONFIG_RAW_TABLE raw_table[] = {
 --- postfix-2.3-RC9/src/smtpd/smtpd.h.orig	2006-07-09 21:49:21.000000000 +0200
 +++ postfix-2.3-RC9/src/smtpd/smtpd.h	2006-07-11 20:30:43.993322048 +0200
 @@ -57,6 +57,7 @@
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/postfix-conf_msg.patch?r1=1.8.2.1&r2=1.8.2.2&f=u
    http://cvs.pld-linux.org/SOURCES/postfix-ident.patch?r1=1.2.2.1&r2=1.2.2.2&f=u



More information about the pld-cvs-commit mailing list