Hello community, here is the log from the commit of package yast2-mail for openSUSE:Factory checked in at 2018-03-14 19:34:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-mail (Old) and /work/SRC/openSUSE:Factory/.yast2-mail.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-mail" Wed Mar 14 19:34:11 2018 rev:86 rq:586119 version:4.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-mail/yast2-mail.changes 2018-02-02 22:19:21.258076940 +0100 +++ /work/SRC/openSUSE:Factory/.yast2-mail.new/yast2-mail.changes 2018-03-14 19:34:13.467459912 +0100 @@ -1,0 +2,8 @@ +Mon Mar 12 11:52:40 UTC 2018 - [email protected] + +- SuSEFirewall2 defined the ports to be opened in a single service + which is not the case with firewalld. Adapted the module to open + 'smtp', 'smtps' and 'smtp-submission' (bsc#1084869) +- 4.0.2 + +------------------------------------------------------------------- Old: ---- yast2-mail-4.0.1.tar.bz2 New: ---- yast2-mail-4.0.2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-mail.spec ++++++ --- /var/tmp/diff_new_pack.ZdNRZl/_old 2018-03-14 19:34:14.435425533 +0100 +++ /var/tmp/diff_new_pack.ZdNRZl/_new 2018-03-14 19:34:14.443425250 +0100 @@ -17,7 +17,7 @@ Name: yast2-mail -Version: 4.0.1 +Version: 4.0.2 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-mail-4.0.1.tar.bz2 -> yast2-mail-4.0.2.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-mail-4.0.1/package/yast2-mail.changes new/yast2-mail-4.0.2/package/yast2-mail.changes --- old/yast2-mail-4.0.1/package/yast2-mail.changes 2018-02-02 17:55:10.000000000 +0100 +++ new/yast2-mail-4.0.2/package/yast2-mail.changes 2018-03-12 13:03:49.000000000 +0100 @@ -1,4 +1,12 @@ ------------------------------------------------------------------- +Mon Mar 12 11:52:40 UTC 2018 - [email protected] + +- SuSEFirewall2 defined the ports to be opened in a single service + which is not the case with firewalld. Adapted the module to open + 'smtp', 'smtps' and 'smtp-submission' (bsc#1084869) +- 4.0.2 + +------------------------------------------------------------------- Fri Feb 2 16:24:48 UTC 2018 - [email protected] - Replace SuSEFirewall2 by firewalld (fate#323460) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-mail-4.0.1/package/yast2-mail.spec new/yast2-mail-4.0.2/package/yast2-mail.spec --- old/yast2-mail-4.0.1/package/yast2-mail.spec 2018-02-02 17:55:10.000000000 +0100 +++ new/yast2-mail-4.0.2/package/yast2-mail.spec 2018-03-12 13:03:49.000000000 +0100 @@ -16,7 +16,7 @@ # Name: yast2-mail -Version: 4.0.1 +Version: 4.0.2 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-mail-4.0.1/src/include/mail/ui.rb new/yast2-mail-4.0.2/src/include/mail/ui.rb --- old/yast2-mail-4.0.1/src/include/mail/ui.rb 2018-02-02 17:55:10.000000000 +0100 +++ new/yast2-mail-4.0.2/src/include/mail/ui.rb 2018-03-12 13:03:49.000000000 +0100 @@ -468,7 +468,7 @@ widgets = [:listen_remote] # firewall widget using CWM fw_settings = { - "services" => ["smtp"], + "services" => ["smtp", "smtps", "smtp-submission"], "display_details" => true } fw_cwm_widget = CWMFirewallInterfaces.CreateOpenFirewallWidget( diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-mail-4.0.1/src/modules/Mail.rb new/yast2-mail-4.0.2/src/modules/Mail.rb --- old/yast2-mail-4.0.1/src/modules/Mail.rb 2018-02-02 17:55:10.000000000 +0100 +++ new/yast2-mail-4.0.2/src/modules/Mail.rb 2018-03-12 13:03:49.000000000 +0100 @@ -416,7 +416,7 @@ @postfix_mda = :local elsif postfix_mda_s == "procmail" @postfix_mda = :procmail - elsif postfix_mda_s == "imap" + elsif postfix_mda_s == "dovecot" @postfix_mda = :imap else @postfix_mda = nil @@ -765,7 +765,7 @@ if @postfix_mda == :procmail s_mda = "procmail" elsif @postfix_mda == :imap - s_mda = "imap" + s_mda = "dovecot" end SCR.Write(path(".sysconfig.postfix.POSTFIX_MDA"), s_mda) end
