Hello community, here is the log from the commit of package postfix for openSUSE:Factory checked in at 2020-04-29 20:41:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/postfix (Old) and /work/SRC/openSUSE:Factory/.postfix.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postfix" Wed Apr 29 20:41:03 2020 rev:182 rq:797875 version:3.5.1 Changes: -------- --- /work/SRC/openSUSE:Factory/postfix/postfix.changes 2020-03-16 10:17:17.315561581 +0100 +++ /work/SRC/openSUSE:Factory/.postfix.new.2738/postfix.changes 2020-04-29 20:42:02.791590108 +0200 @@ -1,0 +2,29 @@ +Sun Apr 19 10:22:12 UTC 2020 - Michael Ströder <[email protected]> + +- Dropped deprecated-RES_INSECURE1.patch to make DNSSEC-secured + lookups and DANE mail transport work again +- Update to 3.5.1: + * Support for the haproxy v2 protocol. The Postfix implementation + supports TCP over IPv4 and IPv6, as well as non-proxied + connections; the latter are typically used for heartbeat tests. + * Support to force-expire email messages. This introduces new + postsuper(1) command-line options to request expiration, and + additional information in mailq(1) or postqueue(1) output. + * The Postfix SMTP and LMTP client support a list of nexthop + destinations separated by comma or whitespace. These destinations + will be tried in the specified order. + * Incompatible changes: + * Logging: Postfix daemon processes now log the from= and to= + addresses in external (quoted) form in non-debug logging (info, + warning, etc.). This means that when an address localpart + contains spaces or other special characters, the localpart will + be quoted, for example: + from=<"name with spaces"@example.com> + Specify "info_log_address_format = internal" for backwards compatibility. + * Postfix now normalizes IP addresses received with XCLIENT, + XFORWARD, or with the HaProxy protocol, for consistency with + direct connections to Postfix. This may change the appearance + of logging, and the way that check_client_access will match + subnets of an IPv6 address. + +------------------------------------------------------------------- Old: ---- deprecated-RES_INSECURE1.patch postfix-3.4.10.tar.gz New: ---- postfix-3.5.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ postfix.spec ++++++ --- /var/tmp/diff_new_pack.qYhoAW/_old 2020-04-29 20:42:03.803592746 +0200 +++ /var/tmp/diff_new_pack.qYhoAW/_new 2020-04-29 20:42:03.807592756 +0200 @@ -53,7 +53,7 @@ %bcond_with libnsl %endif Name: postfix -Version: 3.4.10 +Version: 3.5.1 Release: 0 Summary: A fast, secure, and flexible mailer License: IPL-1.0 OR EPL-2.0 @@ -74,7 +74,6 @@ Patch8: %{name}-vda-v14-3.0.3.patch Patch9: fix-postfix-script.patch Patch10: %{name}-avoid-infinit-loop-if-no-permission.patch -Patch11: deprecated-RES_INSECURE1.patch BuildRequires: ca-certificates BuildRequires: cyrus-sasl-devel BuildRequires: db-devel @@ -176,7 +175,6 @@ %patch8 %patch9 %patch10 -%patch11 -p2 # --------------------------------------------------------------------------- ++++++ postfix-3.4.10.tar.gz -> postfix-3.5.1.tar.gz ++++++ ++++ 15978 lines of diff (skipped) ++++++ postfix-master.cf.patch ++++++ --- /var/tmp/diff_new_pack.qYhoAW/_old 2020-04-29 20:42:05.039595968 +0200 +++ /var/tmp/diff_new_pack.qYhoAW/_new 2020-04-29 20:42:05.039595968 +0200 @@ -1,5 +1,5 @@ ---- conf/master.cf.orig 2019-03-11 13:45:38.792457629 +0100 -+++ conf/master.cf 2019-03-11 13:50:08.312456601 +0100 +--- conf/master.cf.orig 2020-04-19 12:30:46.108385239 +0200 ++++ conf/master.cf 2020-04-19 12:33:14.899620955 +0200 @@ -10,6 +10,11 @@ # (yes) (yes) (no) (never) (100) # ========================================================================== @@ -12,14 +12,14 @@ #smtp inet n - n - 1 postscreen #smtpd pass - - n - - smtpd #dnsblog unix - - n - 0 dnsblog -@@ -29,6 +34,7 @@ - #smtps inet n - n - - smtpd - # -o syslog_name=postfix/smtps - # -o smtpd_tls_wrappermode=yes +@@ -17,6 +22,7 @@ + #submission inet n - n - - smtpd + # -o syslog_name=postfix/submission + # -o smtpd_tls_security_level=encrypt +# -o content_filter=smtp:[127.0.0.1]:10024 # -o smtpd_sasl_auth_enable=yes + # -o smtpd_tls_auth_only=yes # -o smtpd_reject_unlisted_recipient=no - # -o smtpd_client_restrictions=$mua_client_restrictions @@ -65,6 +71,26 @@ anvil unix - - n - 1 anvil scache unix - - n - 1 scache @@ -51,14 +51,14 @@ # Also specify in main.cf: cyrus_destination_recipient_limit=1 # #cyrus unix - n n - - pipe --# user=cyrus argv=/cyrus/bin/deliver -e -r ${sender} -m ${extension} ${user} -+# user=cyrus argv=/usr/lib/cyrus/bin/deliver -e -r ${sender} -m ${extension} ${user} +-# flags=DRX user=cyrus argv=/cyrus/bin/deliver -e -r ${sender} -m ${extension} ${user} ++# flags=DRX user=cyrus argv=/usr/lib/cyrus/bin/deliver -e -r ${sender} -m ${extension} ${user} # # ==================================================================== # @@ -131,3 +157,10 @@ #mailman unix - n n - - pipe - # flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py + # flags=FRX user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py # ${nexthop} ${user} +# +#procmail unix - n n - - pipe
