Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package sendmail for openSUSE:Factory checked in at 2021-04-01 14:16:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sendmail (Old) and /work/SRC/openSUSE:Factory/.sendmail.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sendmail" Thu Apr 1 14:16:13 2021 rev:103 rq:882201 version:8.16.1 Changes: -------- --- /work/SRC/openSUSE:Factory/sendmail/sendmail.changes 2021-02-15 23:10:32.790880184 +0100 +++ /work/SRC/openSUSE:Factory/.sendmail.new.2401/sendmail.changes 2021-04-01 14:16:30.427911953 +0200 @@ -1,0 +2,5 @@ +Tue Mar 23 16:04:45 UTC 2021 - Dr. Werner Fink <[email protected]> + +- Make IPv6 work even with IPv4 in parallel + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sendmail.spec ++++++ --- /var/tmp/diff_new_pack.FNMpJs/_old 2021-04-01 14:16:31.323912982 +0200 +++ /var/tmp/diff_new_pack.FNMpJs/_new 2021-04-01 14:16:31.327912986 +0200 @@ -69,7 +69,7 @@ %else Requires(pre): %insserv_prereq Requires(post): %insserv_prereq -Requires(postun): %insserv_prereq +Requires(postun):%insserv_prereq %endif %if 0%{?suse_version} >= 1330 Requires(pre): group(daemon) @@ -81,12 +81,14 @@ Requires(post): coreutils Requires(post): permissions Requires(post): sed -Requires(posttrans): coreutils -Requires(posttrans): findutils -Requires(posttrans): m4 -Requires(verify): permissions +Requires(posttrans):coreutils +Requires(posttrans):findutils +Requires(posttrans):m4 +Requires(verify):permissions %{?systemd_ordering} -Conflicts: smail postfix postfix-tls +Conflicts: postfix +Conflicts: postfix-tls +Conflicts: smail Obsoletes: sendmail-tls Version: 8.16.1 Release: 0 ++++++ sendmail-suse.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sendmail-suse/suse/update.sendmail new/sendmail-suse/suse/update.sendmail --- old/sendmail-suse/suse/update.sendmail 2021-01-27 10:14:47.119163513 +0100 +++ new/sendmail-suse/suse/update.sendmail 2021-03-23 17:04:32.264641193 +0100 @@ -134,14 +134,24 @@ else Address="127.0.0.1" fi - DAEMON_OPTIONS="${DAEMON_OPTIONS:+${DAEMON_OPTIONS}, }Addr=" + DAEMON_OPTIONS="${DAEMON_OPTIONS:+${DAEMON_OPTIONS}, }Address=" + else + if test "$SENDMAIL_USE_IPV6" = yes ; then + AddressV4="0.0.0.0" + AddressV6="::" + else + Address="0.0.0.0" + fi + DAEMON_OPTIONS="${DAEMON_OPTIONS:+${DAEMON_OPTIONS}, }Address=" fi if test -n "$DAEMON_OPTIONS" ; then if test "$SENDMAIL_USE_IPV6" = yes ; then - echo "DAEMON_OPTIONS(\`Name=MTA-v4, Family=inet, ${DAEMON_OPTIONS}${AddressV4+"$AddressV4"}')dnl" - echo "DAEMON_OPTIONS(\`Name=MTA-v6, Family=inet6, ${DAEMON_OPTIONS}${AddressV6+"$AddressV6"}')dnl" + if test "$SMTPD_LISTEN_REMOTE" != yes ; then + echo "DAEMON_OPTIONS(\`Port=smtp, Name=MTA-v4, Family=inet, ${DAEMON_OPTIONS}${AddressV4+"$AddressV4"}')dnl" + fi + echo "DAEMON_OPTIONS(\`Port=smtp, Name=MTA-v6, Family=inet6, ${DAEMON_OPTIONS}${AddressV6+"$AddressV6"}')dnl" else - echo "DAEMON_OPTIONS(\`Name=MTA, ${DAEMON_OPTIONS}${Address+"$Address"}')dnl" + echo "DAEMON_OPTIONS(\`Port=smtp, Name=MTA, ${DAEMON_OPTIONS}${Address+"$Address"}')dnl" fi elif test "$SENDMAIL_USE_IPV6" = yes ; then echo "define(\`_NETINET6_')dnl"
