Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package vsftpd for openSUSE:Factory checked 
in at 2023-10-05 20:02:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vsftpd (Old)
 and      /work/SRC/openSUSE:Factory/.vsftpd.new.28202 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vsftpd"

Thu Oct  5 20:02:51 2023 rev:88 rq:1115519 version:3.0.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/vsftpd/vsftpd.changes    2023-09-28 
00:27:12.564385024 +0200
+++ /work/SRC/openSUSE:Factory/.vsftpd.new.28202/vsftpd.changes 2023-10-05 
20:03:04.762553176 +0200
@@ -1,0 +2,7 @@
+Wed Oct  4 08:00:40 UTC 2023 - Thorsten Kukuk <ku...@suse.com>
+
+- Add vsftpd.ftpusers, the netcfg one is not maintained, outdated
+  and will be removed.
+- vsftpd.pam: use own copy of ftpusers.
+
+-------------------------------------------------------------------

New:
----
  vsftpd.ftpusers

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

Other differences:
------------------
++++++ vsftpd.spec ++++++
--- /var/tmp/diff_new_pack.EsAzh8/_old  2023-10-05 20:03:09.310717487 +0200
+++ /var/tmp/diff_new_pack.EsAzh8/_new  2023-10-05 20:03:09.310717487 +0200
@@ -38,6 +38,7 @@
 Source2:        %{name}.logrotate
 Source3:        %{name}.init
 Source4:        README.SUSE
+Source5:        %{name}.ftpusers
 Source6:        %{name}.firewall
 Source7:        vsftpd.service
 Source8:        vsftpd@.service
@@ -204,6 +205,7 @@
 install -D -m 600 xinetd.d/%{name} %{buildroot}%{_sysconfdir}/xinetd.d/%{name}
 %endif
 install -D -m 644 $RPM_SOURCE_DIR/%{name}.pam 
%{buildroot}%{_pam_vendordir}/%{name}
+install -D -m 600 %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/vsftpd/ftpusers
 %if 0%{?suse_version} > 1500
 mkdir -p %{buildroot}%{_distconfdir}/logrotate.d
 install -D -m 644 $RPM_SOURCE_DIR/%{name}.logrotate 
%{buildroot}%{_distconfdir}/logrotate.d/%{name}
@@ -300,6 +302,8 @@
 %config %{_pam_sysconfdir}/pam.d/%{name}
 %config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
 %endif
+%dir %{_sysconfdir}/vsftpd
+%config %{_sysconfdir}/vsftpd/ftpusers
 %{_mandir}/man5/%{name}.conf.*
 %{_mandir}/man8/%{name}.*
 %license LICENSE


++++++ vsftpd.ftpusers ++++++
#
# ftpusers      This file describes the names of the users that may
#               _*NOT*_ log into the system via the FTP server.
#               This usually includes "root", "uucp", "news" and the
#               like, because those users have too much power to be
#               allowed to do "just" FTP...
#
adm
bin
daemon
games
mail
news
nobody
root
uucp


++++++ vsftpd.pam ++++++
--- /var/tmp/diff_new_pack.EsAzh8/_old  2023-10-05 20:03:09.498724279 +0200
+++ /var/tmp/diff_new_pack.EsAzh8/_new  2023-10-05 20:03:09.502724424 +0200
@@ -3,7 +3,7 @@
 # Uncomment this to achieve what used to be ftpd -A.
 # auth       required     pam_listfile.so item=user sense=allow 
file=/etc/ftpchroot onerr=fail
 
-auth     required       pam_listfile.so item=user sense=deny 
file=/etc/ftpusers onerr=succeed
+auth     required       pam_listfile.so item=user sense=deny 
file=/etc/vftpd/ftpusers onerr=succeed
 # Uncomment the following line for anonymous ftp.
 #auth   sufficient     pam_ftp.so
 auth     required       pam_shells.so

Reply via email to