commit postfix for openSUSE:Factory
Hello community, here is the log from the commit of package postfix for openSUSE:Factory checked in at 2015-08-13 18:09:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/postfix (Old) and /work/SRC/openSUSE:Factory/.postfix.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "postfix" Changes: -------- --- /work/SRC/openSUSE:Factory/postfix/postfix.changes 2015-08-02 22:44:09.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.postfix.new/postfix.changes 2015-08-13 18:10:01.000000000 +0200 @@ -1,0 +2,11 @@ +Tue Aug 4 09:09:04 UTC 2015 - meissner@suse.com + +- postfix-no-md5.patch: replace fingerprint defaults by sha1. + +------------------------------------------------------------------- +Tue Aug 4 09:07:25 UTC 2015 - meissner@suse.com + +- %verifyscript is a new section, move it out of the %ifdef + so the fillups are run afterwards. + +------------------------------------------------------------------- @@ -8,0 +20,11 @@ + +------------------------------------------------------------------- +Mon Jun 1 22:25:51 UTC 2015 - crrodriguez@opensuse.org + +- postfix-SuSE.tar.gz/postfix.service: None of + nss-lookup.target network.target local-fs.target time-sync.target + should be Wanted or Required except by the services + the implement the relevant functionality i.e network.target + is wanted/required by networkmanager, wicked, + systemd-network. other software must be ordered After them, + see systemd.special(7) New: ---- postfix-no-md5.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ postfix.spec ++++++ --- /var/tmp/diff_new_pack.PwvpvH/_old 2015-08-13 18:10:02.000000000 +0200 +++ /var/tmp/diff_new_pack.PwvpvH/_new 2015-08-13 18:10:02.000000000 +0200 @@ -78,6 +78,7 @@ Patch101: postfix-db6.diff #PATCH-FIX-SLE PATCH-FIX-OPENSUSE to be able to build the agent tls_proxy Patch102: add_missed_library.patch +Patch103: postfix-no-md5.patch BuildRequires: cyrus-sasl-devel BuildRequires: db-devel BuildRequires: libopenssl-devel @@ -171,6 +172,7 @@ %patch100 -p1 %patch101 %patch102 +%patch103 -p1 # --------------------------------------------------------------------------- %build @@ -454,17 +456,20 @@ %set_permissions %{_sysconfdir}/%{name}/sasl_passwd %set_permissions %{_sbindir}/sendmail -%verifyscript -%verify_permissions -e %{_sbindir}/postqueue -%verify_permissions -e %{_sbindir}/postdrop -%verify_permissions -e %{_sysconfdir}/%{name}/sasl_passwd -%verify_permissions -e %{_sbindir}/sendmail %{fillup_only -y postfix} %else %{fillup_and_insserv -y postfix} %endif %{fillup_only -an mail} /sbin/ldconfig + +%if 0%{?suse_version} > 1210 +%verifyscript +%verify_permissions -e %{_sbindir}/postqueue +%verify_permissions -e %{_sbindir}/postdrop +%verify_permissions -e %{_sysconfdir}/%{name}/sasl_passwd +%verify_permissions -e %{_sbindir}/sendmail +%endif # --------------------------------------------------------------------------- %postun ++++++ postfix-SuSE.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/postfix-SuSE/postfix.service new/postfix-SuSE/postfix.service --- old/postfix-SuSE/postfix.service 2014-06-10 15:44:27.000000000 +0200 +++ new/postfix-SuSE/postfix.service 2015-06-02 00:22:25.000000000 +0200 @@ -14,8 +14,8 @@ [Unit] Description=Postfix Mail Transport Agent -Requires=var-run.mount nss-lookup.target network.target local-fs.target time-sync.target -After=var-run.mount nss-lookup.target network.target local-fs.target time-sync.target +Requires=var-run.mount +After=var-run.mount nss-lookup.target network.target time-sync.target After=amavis.service mysql.service cyrus.service ldap.service openslp.service ypbind.service Conflicts=sendmail.service exim.service ++++++ postfix-no-md5.patch ++++++ Index: postfix-2.11.0/src/global/mail_params.h =================================================================== --- postfix-2.11.0.orig/src/global/mail_params.h +++ postfix-2.11.0/src/global/mail_params.h @@ -1300,7 +1300,7 @@ extern char *var_smtpd_tls_excl_ciph; extern char *var_smtpd_tls_mand_excl; #define VAR_SMTPD_TLS_FPT_DGST "smtpd_tls_fingerprint_digest" -#define DEF_SMTPD_TLS_FPT_DGST "md5" +#define DEF_SMTPD_TLS_FPT_DGST "sha1" extern char *var_smtpd_tls_fpt_dgst; #define VAR_SMTPD_TLS_512_FILE "smtpd_tls_dh512_param_file" @@ -1449,9 +1449,9 @@ extern char *var_smtp_tls_excl_ciph; extern char *var_smtp_tls_mand_excl; #define VAR_SMTP_TLS_FPT_DGST "smtp_tls_fingerprint_digest" -#define DEF_SMTP_TLS_FPT_DGST "md5" +#define DEF_SMTP_TLS_FPT_DGST "sha1" #define VAR_LMTP_TLS_FPT_DGST "lmtp_tls_fingerprint_digest" -#define DEF_LMTP_TLS_FPT_DGST "md5" +#define DEF_LMTP_TLS_FPT_DGST "sha1" extern char *var_smtp_tls_fpt_dgst; #define VAR_SMTP_TLS_TAFILE "smtp_tls_trust_anchor_file"
participants (1)
-
root@hilbert.suse.de