Hello community,

here is the log from the commit of package postfix for openSUSE:Factory checked 
in at 2012-05-09 18:20:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/postfix (Old)
 and      /work/SRC/openSUSE:Factory/.postfix.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "postfix", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/postfix/postfix.changes  2012-05-08 
12:28:56.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.postfix.new/postfix.changes     2012-05-09 
18:32:56.000000000 +0200
@@ -1,0 +2,6 @@
+Wed May  9 10:07:10 UTC 2012 - [email protected]
+
+- bnc#753910 - {name} instead of %{name} in postfix .spec 
+- bnc#756452 - VUL-1: postfix: VRFY allows enumerating users
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ postfix.spec ++++++
--- /var/tmp/diff_new_pack.TKIAUB/_old  2012-05-09 18:32:57.000000000 +0200
+++ /var/tmp/diff_new_pack.TKIAUB/_new  2012-05-09 18:32:57.000000000 +0200
@@ -175,7 +175,7 @@
 /usr/sbin/groupadd -g %{pf_gid} -o -r %{name} 2> /dev/null || :
 /usr/sbin/groupadd -g %{maildrop_gid} -o -r maildrop 2> /dev/null || :
 /usr/sbin/useradd -r -o -g %{name} -u %{pf_uid} -s /bin/false -c "Postfix 
Daemon" -d /%{pf_queue_directory} %{name} 2> /dev/null || :
-/usr/sbin/usermod -G %{maildrop_gid},%{mail_gid} {name} 2> /dev/null || :
+/usr/sbin/usermod -G %{maildrop_gid},%{mail_gid} %{name} 2> /dev/null || :
 mkdir -p $RPM_BUILD_ROOT/%{_libdir}
 install lib/*.1 $RPM_BUILD_ROOT/%{_libdir}
 for i in $RPM_BUILD_ROOT/%{_libdir}/*.1; do
@@ -276,6 +276,9 @@
            "html_directory    = %{pf_html_directory}" \
            "sample_directory  = %{pf_sample_directory}" \
           "daemon_directory  = %{pf_daemon_directory}" \
+          "smtpd_helo_required  = yes" \
+          "smtpd_delay_reject   = yes" \
+          "disable_vrfy_command = yes" \
           'smtpd_banner      = $myhostname ESMTP'
 #Set Permissions
 install -m 644 %{name}-SuSE/%{name}-files 
$RPM_BUILD_ROOT/usr/lib/postfix/postfix-files
@@ -326,7 +329,7 @@
 /usr/sbin/groupadd -g %{pf_gid} -o -r %{name} 2> /dev/null || :
 /usr/sbin/groupadd -g %{maildrop_gid} -o -r maildrop 2> /dev/null || :
 /usr/sbin/useradd  -r -o -g %{name} -u %{pf_uid} -s /bin/false -c "Postfix 
Daemon" -d /%{pf_queue_directory} %{name} 2> /dev/null || :
-/usr/sbin/usermod -G %{maildrop_gid},%{mail_gid} {name} 2> /dev/null || :
+/usr/sbin/usermod -G %{maildrop_gid},%{mail_gid} %{name} 2> /dev/null || :
 # ---------------------------------------------------------------------------
 
 %pre mysql

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to