Blame SPECS/vsftpd.spec

d83721
%{!?tcp_wrappers:%define tcp_wrappers 1}
d83721
%define _generatorsdir %{_prefix}/lib/systemd/system-generators
d83721
d83721
Name: vsftpd
d83721
Version: 3.0.2
05202e
Release: 28%{?dist}
d83721
Summary: Very Secure Ftp Daemon
d83721
d83721
Group: System Environment/Daemons
d83721
# OpenSSL link exception
d83721
License: GPLv2 with exceptions
d83721
URL: https://security.appspot.com/vsftpd.html
d83721
Source0: https://security.appspot.com/downloads/%{name}-%{version}.tar.gz
d83721
Source1: vsftpd.xinetd
d83721
Source2: vsftpd.pam
d83721
Source3: vsftpd.ftpusers
d83721
Source4: vsftpd.user_list
d83721
Source5: vsftpd.init
d83721
Source6: vsftpd_conf_migrate.sh
d83721
Source7: vsftpd.service
d83721
Source8: vsftpd@.service
d83721
Source9: vsftpd.target
d83721
Source10: vsftpd-generator
d83721
d83721
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
d83721
d83721
BuildRequires: pam-devel
d83721
BuildRequires: libcap-devel
d83721
BuildRequires: openssl-devel
d83721
BuildRequires: systemd
d83721
%if %{tcp_wrappers}
d83721
BuildRequires: tcp_wrappers-devel
d83721
%endif
d83721
d83721
Requires: logrotate
d83721
d83721
# Build patches
d83721
Patch1: vsftpd-2.1.0-libs.patch
d83721
Patch2: vsftpd-2.1.0-build_ssl.patch
d83721
Patch3: vsftpd-2.1.0-tcp_wrappers.patch
d83721
d83721
# Use /etc/vsftpd/ instead of /etc/
d83721
Patch4: vsftpd-2.1.0-configuration.patch
d83721
d83721
# These need review
d83721
Patch5: vsftpd-2.1.0-pam_hostname.patch
d83721
Patch6: vsftpd-close-std-fds.patch
d83721
Patch7: vsftpd-2.1.0-filter.patch
d83721
Patch9: vsftpd-2.1.0-userlist_log.patch
d83721
d83721
Patch10: vsftpd-2.1.0-trim.patch
d83721
Patch12: vsftpd-2.1.1-daemonize_plus.patch
d83721
Patch14: vsftpd-2.2.0-wildchar.patch
d83721
d83721
Patch16: vsftpd-2.2.2-clone.patch
d83721
Patch19: vsftpd-2.3.4-sd.patch
d83721
Patch20: vsftpd-2.3.4-sqb.patch
d83721
Patch21: vsftpd-2.3.4-listen_ipv6.patch
d83721
Patch22: vsftpd-2.3.5-aslim.patch
d83721
Patch23: vsftpd-3.0.0-tz.patch
d83721
Patch24: vsftpd-3.0.0-xferlog.patch
d83721
Patch25: vsftpd-3.0.0-logrotate.patch
d83721
Patch26: vsftpd-3.0.2-seccomp.patch
d83721
Patch27: vsftpd-3.0.2-mrate.patch
d83721
Patch28: vsftpd-3.0.2-wnohang.patch
d83721
Patch29: vsftpd-3.0.2-dh.patch
d83721
Patch30: vsftpd-3.0.2-ecdh.patch
d83721
Patch31: vsftpd-2.0.5-fix_qm.patch
d83721
Patch32: vsftpd-3.0.2-reverse-lookup.patch
d83721
Patch33: vsftpd-3.0.2-del-upl.patch
d83721
Patch34: vsftpd-2.2.2-nfs-fail.patch
d83721
Patch35: vsftpd-2.2.2-man-pages.patch
d83721
Patch36: vsftpd-3.0.2-uint-uidgid.patch
d83721
Patch37: vsftpd-2.2.2-blank-chars-overflow.patch
d83721
Patch38: vsftpd-2.2.2-syslog.patch
d83721
Patch39: vsftpd-3.0.2-docupd.patch
d83721
Patch40: vsftpd-2.2.2-tlsv1_2.patch
d83721
Patch41: vsftpd-3.0.2-defaulttls.patch
d83721
Patch42: 0001-Redefine-VSFTP_COMMAND_FD-to-1.patch
d83721
Patch43: 0001-Document-the-relationship-of-text_userdb_names-and-c.patch
d83721
Patch44: 0001-Document-allow_writeable_chroot-in-the-man-page.patch
d83721
Patch45: 0001-Improve-documentation-of-ascii_-options.patch
d83721
Patch46: 0001-Add-new-filename-generation-algorithm-for-STOU-comma.patch
d83721
Patch47: 0001-Fix-rDNS-with-IPv6.patch
d83721
Patch48: 0001-Log-die-calls-to-syslog.patch
d83721
Patch49: 0002-Improve-error-message-when-max-number-of-bind-attemp.patch
d83721
Patch50: 0003-Make-the-max-number-of-bind-retries-tunable.patch
d83721
Patch51: 0001-Move-closing-standard-FDs-after-listen.patch
d83721
Patch52: 0002-Prevent-recursion-in-bug.patch
d83721
Patch53: 0001-Set-s_uwtmp_inserted-only-after-record-insertion-rem.patch
d83721
Patch54: 0002-Repeat-pututxline-if-it-fails-with-EINTR.patch
05202e
Patch55: 0001-Fix-timestamp-handling-in-MDTM.patch
d83721
d83721
%description
d83721
vsftpd is a Very Secure FTP daemon. It was written completely from
d83721
scratch.
d83721
d83721
%package sysvinit
d83721
Group: System Environment/Daemons
d83721
Summary: SysV initscript for vsftpd daemon
d83721
Requires: %{name} = %{version}-%{release}
d83721
Requires(preun): /sbin/service
d83721
Requires(postun): /sbin/service
d83721
d83721
%description sysvinit
d83721
The vsftpd-sysvinit contains SysV initscritps support.
d83721
d83721
%prep
d83721
%setup -q -n %{name}-%{version}
d83721
cp %{SOURCE1} .
d83721
d83721
%patch1 -p1 -b .libs
d83721
%patch2 -p1 -b .build_ssl
d83721
%if %{tcp_wrappers}
d83721
%patch3 -p1 -b .tcp_wrappers
d83721
%endif
d83721
%patch4 -p1 -b .configuration
d83721
%patch5 -p1 -b .pam_hostname
d83721
%patch6 -p1 -b .close_fds
d83721
%patch7 -p1 -b .filter
d83721
%patch9 -p1 -b .userlist_log
d83721
%patch10 -p1 -b .trim
d83721
%patch12 -p1 -b .daemonize_plus
d83721
%patch14 -p1 -b .wildchar
d83721
%patch16 -p1 -b .clone
d83721
%patch19 -p1 -b .sd
d83721
%patch20 -p1 -b .sqb
d83721
%patch21 -p1 -b .listen_ipv6
d83721
%patch22 -p1 -b .aslim
d83721
%patch23 -p1 -b .tz
d83721
%patch24 -p1 -b .xferlog
d83721
%patch25 -p1 -b .logrotate
d83721
%patch26 -p1 -b .seccomp
d83721
%patch27 -p1 -b .mrate
d83721
%patch28 -p1 -b .wnohang
d83721
%patch29 -p1 -b .dh
d83721
%patch30 -p1 -b .ecdh
d83721
%patch31 -p1 -b .fix_qm
d83721
%patch32 -p1 -b .reverse-lookup
d83721
%patch33 -p1 -b .del-upl
d83721
%patch34 -p1 -b .nfs-fail
d83721
%patch35 -p1 -b .man_pages
d83721
%patch36 -p1 -b .uint-uidgid
d83721
%patch37 -p1 -b .blank-char-overflow
d83721
%patch38 -p1 -b .syslog
d83721
%patch39 -p1 -b .docup
d83721
%patch40 -p1 -b .tls_version
d83721
%patch41 -p1 -b .defaulttls
d83721
%patch42 -p1 -b .command-fd
d83721
%patch43 -p1 -b .text-userdb-names
d83721
%patch44 -p1 -b .allow-writeable-chroot
d83721
%patch45 -p1 -b .ascii
d83721
%patch46 -p1 -b .better-stou
d83721
%patch47 -p1 -b .ipv6-rdns
d83721
%patch48 -p1 -b .errors-to-syslog
d83721
%patch49 -p1 -b .improve-error-message
d83721
%patch50 -p1 -b .bind-retries-configurable
d83721
%patch51 -p1 -b .move-close
d83721
%patch52 -p1 -b .prevent-bug-recursion
d83721
%patch53 -p1 -b .move-variable-assignment
d83721
%patch54 -p1 -b .repeat-pututxline
05202e
%patch55 -p1 -b .fix-mdtm
d83721
d83721
%build
d83721
%ifarch s390x sparcv9 sparc64
d83721
make CFLAGS="$RPM_OPT_FLAGS -fPIE -pipe -Wextra -Werror" \
d83721
%else
d83721
make CFLAGS="$RPM_OPT_FLAGS -fpie -pipe -Wextra -Werror" \
d83721
%endif
d83721
        LINK="-pie -lssl" %{?_smp_mflags}
