Hello community, here is the log from the commit of package pure-ftpd for openSUSE:Leap:15.2 checked in at 2020-02-19 19:42:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/pure-ftpd (Old) and /work/SRC/openSUSE:Leap:15.2/.pure-ftpd.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pure-ftpd" Wed Feb 19 19:42:48 2020 rev:18 rq:777365 version:1.0.47 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/pure-ftpd/pure-ftpd.changes 2020-01-15 15:45:41.579331967 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.pure-ftpd.new.26092/pure-ftpd.changes 2020-02-19 19:43:07.265359322 +0100 @@ -1,0 +2,19 @@ +Thu Dec 5 14:01:48 UTC 2019 - Josef Möllers <[email protected]> + +- Add pam_keyinit.so to PAM config file. + [pure-ftpd.pamd, bsc#1144058] + +------------------------------------------------------------------- +Fri Jul 26 12:11:28 UTC 2019 - [email protected] + +- removal of version checks for outdated distributions + +------------------------------------------------------------------- +Thu Jul 25 13:14:55 UTC 2019 - [email protected] + +- removal of SuSEfirewall2 service, since SuSEfirewall2 has been replaced by + firewalld, see [1]. + + [1]: https://lists.opensuse.org/opensuse-factory/2019-01/msg00490.html + +------------------------------------------------------------------- Old: ---- pure-ftpd.firewall ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pure-ftpd.spec ++++++ --- /var/tmp/diff_new_pack.CygqG3/_old 2020-02-19 19:43:07.817360411 +0100 +++ /var/tmp/diff_new_pack.CygqG3/_new 2020-02-19 19:43:07.821360419 +0100 @@ -29,7 +29,6 @@ Source3: %{name}.init Source4: %{name}.pamd Source5: %{name}.xinetd -Source7: %{name}.firewall Source8: %{name}.service # PATCH-FEATURE-OPENSUSE %{name}-1.0.20_config.patch -- Custom service configs. Patch0: %{name}-1.0.20_config.patch @@ -56,15 +55,9 @@ %if 0%{?suse_version} > 1500 BuildRequires: postgresql-server-devel %endif -%if 0%{?suse_version} > 1140 BuildRequires: pkgconfig(systemd) %{?systemd_requires} -%else -Requires(pre): %insserv_prereq -%endif -%if 0%{?suse_version} > 1320 Requires(pre): user(ftp) -%endif %description Pure-FTPd is a fast, production-quality, and standard-conforming FTP @@ -127,50 +120,25 @@ install -m 0644 pureftpd.schema %{buildroot}%{_sysconfdir}/openldap/schema/ -install -d %{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/ -install -m 644 %{SOURCE7} %{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name} - install -D -m 0644 usr.sbin.pure-ftpd %{buildroot}%{_sysconfdir}/apparmor/profiles/extras/usr.sbin.pure-ftpd -%if 0%{?suse_version} > 1140 install -D -m0644 %{SOURCE8} %{buildroot}%{_unitdir}/%{name}.service ln -sf service %{buildroot}%{_sbindir}/rc%{name} -%else -install -Dm 0644 %{SOURCE5} %{buildroot}%{_sysconfdir}/xinetd.d/pure-ftpd -install -D -m 0755 %{SOURCE3} %{buildroot}%{_sysconfdir}/init.d/%{name} -mkdir -p %{buildroot}%{_sbindir} -ln -sf %{_sysconfdir}/init.d/%{name} %{buildroot}%{_sbindir}/rc%{name} -%endif %pre -%if 0%{?suse_version} > 1140 %service_add_pre %{name}.service -%endif %preun -%if 0%{?suse_version} > 1140 %service_del_preun %{name}.service -%else -%stop_on_removal %{name} -%endif %post if [ -f etc/pure-ftpd.conf ]; then mv etc/pure-ftpd.conf etc/pure-ftpd/pure-ftpd.conf fi -%if 0%{?suse_version} > 1140 %service_add_post %{name}.service -%else -%fillup_and_insserv %{name} -%endif %postun -%if 0%{?suse_version} > 1140 %service_del_postun %{name}.service -%else -%restart_on_update %{name} -%insserv_cleanup -%endif %files %license COPYING @@ -190,14 +158,8 @@ %config %{_sysconfdir}/openldap/schema/pureftpd.schema %config %{_sysconfdir}/pam.d/pure-ftpd %config(noreplace) %{_sysconfdir}/%{name}/pure-ftpd.conf -%config(noreplace) %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name} %config(noreplace) %{_sysconfdir}/apparmor/profiles/extras/usr.sbin.pure-ftpd -%if 0%{?suse_version} > 1140 %{_unitdir}/%{name}.service -%else -%config(noreplace) %{_sysconfdir}/xinetd.d/pure-ftpd -%{_sysconfdir}/init.d/%{name} -%endif %changelog ++++++ pure-ftpd.pamd ++++++ --- /var/tmp/diff_new_pack.CygqG3/_old 2020-02-19 19:43:07.941360655 +0100 +++ /var/tmp/diff_new_pack.CygqG3/_new 2020-02-19 19:43:07.941360655 +0100 @@ -4,5 +4,6 @@ auth include common-auth account include common-account password include common-password +session required pam_keyinit.so force revoke session required pam_loginuid.so session include common-session
