Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package proftpd for openSUSE:Factory checked in at 2022-09-02 21:56:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/proftpd (Old) and /work/SRC/openSUSE:Factory/.proftpd.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "proftpd" Fri Sep 2 21:56:34 2022 rev:45 rq:1000747 version:1.3.7e Changes: -------- --- /work/SRC/openSUSE:Factory/proftpd/proftpd.changes 2022-08-11 18:32:29.186274370 +0200 +++ /work/SRC/openSUSE:Factory/.proftpd.new.2083/proftpd.changes 2022-09-02 21:57:00.176363276 +0200 @@ -1,0 +2,7 @@ +Thu Sep 1 19:28:50 UTC 2022 - ch...@computersalat.de + +- Update proftpd-basic.conf.patch + * remove obsolete config option, LoginPasswordPrompt +- rework proftpd-dist.patch + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ proftpd-basic.conf.patch ++++++ --- /var/tmp/diff_new_pack.VMtG8u/_old 2022-09-02 21:57:00.736364632 +0200 +++ /var/tmp/diff_new_pack.VMtG8u/_new 2022-09-02 21:57:00.740364641 +0200 @@ -38,7 +38,7 @@ # To prevent DoS attacks, set the maximum number of child processes # to 30. If you need to allow more than 30 concurrent connections -@@ -23,43 +33,210 @@ Umask 022 +@@ -23,43 +33,207 @@ Umask 022 # in standalone mode, in inetd mode you should use an inetd server # that allows you to limit maximum number of processes per service # (such as xinetd). @@ -219,9 +219,6 @@ + DenyAll + </Limit> + -+ # LoginPasswordPrompt -- Configure to display the passwort prompt or not -+ LoginPasswordPrompt off -+ + # DirFakeMode -- Hide real file/directory permissions + DirFakeMode 0640 + ++++++ proftpd-dist.patch ++++++ --- /var/tmp/diff_new_pack.VMtG8u/_old 2022-09-02 21:57:00.748364661 +0200 +++ /var/tmp/diff_new_pack.VMtG8u/_new 2022-09-02 21:57:00.752364670 +0200 @@ -27,7 +27,7 @@ =================================================================== --- contrib/dist/rpm/proftpd.logrotate.orig +++ contrib/dist/rpm/proftpd.logrotate -@@ -1,10 +1,16 @@ +@@ -1,10 +1,15 @@ -/var/log/proftpd/*.log /var/log/xferlog { +/var/log/proftpd/xferlog /var/log/proftpd/*.log { compress @@ -42,8 +42,7 @@ sharedscripts postrotate - test -f /var/lock/subsys/proftpd && /usr/bin/killall -HUP proftpd || : -+ /usr/sbin/rcproftpd reload -+ #/etc/init.d/xinetd reload ++ /usr/sbin/rcproftpd reload endscript } @@ -56,19 +55,24 @@ service ftp { - flags = REUSE - socket_type = stream -+ protocol = tcp - wait = no -+# bind = IP -+ instances = 30 - user = root - server = /usr/sbin/in.proftpd +- socket_type = stream +- wait = no +- user = root +- server = /usr/sbin/in.proftpd - log_on_success += DURATION - log_on_failure += USERID - nice = 10 -+ log_on_success += PID HOST USERID EXIT DURATION -+ log_on_failure += HOST USERID ATTEMPT -+# nice = 10 - disable = yes +- disable = yes ++ socket_type = stream ++ protocol = tcp ++ wait = no ++# bind = IP ++ instances = 30 ++ user = root ++ server = /usr/sbin/in.proftpd ++ log_on_success += PID HOST USERID EXIT DURATION ++ log_on_failure += HOST USERID ATTEMPT ++# nice = 10 ++ disable = yes }