d83721
d83721
d83721
%install
d83721
rm -rf $RPM_BUILD_ROOT
d83721
mkdir -p $RPM_BUILD_ROOT%{_sbindir}
d83721
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}
d83721
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/{vsftpd,pam.d,logrotate.d,rc.d/init.d}
d83721
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man{5,8}
d83721
mkdir -p $RPM_BUILD_ROOT%{_unitdir}
d83721
mkdir -p $RPM_BUILD_ROOT%{_generatorsdir}
d83721
install -m 755 vsftpd  $RPM_BUILD_ROOT%{_sbindir}/vsftpd
d83721
install -m 600 vsftpd.conf $RPM_BUILD_ROOT%{_sysconfdir}/vsftpd/vsftpd.conf
d83721
install -m 644 vsftpd.conf.5 $RPM_BUILD_ROOT/%{_mandir}/man5/
d83721
install -m 644 vsftpd.8 $RPM_BUILD_ROOT/%{_mandir}/man8/
d83721
install -m 644 RedHat/vsftpd.log $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/vsftpd
d83721
install -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/vsftpd
d83721
install -m 600 %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/vsftpd/ftpusers
d83721
install -m 600 %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/vsftpd/user_list
d83721
install -m 755 %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/vsftpd
d83721
install -m 744 %{SOURCE6} $RPM_BUILD_ROOT%{_sysconfdir}/vsftpd/vsftpd_conf_migrate.sh
d83721
install -m 644 %{SOURCE7} $RPM_BUILD_ROOT%{_unitdir}
d83721
install -m 644 %{SOURCE8} $RPM_BUILD_ROOT%{_unitdir}
d83721
install -m 644 %{SOURCE9} $RPM_BUILD_ROOT%{_unitdir}
d83721
install -m 755 %{SOURCE10} $RPM_BUILD_ROOT%{_generatorsdir}
d83721
                  
