]> TLD Linux GIT Repositories - packages/postfix.git/blobdiff - postfix-conf_msg.patch
- updated to 3.8.6
[packages/postfix.git] / postfix-conf_msg.patch
index 7bf98f509d29047f8385233b26065f789e5fbd2c..aecd61f90741b84c6ca1a54c44d917c501998127 100644 (file)
@@ -1,6 +1,6 @@
-diff -urNp -x '*.orig' postfix-3.7.0.org/src/global/mail_params.c postfix-3.7.0/src/global/mail_params.c
---- postfix-3.7.0.org/src/global/mail_params.c 2021-10-22 20:47:31.000000000 +0200
-+++ postfix-3.7.0/src/global/mail_params.c     2022-04-04 19:57:20.999351108 +0200
+diff -urNp -x '*.orig' postfix-3.8.1.org/src/global/mail_params.c postfix-3.8.1/src/global/mail_params.c
+--- postfix-3.8.1.org/src/global/mail_params.c 2021-10-22 20:47:31.000000000 +0200
++++ postfix-3.8.1/src/global/mail_params.c     2023-07-09 22:19:21.172026512 +0200
 @@ -83,6 +83,7 @@
  /*    char    *var_debug_peer_list;
  /*    int     var_debug_peer_level;
@@ -25,12 +25,12 @@ diff -urNp -x '*.orig' postfix-3.7.0.org/src/global/mail_params.c postfix-3.7.0/
        0,
      };
      static const CONFIG_STR_FN_TABLE function_str_defaults_2[] = {
-diff -urNp -x '*.orig' postfix-3.7.0.org/src/global/mail_params.h postfix-3.7.0/src/global/mail_params.h
---- postfix-3.7.0.org/src/global/mail_params.h 2022-04-04 19:57:20.803350655 +0200
-+++ postfix-3.7.0/src/global/mail_params.h     2022-04-04 19:57:21.000351111 +0200
-@@ -4322,6 +4322,13 @@ extern char *var_dnssec_probe;
-               "lmtp=24, smtp=25, smtps=submissions=465, submission=587"
- extern char *var_known_tcp_ports;
+diff -urNp -x '*.orig' postfix-3.8.1.org/src/global/mail_params.h postfix-3.8.1/src/global/mail_params.h
+--- postfix-3.8.1.org/src/global/mail_params.h 2023-07-09 22:19:21.003024104 +0200
++++ postfix-3.8.1/src/global/mail_params.h     2023-07-09 22:19:21.172026512 +0200
+@@ -4411,6 +4411,13 @@ extern bool var_ign_srv_lookup_err;
+ #define DEF_ALLOW_SRV_FALLBACK        0
+ extern bool var_allow_srv_fallback;
  
 + /*
 +  * SMTPD messages
@@ -42,10 +42,10 @@ diff -urNp -x '*.orig' postfix-3.7.0.org/src/global/mail_params.h postfix-3.7.0/
  /* LICENSE
  /* .ad
  /* .fi
-diff -urNp -x '*.orig' postfix-3.7.0.org/src/smtpd/smtpd.c postfix-3.7.0/src/smtpd/smtpd.c
---- postfix-3.7.0.org/src/smtpd/smtpd.c        2021-10-02 16:46:46.000000000 +0200
-+++ postfix-3.7.0/src/smtpd/smtpd.c    2022-04-04 19:57:21.001351113 +0200
-@@ -6577,6 +6577,7 @@ int     main(int argc, char **argv)
+diff -urNp -x '*.orig' postfix-3.8.1.org/src/smtpd/smtpd.c postfix-3.8.1/src/smtpd/smtpd.c
+--- postfix-3.8.1.org/src/smtpd/smtpd.c        2023-06-05 21:06:51.000000000 +0200
++++ postfix-3.8.1/src/smtpd/smtpd.c    2023-07-09 22:19:21.173026526 +0200
+@@ -6645,6 +6645,7 @@ int     main(int argc, char **argv)
        VAR_MILT_MACRO_DEFLTS, DEF_MILT_MACRO_DEFLTS, &var_milt_macro_deflts, 0, 0,
        VAR_SMTPD_MILTER_MAPS, DEF_SMTPD_MILTER_MAPS, &var_smtpd_milter_maps, 0, 0,
        VAR_STRESS, DEF_STRESS, &var_stress, 0, 0,