d83721
mkdir -p $RPM_BUILD_ROOT/%{_var}/ftp/pub
d83721
d83721
%clean
d83721
rm -rf $RPM_BUILD_ROOT
d83721
d83721
%post
d83721
%systemd_post vsftpd.service
d83721
d83721
%preun
d83721
%systemd_preun vsftpd.service
d83721
%systemd_preun vsftpd.target
d83721
d83721
%postun
d83721
%systemd_postun_with_restart vsftpd.service 
d83721
d83721
%files
d83721
%defattr(-,root,root,-)
d83721
%{_unitdir}/*
d83721
%{_generatorsdir}/*
d83721
%{_sbindir}/vsftpd
d83721
%dir %{_sysconfdir}/vsftpd
d83721
%{_sysconfdir}/vsftpd/vsftpd_conf_migrate.sh
d83721
%config(noreplace) %{_sysconfdir}/vsftpd/ftpusers
d83721
%config(noreplace) %{_sysconfdir}/vsftpd/user_list
d83721
%config(noreplace) %{_sysconfdir}/vsftpd/vsftpd.conf
d83721
%config(noreplace) %{_sysconfdir}/pam.d/vsftpd
d83721
%config(noreplace) %{_sysconfdir}/logrotate.d/vsftpd
d83721
%doc FAQ INSTALL BUGS AUDIT Changelog LICENSE README README.security REWARD
d83721
%doc SPEED TODO BENCHMARKS COPYING SECURITY/ EXAMPLE/ TUNING SIZE vsftpd.xinetd
d83721
%{_mandir}/man5/vsftpd.conf.*
d83721
%{_mandir}/man8/vsftpd.*
d83721
%{_var}/ftp
d83721
d83721
%files sysvinit
d83721
%{_sysconfdir}/rc.d/init.d/vsftpd
d83721
d83721
%changelog
05202e
* Thu Mar 05 2020 Ondřej Lysoněk <olysonek@redhat.com> - 3.0.2-28
05202e
- Fix timestamp handling in MDTM
05202e
- Resolves: rhbz#1583247
05202e
d83721
* Mon Aug 05 2019 Ondřej Lysoněk <olysonek@redhat.com> - 3.0.2-27
d83721
- Partially fix problem with bad utmp entries when pututxline() fails
d83721
- Resolves: rhbz#1688848
d83721
d83721
* Mon Aug 05 2019 Ondřej Lysoněk <olysonek@redhat.com> - 3.0.2-26
d83721
- Fix segfault when listen() returns an error
d83721
- Resolves: rhbz#1666380
d83721
d83721
* Thu Jun 21 2018 Ondřej Lysoněk <olysonek@redhat.com> - 3.0.2-25
d83721
- Add config option log_die allowing to pass error messages to syslog
d83721
- Add config option bind_retries allowing to change the max number
d83721
- of attempts to find a listening port for the PASV/EPSV command
d83721
- Resolves: rhbz#1318198
d83721
d83721
* Wed May 16 2018 Ondřej Lysoněk <olysonek@redhat.com> - 3.0.2-24
d83721
- Fix reverse hostname lookup with IPv6
d83721
- Resolves: rhbz#1576705
d83721
d83721
* Thu Apr 05 2018 Ondřej Lysoněk <olysonek@redhat.com> - 3.0.2-23
d83721
- Redefine VSFTP_COMMAND_FD to 1
d83721
- Resolves: rhbz#1443055
d83721
- Document the relationship of text_userdb_names and chroot_local_user
d83721
- Resolves: rhbz#1508021
d83721
- Document allow_writeable_chroot in the man page
d83721
- Resolves: rhbz#1508022
d83721
- Improve documentation of ascii_* options
d83721
- Resolves: rhbz#1517227
d83721
- Add new filename generation algorithm for STOU command
d83721
- Resolves: rhbz#1479237
d83721
d83721
* Thu Mar 23 2017 Zdenek Dohnal <zdohnal@redhat.com> - 3.0.2-22
d83721
- Resolves: #1432054 - secure ftp stopped working with default TLS settings in the new vsftpd package
d83721
d83721
* Thu Jun 02 2016 Martin Sehnoutka <msehnout@redhat.com> - 3.0.2-21
d83721
- Resolves: #1318947 vsftpd should permit specified TLS versions only
d83721
d83721
* Thu Apr 07 2016 Martin Sehnoutka <msehnout@redhat.com> - 3.0.2-20
d83721
- Resolves: #1147551 - Missing isolate_* options, incorrect default values of
d83721
  max_clients, max_per_ip in man vsftpd.conf
d83721
d83721
* Tue Apr 05 2016 Martin Sehnoutka <msehnout@redhat.com> - 3.0.2-19
d83721
- Resolves: #1311562 - Message is not logged to syslog when syslog_enable=yes in
d83721
  vsftpd.conf
d83721
d83721
* Tue Apr 05 2016 Martin Sehnoutka <msehnout@redhat.com> - 3.0.2-18
d83721
- Resolves: #1311600 - vsftpd segfaults in vsf_sysutil_strndup
d83721
d83721
* Fri Apr 01 2016 Martin Sehnoutka <msehnout@redhat.com> - 3.0.2-17
d83721
- Resolves: #1116385 - deny_file, hide_file
d83721
d83721
* Tue Mar 29 2016 Martin Sehnoutka <msehnout@redhat.com> - 3.0.2-16
d83721
- Resolves: #1087868 - uid and gid is not correctly shown
d83721
d83721
* Tue Mar 29 2016 Martin Sehnoutka <msehnout@redhat.com> - 3.0.2-15
d83721
- Resolves: #1147550 ssl_request_cert paragraph in the vsftpd.conf man page gets
d83721
  rendered incorrectly
d83721
d83721
* Tue Mar 29 2016 Martin Sehnoutka <msehnout@redhat.com> - 3.0.2-14
d83721
- Resolves: #1317891 Handle errors when calling close()
d83721
d83721
* Thu Mar 24 2016 Martin Sehnoutka <msehnout@redhat.com> - 3.0.2-13
d83721
- Resolves: #1148872 - The vsftpd doesn't remove failed upload when the
d83721
  delete_failed_uploads is enabled and the network cable is unplagged
d83721
d83721
* Tue Mar 22 2016 Martin Sehnoutka <msehnout@redhat.com> - 3.0.2-12
d83721
- Resolves: #1087834 - missing reverse_lookup_enable option
d83721
d83721
* Tue Feb 23 2016 Pavel Ĺ imerda <psimerda@redhat.com> - 3.0.2-11
d83721
- Resolves: #1166741 - Wildcard ? does not work correctly in vsftpd-3.0.2-9.el7
d83721
d83721
* Mon Aug 03 2015 Martin Osvald <mosvald@rehat.com> - 3.0.2-10
d83721
- Resolves: #1058704 - vsftpd does not support DHE cipher suites
d83721
- Resolves: #1058712 - vsftpd does not support ECDHE cipher suites
d83721
- Resolves: #1198259 - The vsftpd hangs in a SIGCHLD handler when the pam_exec.so is used in pam.d configuration
d83721
d83721
* Fri Mar 07 2014 Jiri Skala <jskala@redhat.com> - 3.0.2-9
d83721
- Resolves: #1063402 - vsftpd local_max_rate option doesn't work as expected
d83721
d83721
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 3.0.2-8
d83721
- Mass rebuild 2014-01-24
d83721
d83721
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 3.0.2-7
d83721
- Mass rebuild 2013-12-27
d83721
d83721
* Fri Sep 13 2013 Jiri Skala <jskala@redhat.com> - 3.0.2-6
d83721
- Resolves: #833093 - multiple instances - improved service, target unit files, man page
d83721
d83721
* Thu Aug 29 2013 Ondrej Vasik <ovasik@redhat.com> - 3.0.2-5
d83721
- Readd seccomp disabled by default (#860951)
d83721
d83721
* Thu Aug 15 2013 Jiri Skala <jskala@redhat.com> - 3.0.2-4
d83721
- Resolves: #833093 - vsftpd service does not start more than one daemon
d83721
d83721
* Mon Feb 25 2013 Jiri Skala <jskala@redhat.com> - 3.0.2-3
d83721
- fixes #913519 - login fails (increased AS_LIMIT)
d83721
d83721
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.2-2
d83721
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
d83721
d83721
* Wed Sep 19 2012 Jiri Skala <jskala@redhat.com> - 3.0.2-2
d83721
- update to latest upstream 3.0.2
d83721
d83721
* Mon Sep 17 2012 Jiri Skala <jskala@redhat.com> - 3.0.1-1
d83721
- update to latest upstream 3.0.1
d83721
- fixes #851441 - Introduce new systemd-rpm macros in vsftpd spec file
d83721
- fixes #845980 - vsftpd seccomp filter is too strict
d83721
d83721
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.0-4
d83721
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
d83721
d83721
* Tue Jul 17 2012 Jiri Skala <jskala@redhat.com> - 3.0.0-3
d83721
- changed default value of xferlog_file to /var/log/xferlog
d83721
- added rotating xferlog
d83721
d83721
* Thu Apr 26 2012 Jiri Skala <jskala@redhat.com> - 3.0.0-2
d83721
- corrected time zone handling - especially DST flag
d83721
- fixed default value of option 'listen'
d83721
d83721
* Tue Apr 10 2012 Jiri Skala <jskala@redhat.com> - 3.0.0-1
d83721
- updated to latest upstream 3.0.0
d83721
d83721
* Thu Feb 09 2012 Jiri Skala <jskala@redhat.com> - 2.3.5-3
d83721
- fixes #788812 - authentication failure on x86_64 when using nss_pgsql
d83721
d83721
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.5-2
d83721
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
d83721
d83721
* Mon Dec 19 2011 Jiri Skala <jskala@redhat.com> - 2.3.5-1
d83721
- updated to latest upstream 2.3.5
d83721
d83721
* Mon Nov 28 2011 Jiri Skala <jskala@redhat.com> - 2.3.4-7
d83721
- added patch from BZ#450853#c23
d83721
d83721
* Tue Nov 15 2011 Jiri Skala <jskala@redhat.com> - 2.3.4-6
d83721
- fixes #753365 - multiple issues with vsftpd's systemd unit
d83721
- removes exclusivity between listen and listen_ipv6 BZ#450853
d83721
- ls wildchars supports square brackets
d83721
d83721
* Wed Aug 03 2011 Jiri Skala <jskala@redhat.com> - 2.3.4-5
d83721
- fixes #719434 - Provide native systemd unit file
d83721
- moving SysV initscript into subpackage
d83721
d83721
* Mon Aug 01 2011 Jiri Skala <jskala@redhat.com> - 2.3.4-4
d83721
- rebuild for libcap
d83721
d83721
* Mon Jul 04 2011 Nils Philippsen <nils@redhat.com> - 2.3.4-3
d83721
- update upstream and source URL
d83721
d83721
* Wed Feb 16 2011 Jiri Skala <jskala@redhat.com> - 2.3.4-2
d83721
- fixes #717412 - Connection failures - patched by Takayuki Nagata
d83721
d83721
* Wed Feb 16 2011 Jiri Skala <jskala@redhat.com> - 2.3.4-1
d83721
- updated to latest upstream 2.3.4
d83721
d83721
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.2-2
d83721
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
d83721
d83721
* Fri Aug 20 2010 Jiri Skala <jskala@redhat.com> - 2.3.2-1
d83721
- fixes #625404 - vsftpd-2.3.1 is available
d83721
- joined patches (libs+dso, wildchar+greedy)
d83721
d83721
* Fri Aug 06 2010 Jiri Skala <jskala@redhat.com> - 2.2.2-8
d83721
- fixes #472880 - Configuration can cause confusion because of selinux labels
d83721
d83721
* Mon May 17 2010 Jiri Skala <jskala@redhat.com> - 2.2.2-7
d83721
- when listen_ipv6=YES sets socket option to listen IPv6 only
d83721
d83721
* Fri May 14 2010 Jiri Skala <jskala@redhat.com> - 2.2.2-6
d83721
- syscall(__NR_clone) replaced by clone() to fix incorrect order of params on s390 arch
d83721
d83721
* Wed Apr 07 2010 Jiri Skala <jskala@redhat.com> - 2.2.2-5
d83721
- corrected daemonize_plus patch - don't try kill parent when vsftpd isn't daemonized
d83721
d83721
* Tue Mar 16 2010 Jiri Skala <jskala@redhat.com> - 2.2.2-4
d83721
- fixes #544251 - /etc/rc.d/init.d/vsftpd does not start more than one daemon
d83721
d83721
* Mon Feb 15 2010 Jiri Skala <jskala@redhat.com> - 2.2.2-3
d83721
- fixes #565067 - FTBFS: ImplicitDSOLinking
d83721
d83721
* Thu Dec 17 2009 Jiri Skala <jskala@redhat.com> - 2.2.2-2
d83721
- corrected two patches due to fuzz 0
d83721
d83721
* Thu Dec 17 2009 Jiri Skala <jskala@redhat.com> - 2.2.2-1
d83721
- update to latest upstream
d83721
d83721
* Mon Nov 23 2009 Jiri Skala <jskala@rehat.com> - 2.2.0-6
d83721
- added lost default values of vsftpd.conf (rh patch)
d83721
d83721
* Wed Sep 16 2009 Tomas Mraz <tmraz@redhat.com> - 2.2.0-5
d83721
- use password-auth common PAM configuration instead of system-auth
d83721
d83721
* Mon Sep 14 2009 Jiri Skala <jskala@rehat.com> - 2.2.0-4
d83721
- modified init script to be LSB compliant
d83721
d83721
* Tue Sep 08 2009 Jiri Skala <jskala@rehat.com> - 2.2.0-3
d83721
- fixed bug messaged in RHEL-4 #479774 - Wildcard failures with vsftpd
d83721
d83721
* Thu Aug 27 2009 Tomas Mraz <tmraz@redhat.com> - 2.2.0-2
d83721
- rebuilt with new openssl
d83721
d83721
* Tue Aug 24 2009 Martin Nagy <mnagy@redhat.com> - 2.2.0-1
d83721
- update to latest upstream release 2.2.0
d83721
d83721
* Tue Aug 04 2009 Martin Nagy <mnagy@redhat.com> - 2.2.0-0.1.pre4
d83721
- update to latest upstream release
d83721
d83721
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.2-2
d83721
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
d83721
d83721
* Tue Jun 02 2009 Jiri Skala <jskala@redhat.com> - 2.1.2-1
d83721
- updated to latest upstream version
d83721
d83721
* Thu May 21 2009 Jiri Skala <jskala@redhat.com> - 2.1.1-0.3
d83721
- fixed daemonize_plus patch
d83721
- fixed test in initscript [ -z "CONFS" ]
d83721
d83721
* Mon May 04 2009 Jiri Skala <jskala@redhat.com> - 2.1.1-0.2
d83721
- fixes daemonize patch
d83721
d83721
* Wed Apr 22 2009 Jiri Skala <jskala@redhat.com> - 2.1.0-3
d83721
- updated to latest upstream version
d83721
- improved daemonizing - init script gets correct return code if binding fails
d83721
- trim white spaces from option values
d83721
- fixed #483604 - vsftpd not honouring delay_failed_login when userlist active
d83721
d83721
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.0-2
d83721
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
d83721
d83721
* Tue Feb 24 2009 Martin Nagy <mnagy@redhat.com> - 2.1.0-1
d83721
- update to latest upstream release
d83721
d83721
* Fri Jan 23 2009 Martin Nagy <mnagy@redhat.com> - 2.1.0-0.3.pre4
d83721
- update to latest upstream release
d83721
- enable ptrace sandbox again
d83721
- don't mark vsftpd_conf_migrate.sh as a config file
d83721
d83721
* Fri Jan 16 2009 Martin Nagy <mnagy@redhat.com> - 2.1.0-0.2.pre3
d83721
- disable ptrace sandbox to fix build on i386
d83721
d83721
* Fri Jan 16 2009 Martin Nagy <mnagy@redhat.com> - 2.1.0-0.1.pre3
d83721
- update to latest upstream release
d83721
- cleanup the spec file
d83721
- drop patches fixed upstream:
d83721
    vsftpd-1.0.1-missingok.patch
d83721
    vsftpd-1.2.1-nonrootconf.patch
d83721
    vsftpd-2.0.1-tcp_wrappers.patch
d83721
    vsftpd-2.0.2-signal.patch
d83721
    vsftpd-2.0.3-daemonize_fds.patch
d83721
    vsftpd-2.0.5-correct_comments.patch
d83721
    vsftpd-2.0.5-pasv_dot.patch
d83721
    vsftpd-2.0.5-write_race.patch
d83721
    vsftpd-2.0.5-fix_unique.patch
d83721
    vsftpd-2.0.5-uname_size.patch
d83721
    vsftpd-2.0.5-bind_denied.patch
d83721
    vsftpd-2.0.5-pam_end.patch
d83721
    vsftpd-2.0.5-underscore_uname.patch
d83721
    vsftpd-2.0.6-listen.patch
d83721
- join all configuration patches into one:
d83721
    vsftpd-1.1.3-rh.patch
d83721
    vsftpd-1.2.1-conffile.patch
d83721
    vsftpd-2.0.1-dir.patch
d83721
    vsftpd-2.0.1-server_args.patch
d83721
    vsftpd-2.0.3-background.patch
d83721
    vsftpd-2.0.5-default_ipv6.patch
d83721
    vsftpd-2.0.5-add_ipv6_option.patch
d83721
    vsftpd-2.0.5-man.patch
d83721
d83721
* Mon Sep  8 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.7-1
d83721
- fix license tag
d83721
- update to 2.0.7
d83721
d83721
* Fri Jun 20 2008 Dennis Gilmore <dennis@ausil.us> - 2.0.6-5
d83721
- add sparc arches to -fPIE list
d83721
d83721
* Wed May 21 2008 Martin Nagy <mnagy@redhat.com> - 2.0.6-4
d83721
- fix a small memory leak (#397011)
d83721
d83721
* Mon Mar 31 2008 Martin Nagy <mnagy@redhat.com> - 2.0.6-3
d83721
- set option listen to default to YES
d83721
d83721
* Mon Feb 25 2008 Martin Nagy <mnagy@redhat.com> - 2.0.6-2
d83721
- fix init script (#431452)
d83721
- make the init script LSB compliant (#247093)
d83721
d83721
* Fri Feb 22 2008 Martin Nagy <mnagy@redhat.com> - 2.0.6-1
d83721
- rebase for new upstream version
d83721
- remove patches that were fixed in upstream: kickline, confspell, anon_umask
d83721
d83721
* Mon Feb 11 2008 Martin Nagy <mnagy@redhat.com> - 2.0.5-22
d83721
- rebuild for gcc-4.3
d83721
d83721
* Fri Nov 30 2007 Martin Nagy <mnagy@redhat.com> - 2.0.5-21
d83721
- Remove uniq_rename patch.
d83721
- Correct create/lock race condition, original patch by <mpoole@redhat.com>
d83721
  (#240550).
d83721
- Fix bad handling of unique files (#392231).
d83721
- Added userlist_log option.
d83721
- Allow usernames to begin with underscore or dot (#339911).
d83721
- Removed user_config patch.
d83721
- Fix nonrootconf patch (#400921).
d83721
- Increase maximum length of allowed username (#236326).
d83721
- Fix file listing issue with wildcard (#392181).
d83721
- Removed use_localtime patch (#243087).
d83721
d83721
* Thu Nov 08 2007 Martin Nagy <mnagy@redhat.com> - 2.0.5-20
d83721
- Correct calling of pam_end (#235843).
d83721
d83721
* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 2.0.5-19
d83721
- Rebuild for selinux ppc32 issue.
d83721
d83721
* Tue Jul 10 2007 Maros Barabas <mbarabas@redhat.com> - 2.0.5-18
d83721
- Add comment for xferlog_std_format
d83721
- Resolves #218260
d83721
d83721
* Fri Jun 29 2007 Maros Barabas <mbarabas@redhat.com> - 2.0.5-17
d83721
- Fix pasv dot after pasv response (RFC 959 page 40)
d83721
d83721
* Wed Apr 04 2007 Maros Barabas <mbarabas@redhat.com> - 2.0.5-16
d83721
- Merge review: - fix using %%{_var}, %%{_sbindir} and 
d83721
                  %%{_sysconfigdir} macros for files and install
d83721
                - fix BuildRoot
d83721
                - dropped usermod, openssl & pam requirement
d83721
d83721
* Tue Mar 20 2007 Florian La Roche <laroche@redhat.com> - 2.0.5-15
d83721
- fix BuildPrereq
d83721
d83721
* Tue Jan 30 2007 Maros Barabas <mbarabas@redhat.com> - 2.0.5-14
d83721
- remove file upload permission problem 
d83721
- change name of patch vsfptd-2.0.3-user_config
d83721
- Resolves #190193
d83721
d83721
* Fri Jan 19 2007 Maros Barabas <mbarabas@redhat.com> - 2.0.5-13
d83721
- add lost patch: don't die when no user config file is present 
d83721
- Resolves #166986
d83721
d83721
* Thu Jan 18 2007 Radek Vokal <rvokal@redhat.com> - 2.0.5-12
d83721
- add dist tag
d83721
- add buildrequires tcp_wrappers-devel
d83721
d83721
* Wed Jan 17 2007 Maros Barabas <mbarabas@redhat.com> - 2.0.5-11
d83721
- add errno EACCES to not die by vsf_sysutil_bind
d83721
- Resolves #198677
d83721
d83721
* Thu Dec 14 2006 Maros Barabas <mbarabas@redhat.com> - 2.0.5-10
d83721
- correct man (5) pages
d83721
- Resolves: #216765
d83721
- correct calling function stat 
d83721
- Resolves: bz200763
d83721
d83721
* Mon Dec 04 2006 Maros Barabas <mbarabas@redhat.com> - 2.0.5-9
d83721
- change BuildRequires tcp_wrappers to tcp_wrappers-devel
d83721
d83721
* Mon Aug 28 2006 Maros Barabas <mbarabas@redhat.com> - 2.0.5-8
d83721
- added forgotten patch to make filename filter (#174764)
d83721
d83721
* Tue Aug 22 2006 Maros Barabas <mbarabas@redhat.com> - 2.0.5-7
d83721
- correct paths of configuration files on man pages
d83721
d83721
* Tue Aug 15 2006 Maros Barabas <mbarabas@redhat.com> - 2.0.5-6
d83721
- correct comments
d83721
d83721
* Tue Aug 08 2006 Maros Barabas <mbarabas@redhat.com> - 2.0.5-5
d83721
- option to change listening to IPv6 protocol
d83721
d83721
* Thu Aug 01 2006 Maros Barabas <mbarabas@redhat.com> - 2.0.5-4
d83721
- listen to IPv4 connections in default conf file
d83721
d83721
* Mon Jul 17 2006 Radek Vokal <rvokal@redhat.com> - 2.0.5-3
d83721
- listen to IPv6 connections in default conf file
d83721
d83721
* Thu Jul 13 2006 Radek Vokal <rvokal@redhat.com> - 2.0.5-2
d83721
- add keyinit instructions to the vsftpd PAM script (#198637)
d83721
d83721
* Wed Jul 12 2006 Radek Vokal <rvokal@redhat.com> - 2.0.5-1
d83721
- upgrade to 2.0.5
d83721
- IE should now show the login dialog again (#191147)
d83721
d83721
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.0.4-1.2.1
d83721
- rebuild
d83721
d83721
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.0.4-1.2
d83721
- bump again for double-long bug on ppc(64)
d83721
d83721
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.0.4-1.1
d83721
- rebuilt for new gcc4.1 snapshot and glibc changes
d83721
d83721
* Thu Jan 12 2006 Radek Vokal <rvokal@redhat.com> 2.0.4-1
d83721
- upgrade to 2.0.4
d83721
- vsftpd now lock files for simultanous up/downloads (#162511)
d83721
d83721
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
d83721
- rebuilt
d83721
d83721
* Wed Nov 09 2005 Radek Vokal <rvokal@redhat.com> 2.0.3-12
d83721
- rebuilt against new openssl
d83721
- close std file descriptors
d83721
d83721
* Tue Oct 04 2005 Radek Vokal <rvokal@redhat.com> 2.0.3-11
d83721
- use include instead of pam_stack in pam config
d83721
d83721
* Fri Sep 09 2005 Radek Vokal <rvokal@redhat.com> 2.0.3-10
d83721
- vsfptd.log as a default log file has to be rotated (#167359)
d83721
- vsftpd does dns reverse before passing hosts to pam_access.so (#159745)
d83721
d83721
* Wed Aug 31 2005 Radek Vokal <rvokal@redhat.com> 2.0.3-9
d83721
- don't die when no user config file is present (#166986)
d83721
d83721
* Tue Aug 09 2005 Radek Vokal <rvokal@redhat.com> 2.0.3-8
d83721
- removed additional cmd line for ftp (#165083)
d83721
d83721
* Thu Aug 04 2005 Radek Vokal <rvokal@redhat.com> 2.0.3-7
d83721
- daemonize with file descriptors (#164998)
d83721
d83721
* Thu Jun 30 2005 Radek Vokal <rvokal@redhat.com> 2.0.3-6
d83721
- start in background as default, init script changed (#158714)
d83721
d83721
* Mon Jun 27 2005 Radek Vokal <rvokal@redhat.com> 2.0.3-5
d83721
- fixed requires for 64bit libs
d83721
d83721
* Thu Jun 23 2005 Radek Vokal <rvokal@redhat.com> 2.0.3-4
d83721
- fixed requires for pam_loginuid
d83721
d83721
* Wed Jun 01 2005 Radek Vokal <rvokal@redhat.com> 2.0.3-3
d83721
- vsftpd update for new audit system (#159223)
d83721
d83721
* Fri May 27 2005 Radek Vokal <rvokal@redhat.com> 2.0.3-2
d83721
- timezone fix, patch from suse.de (#158779)
d83721
d83721
* Wed Mar 23 2005 Radek Vokal <rvokal@redhat.com> 2.0.3-1
d83721
- new release, fixes #106416 and #134541 
d83721
d83721
* Mon Mar 14 2005 Radek Vokal <rvokal@redhat.com> 2.0.3-pre2
d83721
- prerelease, fixes IPv6 issues
d83721
d83721
* Mon Mar 14 2005 Radek Vokal <rvokal@redhat.com> 2.0.2-1
d83721
- update to new release, several bug fixes
d83721
d83721
* Wed Mar 02 2005 Radek Vokal <rvokal@redhat.com> 2.0.1-10
d83721
- rebuilt against gcc4 and new openssl
d83721
d83721
* Mon Feb 07 2005 Radek Vokal <rvokal@redhat.com> 2.0.1-9
d83721
- don't allow to read non-root config files (#145548)
d83721
d83721
* Mon Jan 10 2005 Radek Vokal <rvokal@redhat.com> 2.0.1-8
d83721
- use localtime also in logs (#143687)
d83721
d83721
* Tue Dec 14 2004 Radek Vokal <rvokal@redhat.com> 2.0.1-7
d83721
- fixing directory in vsftpd.pam file (#142805)
d83721
d83721
* Mon Nov 11 2004 Radek Vokal <rvokal@redhat.com> 2.0.1-6
d83721
- vsftpd. files moved to /etc/vsftpd
d83721
- added vsftpd_conf_migrate.sh script for moving conf files
d83721
d83721
* Fri Oct 01 2004 Radek Vokal <rvokal@redhat.com> 2.0.1-5
d83721
- vsftpd under xinetd reads its config file (#134314)
d83721
d83721
* Thu Sep 16 2004 Radek Vokal <rvokal@redhat.com> 2.0.1-4
d83721
- spec file changed, ftp dir change commented (#130119)
d83721
- added doc files (#113056)
d83721
d83721
* Wed Sep 08 2004 Jan Kratochvil <project-vsftpd@jankratochvil.net>
d83721
- update for 2.0.1 for SSL
d83721
d83721
* Fri Aug 27 2004 Radek Vokal <rvokal@redhat.com> 2.0.1-2
d83721
- vsftpd.conf file changed, default IPv6 support
d83721
d83721
* Fri Aug 20 2004 Radek Vokal <rvokal@redhat.com> 2.0.1-1
d83721
- tcp_wrapper patch updated, signal patch updated
d83721
- upgrade to 2.0.1, fixes several bugs, RHEL and FC builds
d83721
d83721
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
d83721
- rebuilt
d83721
d83721
* Wed May 19 2004 Bill Nottingham <notting@redhat.com> 1.2.1-6
d83721
- fix the logrotate config (#116253) 
d83721
d83721
* Mon May  3 2004 Bill Nottingham <notting@redhat.com> 1.2.1-5
d83721
- fix all references to vsftpd.conf to be /etc/vsftpd/vsftpd.conf,
d83721
  including in the binary (#121199, #104075)
d83721
d83721
* Thu Mar 25 2004 Bill Nottingham <notting@redhat.com> 1.2.1-4
d83721
- don't call malloc()/free() in signal handlers (#119136,
d83721
  <olivier.baudron@m4x.org>)
d83721
d83721
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
d83721
- rebuilt
d83721
d83721
* Mon Nov 24 2003 Karsten Hopp <karsten@redhat.de> 1.2.1-1
d83721
- update to 1.2.1, which fixes #89765 and lot of other issues
d83721
- remove manpage patch, it isn't required anymore
d83721
- clean up init script
d83721
- don't use script to find libs to link with (lib64 issues)
d83721
d83721
* Sun Oct 12 2003 Florian La Roche <Florian.LaRoche@redhat.de>
d83721
- allow compiling without tcp_wrappers support
d83721
d83721
* Mon Sep 15 2003 Bill Nottingham <notting@redhat.com> 1.2.0-4
d83721
- fix errant newline (#104443)
d83721
d83721
* Fri Aug  8 2003 Bill Nottingham <notting@redhat.com> 1.2.0-3
d83721
- tweak man page (#84584, #72798)
d83721
- buildprereqs for pie (#99336)
d83721
- free ride through the build system to fix (#101582)
d83721
d83721
* Thu Jun 26 2003 Bill Nottingham <notting@redhat.com> 1.2.0-2
d83721
- update to 1.2.0
d83721
d83721
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
d83721
- rebuilt
d83721
d83721
* Mon Apr 28 2003 Bill Nottingham <notting@redhat.com> 1.1.3-9
d83721
- fix tcp_wrappers usage (#89765, <dale@riyescott.com>)
d83721
d83721
* Fri Feb 28 2003 Nalin Dahyabhai <nalin@redhat.com> 1.1.3-8
d83721
- enable use of tcp_wrappers
d83721
d83721
* Tue Feb 11 2003 Bill Nottingham <notting@redhat.com> 1.1.3-7
d83721
- provide /var/ftp & /var/ftp/pub. obsolete anonftp.
d83721
d83721
* Mon Feb 10 2003 Bill Nottingham <notting@redhat.com> 1.1.3-6
d83721
- clean up comments in init script (#83962)
d83721
d83721
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
d83721
- rebuilt
d83721
d83721
* Mon Dec 30 2002 Florian La Roche <Florian.LaRoche@redhat.de>
d83721
- change to /etc/rc.d/init.d for better compatibility
d83721
d83721
* Mon Dec 16 2002 Bill Nottingham <notting@redhat.com> 1.1.3-3
d83721
- fix initscript perms
d83721
- fix typo in initscript (#76587)
d83721
d83721
* Fri Dec 13 2002 Bill Nottingham <notting@redhat.com> 1.1.3-2
d83721
- update to 1.1.3
d83721
- run standalone, don't run by default
d83721
- fix reqs
d83721
 
d83721
* Fri Nov 22 2002 Joe Orton <jorton@redhat.com> 1.1.0-3
d83721
- fix use with xinetd-ipv6; add flags=IPv4 in xinetd file (#78410)
d83721
d83721
* Tue Nov 12 2002 Nalin Dahyabhai <nalin@redhat.com> 1.0.1-9
d83721
- remove absolute paths from PAM configuration so that the right modules get
d83721
  used for whichever arch we're built for on multilib systems
d83721
d83721
* Thu Aug 15 2002 Elliot Lee <sopwith@redhat.com> 1.0.1-8
d83721
- -D_FILE_OFFSET_BITS=64
d83721
- smp make
d83721
- remove forced optflags=-g for lack of supporting documentation
d83721
 
d83721
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
d83721
- automated rebuild
d83721
d83721
* Thu May 23 2002 Tim Powers <timp@redhat.com>
d83721
- automated rebuild
d83721
d83721
* Wed Apr 10 2002 Bill Nottingham <notting@redhat.com> 1.0.1-5
d83721
- don't spit out ugly errors if anonftp isn't installed (#62987)
d83721
- fix horribly broken userlist setup (#62321)
d83721
d83721
* Thu Feb 28 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.0.1-4
d83721
- s/Copyright/License/
d83721
- add "missingok" to the logrotate script, so we don't get errors
d83721
  when nothing has happened
d83721
d83721
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
d83721
- automated rebuild
d83721
d83721
* Wed Nov 28 2001 Bill Nottingham <notting@redhat.com>
d83721
- initial packaging for RHL, munge included specfile
d83721
d83721
* Thu Mar 22 2001 Seth Vidal <skvidal@phy.duke.edu>
d83721
- updated to 0.0.15
d83721
- added entry for vsftpd.8 man page
d83721
- added entry for vsftpd.log logrotate file
d83721
- added TUNING file to docs list
d83721
d83721
* Wed Mar 7 2001 Seth Vidal <skvidal@phy.duke.edu>
d83721
- Updated to 0.0.14
d83721
- made %%files entry for man page
d83721
d83721
* Wed Feb 21 2001 Seth Vidal <skvidal@phy.duke.edu>
d83721
- Updated to 0.0.13
d83721
d83721
* Mon Feb 12 2001 Seth Vidal <skvidal@phy.duke.edu>
d83721
- Updated to 0.0.12
d83721
d83721
* Wed Feb 7 2001 Seth Vidal <skvidal@phy.duke.edu>
d83721
- updated to 0.0.11
d83721
d83721
* Fri Feb 1 2001 Seth Vidal <skvidal@phy.duke.edu>
d83721
- Update to 0.0.10
d83721
d83721
* Fri Feb 1 2001 Seth Vidal <skvidal@phy.duke.edu>
d83721
- First RPM packaging
d83721
- Stolen items from wu-ftpd's pam setup
d83721
- Separated rh 7 and rh 6.X's packages
d83721
- Built for Rh6