90e381
%global _generatorsdir %{_prefix}/lib/systemd/system-generators
90e381
90e381
Name:    vsftpd
9b0ebb
Version: 3.0.5
9b0ebb
Release: 4%{?dist}
90e381
Summary: Very Secure Ftp Daemon
90e381
90e381
# OpenSSL link exception
90e381
License:  GPLv2 with exceptions
90e381
URL:      https://security.appspot.com/vsftpd.html
90e381
Source0:  https://security.appspot.com/downloads/%{name}-%{version}.tar.gz
90e381
Source1:  vsftpd.xinetd
90e381
Source2:  vsftpd.pam
90e381
Source3:  vsftpd.ftpusers
90e381
Source4:  vsftpd.user_list
90e381
Source6:  vsftpd_conf_migrate.sh
90e381
Source7:  vsftpd.service
90e381
Source8:  vsftpd@.service
90e381
Source9:  vsftpd.target
90e381
Source10: vsftpd-generator
90e381
90e381
BuildRequires: make
90e381
BuildRequires: pam-devel
90e381
BuildRequires: libcap-devel
90e381
BuildRequires: openssl-devel
90e381
BuildRequires: systemd
90e381
BuildRequires: git
90e381
BuildRequires: gcc
90e381
90e381
Requires: logrotate
90e381
90e381
Patch1:  0001-Don-t-use-the-provided-script-to-locate-libraries.patch
90e381
Patch2:  0002-Enable-build-with-SSL.patch
90e381
Patch3:  0003-Enable-build-with-TCP-Wrapper.patch
90e381
Patch4:  0004-Use-etc-vsftpd-dir-for-config-files-instead-of-etc.patch
90e381
Patch5:  0005-Use-hostname-when-calling-PAM-authentication-module.patch
90e381
Patch6:  0006-Close-stdin-out-err-before-listening-for-incoming-co.patch
90e381
Patch7:  0007-Make-filename-filters-smarter.patch
90e381
Patch8:  0008-Write-denied-logins-into-the-log.patch
90e381
Patch9:  0009-Trim-whitespaces-when-reading-configuration.patch
90e381
Patch10: 0010-Improve-daemonizing.patch
90e381
Patch11: 0011-Fix-listing-with-more-than-one-star.patch
90e381
Patch12: 0012-Replace-syscall-__NR_clone-.-with-clone.patch
90e381
Patch13: 0013-Extend-man-pages-with-systemd-info.patch
90e381
Patch14: 0014-Add-support-for-square-brackets-in-ls.patch
90e381
Patch15: 0015-Listen-on-IPv6-by-default.patch
90e381
Patch16: 0016-Increase-VSFTP_AS_LIMIT-from-200UL-to-400UL.patch
90e381
Patch17: 0017-Fix-an-issue-with-timestamps-during-DST.patch
90e381
Patch18: 0018-Change-the-default-log-file-in-configuration.patch
90e381
Patch19: 0019-Introduce-reverse_lookup_enable-option.patch
90e381
Patch20: 0020-Use-unsigned-int-for-uid-and-gid-representation.patch
90e381
Patch21: 0021-Introduce-support-for-DHE-based-cipher-suites.patch
90e381
Patch22: 0022-Introduce-support-for-EDDHE-based-cipher-suites.patch
90e381
Patch23: 0023-Add-documentation-for-isolate_-options.-Correct-defa.patch
90e381
Patch24: 0024-Introduce-new-return-value-450.patch
90e381
Patch25: 0025-Improve-local_max_rate-option.patch
90e381
Patch26: 0026-Prevent-hanging-in-SIGCHLD-handler.patch
90e381
Patch27: 0027-Delete-files-when-upload-fails.patch
90e381
Patch28: 0028-Fix-man-page-rendering.patch
90e381
Patch29: 0029-Fix-segfault-in-config-file-parser.patch
90e381
Patch30: 0030-Fix-logging-into-syslog-when-enabled-in-config.patch
90e381
Patch31: 0031-Fix-question-mark-wildcard-withing-a-file-name.patch
90e381
Patch32: 0032-Propagate-errors-from-nfs-with-quota-to-client.patch
9b0ebb
#Patch33: 0033-Introduce-TLSv1.1-and-TLSv1.2-options.patch
90e381
Patch34: 0034-Turn-off-seccomp-sandbox-because-it-is-too-strict.patch
90e381
Patch36: 0036-Redefine-VSFTP_COMMAND_FD-to-1.patch
90e381
Patch37: 0037-Document-the-relationship-of-text_userdb_names-and-c.patch
90e381
Patch38: 0038-Document-allow_writeable_chroot-in-the-man-page.patch
90e381
Patch39: 0039-Improve-documentation-of-ASCII-mode-in-the-man-page.patch
90e381
Patch40: 0040-Use-system-wide-crypto-policy.patch
90e381
Patch41: 0041-Document-the-new-default-for-ssl_ciphers-in-the-man-.patch
9b0ebb
#Patch42: 0042-When-handling-FEAT-command-check-ssl_tlsv1_1-and-ssl.patch
9b0ebb
#Patch43: 0043-Enable-only-TLSv1.2-by-default.patch
90e381
Patch44: 0044-Disable-anonymous_enable-in-default-config-file.patch
90e381
Patch45: 0045-Expand-explanation-of-ascii_-options-behaviour-in-ma.patch
90e381
Patch46: 0046-vsftpd.conf-Refer-to-the-man-page-regarding-the-asci.patch
90e381
Patch47: 0047-Disable-tcp_wrappers-support.patch
90e381
Patch48: 0048-Fix-default-value-of-strict_ssl_read_eof-in-man-page.patch
90e381
Patch49: 0049-Add-new-filename-generation-algorithm-for-STOU-comma.patch
90e381
Patch50: 0050-Don-t-link-with-libnsl.patch
90e381
Patch51: 0051-Improve-documentation-of-better_stou-in-the-man-page.patch
90e381
Patch52: 0052-Fix-rDNS-with-IPv6.patch
90e381
Patch53: 0053-Always-do-chdir-after-chroot.patch
90e381
Patch54: 0054-vsf_sysutil_rcvtimeo-Check-return-value-of-setsockop.patch
90e381
Patch55: 0055-vsf_sysutil_get_tz-Check-the-return-value-of-syscall.patch
90e381
Patch56: 0056-Log-die-calls-to-syslog.patch
90e381
Patch57: 0057-Improve-error-message-when-max-number-of-bind-attemp.patch
90e381
Patch58: 0058-Make-the-max-number-of-bind-retries-tunable.patch
90e381
Patch59: 0059-Fix-SEGFAULT-when-running-in-a-container-as-PID-1.patch
90e381
Patch61: 0001-Move-closing-standard-FDs-after-listen.patch
90e381
Patch62: 0002-Prevent-recursion-in-bug.patch
90e381
Patch63: 0001-Set-s_uwtmp_inserted-only-after-record-insertion-rem.patch
90e381
Patch64: 0002-Repeat-pututxline-if-it-fails-with-EINTR.patch
90e381
Patch65: 0001-Repeat-pututxline-until-it-succeeds-if-it-fails-with.patch
90e381
Patch67: 0001-Fix-timestamp-handling-in-MDTM.patch
90e381
Patch68: 0002-Drop-an-unused-global-variable.patch
90e381
Patch69: 0001-Remove-a-hint-about-the-ftp_home_dir-SELinux-boolean.patch
90e381
Patch70: fix-str_open.patch
90e381
Patch71: vsftpd-3.0.3-enable_wc_logs-replace_unprintable_with_hex.patch
9b0ebb
Patch72: vsftpd-3.0.5-use-old-tlsv-options.patch
9b0ebb
Patch73: vsftpd-3.0.5-repalce-old-network-addr-functions.patch
9b0ebb
Patch74: vsftpd-3.0.5-replace-deprecated-openssl-functions.patch
90e381
90e381
%description
90e381
vsftpd is a Very Secure FTP daemon. It was written completely from
90e381
scratch.
90e381
90e381
%prep
90e381
%autosetup -S git
90e381
cp %{SOURCE1} .
90e381
90e381
%build
90e381
# temporary ignore deprecated warnings to be able to build against OpenSSL 3.0
90e381
# upstram tracking bug: rhbz#1962603
90e381
%define ignore_deprecated -Wno-deprecated-declarations
90e381
90e381
%ifarch s390x sparcv9 sparc64
90e381
%make_build CFLAGS="$RPM_OPT_FLAGS -fPIE -pipe -Wextra -Werror %ignore_deprecated" \
90e381
%else
90e381
%make_build CFLAGS="$RPM_OPT_FLAGS -fpie -pipe -Wextra -Werror %ignore_deprecated" \
90e381
%endif
90e381
        LINK="-pie -lssl $RPM_LD_FLAGS" %{?_smp_mflags}
90e381
90e381
%install
90e381
mkdir -p $RPM_BUILD_ROOT%{_sbindir}
90e381
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}
90e381
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/{vsftpd,pam.d,logrotate.d}
90e381
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man{5,8}
90e381
mkdir -p $RPM_BUILD_ROOT%{_unitdir}
90e381
mkdir -p $RPM_BUILD_ROOT%{_generatorsdir}
90e381
install -m 755 vsftpd  $RPM_BUILD_ROOT%{_sbindir}/vsftpd
90e381
install -m 600 vsftpd.conf $RPM_BUILD_ROOT%{_sysconfdir}/vsftpd/vsftpd.conf
90e381
install -m 644 vsftpd.conf.5 $RPM_BUILD_ROOT/%{_mandir}/man5/
90e381
install -m 644 vsftpd.8 $RPM_BUILD_ROOT/%{_mandir}/man8/
90e381
install -m 644 RedHat/vsftpd.log $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/vsftpd
90e381
install -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/vsftpd
90e381
install -m 600 %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/vsftpd/ftpusers
90e381
install -m 600 %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/vsftpd/user_list
90e381
install -m 744 %{SOURCE6} $RPM_BUILD_ROOT%{_sysconfdir}/vsftpd/vsftpd_conf_migrate.sh
90e381
install -m 644 %{SOURCE7} $RPM_BUILD_ROOT%{_unitdir}
90e381
install -m 644 %{SOURCE8} $RPM_BUILD_ROOT%{_unitdir}
90e381
install -m 644 %{SOURCE9} $RPM_BUILD_ROOT%{_unitdir}
90e381
install -m 755 %{SOURCE10} $RPM_BUILD_ROOT%{_generatorsdir}
90e381
                            
90e381
mkdir -p $RPM_BUILD_ROOT/%{_var}/ftp/pub
90e381
90e381
%post
90e381
%systemd_post vsftpd.service
90e381
90e381
%preun
90e381
%systemd_preun vsftpd.service
90e381
%systemd_preun vsftpd.target
90e381
90e381
%postun
90e381
%systemd_postun_with_restart vsftpd.service 
90e381
90e381
%files
90e381
%{_unitdir}/*
90e381
%{_generatorsdir}/*
90e381
%{_sbindir}/vsftpd
90e381
%dir %{_sysconfdir}/vsftpd
90e381
%{_sysconfdir}/vsftpd/vsftpd_conf_migrate.sh
90e381
%config(noreplace) %{_sysconfdir}/vsftpd/ftpusers
90e381
%config(noreplace) %{_sysconfdir}/vsftpd/user_list
90e381
%config(noreplace) %{_sysconfdir}/vsftpd/vsftpd.conf
90e381
%config(noreplace) %{_sysconfdir}/pam.d/vsftpd
90e381
%config(noreplace) %{_sysconfdir}/logrotate.d/vsftpd
90e381
%doc FAQ INSTALL BUGS AUDIT Changelog LICENSE README README.security REWARD
90e381
%doc SPEED TODO BENCHMARKS COPYING SECURITY/ EXAMPLE/ TUNING SIZE vsftpd.xinetd
90e381
%{_mandir}/man5/vsftpd.conf.*
90e381
%{_mandir}/man8/vsftpd.*
90e381
%{_var}/ftp
90e381
90e381
%changelog
9b0ebb
* Mon Feb 13 2023 Richard Lescak <rlescak@redhat.com> - 3.0.5-4
9b0ebb
- add patch to replace deprecated Openssl functions 
9b0ebb
- Resolves: rhbz#1981411
9b0ebb
9b0ebb
* Mon Feb 06 2023 Richard Lescak <rlescak@redhat.com> - 3.0.5-3
9b0ebb
- add patch to replace old network functions 
9b0ebb
- Resolves: rhbz#1951545
9b0ebb
9b0ebb
* Fri Nov 11 2022 Richard Lescak <rlescak@redhat.com> - 3.0.5-2
9b0ebb
- reintroduce patch for support of wide-character strings in logs
9b0ebb
- Related: rhbz#2018284
9b0ebb
9b0ebb
* Wed Oct 26 2022 Richard Lescak <rlescak@redhat.com> - 3.0.5-1
9b0ebb
- rebase to version 3.0.5 
9b0ebb
- Resolves: rhbz#2018284
9b0ebb
90e381
* Wed Oct 27 2021 Artem Egorenkov <aegorenk@redhat.com> - 3.0.3-49
90e381
- add option to disable TLSv1.3
90e381
- Resolves: rhbz#1954682
90e381
90e381
* Wed Oct 13 2021 Artem Egorenkov <aegorenk@redhat.com> - 3.0.3-48
90e381
- ALPACA fix backported from upstram 3.0.5 version
90e381
- Resolves: rhbz#1975647
90e381
90e381
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 3.0.3-47
90e381
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
90e381
  Related: rhbz#1991688
90e381
90e381
* Wed Jun 16 2021 Mohan Boddu <mboddu@redhat.com> - 3.0.3-46
90e381
- Rebuilt for RHEL 9 BETA for openssl 3.0
90e381
  Related: rhbz#1971065
90e381
90e381
* Thu May 20 2021 Artem Egorenkov <aegorenk@redhat.com> - 3.0.3-45
90e381
- Temporary pass -Wno-deprecated-declarations to gcc to ignore
90e381
  deprecated warnings to be able to build against OpenSSL-3.0
90e381
- Resolves: rhbz#1958028
90e381
90e381
* Fri Apr 16 2021 Artem Egorenkov <aegorenk@redhat.com> - 3.0.3-44
90e381
- Enable support for wide-character strings in logs
90e381
- Replace unprintables with HEX code, not question marks
90e381
- Resolves: rhbz#1948570
90e381
90e381
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 3.0.3-43
90e381
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
90e381
90e381
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.3-42
90e381
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
90e381
90e381
* Fri Nov 27 2020 Timm Bäder<tbaeder@redhat.com> - 3.0.3-41
90e381
- Fix str_open() so it doesn't warn when compiled with clang
90e381
- Pass $RPM_LD_FLAGS when linking
90e381
90e381
* Mon Nov 02 2020 Artem Egorenkov <aegorenk@redhat.com> - 3.0.3-40
90e381
- Unit files fixed "After=network-online.target"
90e381
90e381
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.3-39
90e381
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
90e381
90e381
* Tue Mar 17 2020 Ondřej Lysoněk <olysonek@redhat.com> - 3.0.3-38
90e381
- Removed a hint about the ftp_home_dir SELinux boolean from the config file
90e381
- Resolves: rhbz#1623424
90e381
90e381
* Thu Feb 13 2020 Ondřej Lysoněk <olysonek@redhat.com> - 3.0.3-37
90e381
- Fix timestamp handling in MDTM
90e381
- Resolves: rhbz#1567855
90e381
90e381
* Fri Feb 07 2020 Ondřej Lysoněk <olysonek@redhat.com> - 3.0.3-36
90e381
- Fix build with gcc 10
90e381
- Resolves: rhbz#1800239
90e381
90e381
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.3-35
90e381
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
90e381
90e381
* Fri Jan 17 2020 Tom Stellard <tstellar@redhat.com> - 3.0.3-34
90e381
- Use make_build macro
90e381
90e381
* Thu Nov 28 2019 Ondřej Lysoněk <olysonek@redhat.com> - 3.0.3-33
90e381
- Finish up the fix to the problem with bad utmp entries when pututxline() fails
90e381
- Resolves: rhbz#1688852
90e381
- Resolves: rhbz#1737433
90e381
90e381
* Mon Aug 05 2019 Ondřej Lysoněk <olysonek@redhat.com> - 3.0.3-32
90e381
- Partially fix problem with bad utmp entries when pututxline() fails
90e381
- Resolves: rhbz#1688848
90e381
90e381
* Sat Aug 03 2019 Ondřej Lysoněk <olysonek@redhat.com> - 3.0.3-31
90e381
- Fix segfault when listen() returns an error
90e381
- Resolves: rhbz#1666380
90e381
90e381
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.3-30
90e381
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
90e381
90e381
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.3-29
90e381
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
90e381
90e381
* Wed Jul 25 2018 Ondřej Lysoněk <olysonek@redhat.com> - 3.0.3-28
90e381
- Rebuilt, switched to SHA512 source tarball hash
90e381
90e381
* Wed Jul 25 2018 Ondřej Lysoněk <olysonek@redhat.com> - 3.0.3-27
90e381
- Fix a segfault when running as PID 1
90e381
90e381
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.3-26
90e381
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
90e381
90e381
* Tue Jun 19 2018 Ondřej Lysoněk <olysonek@redhat.com> - 3.0.3-25
90e381
- Add config option log_die allowing to pass error messages to syslog
90e381
- Add config option bind_retries allowing to change the max number
90e381
- of attempts to find a listening port for the PASV/EPSV command
90e381
- Resolves: rhbz#1318198
90e381
90e381
* Fri Jun 01 2018 Ondřej Lysoněk <olysonek@redhat.com> - 3.0.3-24
90e381
- Fix filename expansion in vsftpd_conf_migrate.sh ... again
90e381
90e381
* Thu May 10 2018 Ondřej Lysoněk <olysonek@redhat.com> - 3.0.3-23
90e381
- Fix issues found by Coverity Scan
90e381
90e381
* Fri Apr 27 2018 Ondřej Lysoněk <olysonek@redhat.com> - 3.0.3-22
90e381
- Fix filename expansion in vsftpd_conf_migrate.sh
90e381
90e381
* Thu Apr 05 2018 Ondřej Lysoněk <olysonek@redhat.com> - 3.0.3-21
90e381
- Improve documentation of better_stou in the man page
90e381
90e381
* Mon Feb 19 2018 Ondřej Lysoněk <olysonek@redhat.com> - 3.0.3-20
90e381
- Add gcc to BuildRequires
90e381
90e381
* Tue Feb 06 2018 Ondřej Lysoněk <olysonek@redhat.com> - 3.0.3-19
90e381
- Don't link with libnsl
90e381
90e381
* Tue Feb 06 2018 Ondřej Lysoněk <olysonek@redhat.com> - 3.0.3-18
90e381
- Add a new config option 'better_stou', which can be used to enable
90e381
  a better algorithm for generating unique filenames for the STOU command.
90e381
- Resolves: rhbz#1479237
90e381
90e381
* Wed Jan 10 2018 Ondřej Lysoněk <olysonek@redhat.com> - 3.0.3-17
90e381
- Add BuildRequires: libnsl2-devel
90e381
- https://fedoraproject.org/wiki/Changes/NISIPv6
90e381
90e381
* Fri Jan 05 2018 Ondřej Lysoněk <olysonek@redhat.com> - 3.0.3-16
90e381
- Disable tcp_wrappers support
90e381
- Resolves: rhbz#1518796
90e381
- Fix default value of strict_ssl_read_eof in man page
90e381
90e381
* Tue Jan 02 2018 Ondřej Lysoněk <olysonek@redhat.com> - 3.0.3-15
90e381
- Expand the explanation of the ascii_* options behaviour
90e381
90e381
* Tue Jan 02 2018 Ondřej Lysoněk <olysonek@redhat.com> - 3.0.3-14
90e381
- Disable anonymous_enable in default config file
90e381
- Resolves: rhbz#1338637
90e381
90e381
* Thu Dec 21 2017 Ondřej Lysoněk <olysonek@redhat.com> - 3.0.3-13
90e381
- Document the new default for ssl_ciphers in the man page
90e381
- Related: rhbz#1483970
90e381
- When handling FEAT command, check ssl_tlsv1_1 and ssl_tlsv1_2
90e381
- Patch was written by Martin Sehnoutka
90e381
- Resolves: rhbz#1432054
90e381
- Disable TLSv1 and TLSv1.1 - enable only TLSv1.2 by default
90e381
90e381
* Thu Dec 21 2017 Ondřej Lysoněk <olysonek@redhat.com> - 3.0.3-12
90e381
- Use system wide crypto policy
90e381
- Resolves: rhbz#1483970
90e381
90e381
* Fri Nov 24 2017 Ondřej Lysoněk <olysonek@redhat.com> - 3.0.3-11
90e381
- Improve documentation of ASCII mode in the man page
90e381
- Resolves: rhbz#1139409
90e381
90e381
* Tue Oct 31 2017 Ondřej Lysoněk <olysonek@redhat.com> - 3.0.3-10
90e381
- Document allow_writeable_chroot in the man page
90e381
- Resolves: rhbz#1507143
90e381
90e381
* Thu Oct 26 2017 Ondřej Lysoněk <olysonek@redhat.com> - 3.0.3-9
90e381
- Document the relationship of text_userdb_names and chroot_local_user
90e381
- Resolves: rhbz#1439724
90e381
90e381
* Tue Sep 05 2017 Ondřej Lysoněk <olysonek@redhat.com> - 3.0.3-8
90e381
- Build against OpenSSL 1.1
90e381
- Redefine VSFTP_COMMAND_FD to 1 to get errors generated during
90e381
- startup picked up by systemd
90e381
- Resolves: rhbz#1443055
90e381
90e381
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.3-7
90e381
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
90e381
90e381
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.3-6
90e381
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
90e381
90e381
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.3-5
90e381
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
90e381
90e381
* Thu Dec 01 2016 Martin Sehnoutka <msehnout@redhat.com> - 3.0.3-4
90e381
- Use OpenSSL compat library on rawhide
90e381
90e381
* Thu Nov 17 2016 Martin Sehnoutka <msehnout@redhat.com> - 3.0.3-3
90e381
- Review patches
90e381
- Add TLSv1.{1,2} options
90e381
- Fix question mark wildcard within a file name
90e381
- Seccomp patch removed
90e381
90e381
* Fri Apr 08 2016 Martin Sehnoutka <msehnout@redhat.com> - 3.0.3-2
90e381
- Applied patches:
90e381
- Readd seccomp disabled by default
90e381
- vsftpd local_max_rate option doesn't work as expected
90e381
- The vsftpd hangs in a SIGCHLD handler when the pam_exec.so is used in pam.d 
90e381
- configuration
90e381
- The vsftpd doesn't remove failed upload when the delete_failed_uploads is 
90e381
- enabled and the network cable is unplagged
90e381
- man pages bug
90e381
- vsftpd segfaults in vsf_sysutil_strndup
90e381
- Fix logging when syslog is used
90e381
90e381
* Thu Mar 17 2016 Martin Sehnoutka <msehnout@redhat.com> - 3.0.3-1
90e381
- Update to 3.0.3 version
90e381
90e381
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.2-15
90e381
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
90e381
90e381
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.2-14
90e381
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
90e381
90e381
* Tue Sep 16 2014 Jiri Skala <jskala@redhat.com> - 3.0.2-13
90e381
- added appropriate values to ssl_ciphers (dh and ecdh patches)
90e381
90e381
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.2-12
90e381
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
90e381
90e381
* Fri Jul 04 2014 Jiri Skala <jskala@redhat.com> - 3.0.2-11
90e381
- fixed deny_file, hide_file options - updated sqb patch
90e381
90e381
* Wed Jun 18 2014 Jiri Skala <jskala@redhat.com> - 3.0.2-10
90e381
- improves DH cipher
90e381
- implements ECDH cipher
90e381
- adds isolate* options to man vsftpd.conf
90e381
- corrects max_clients, max_per_ip default values in man vsftd.conf
90e381
- adds return code 450 when a file is temporarily unavailable
90e381
90e381
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.2-9
90e381
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
90e381
90e381
* Tue May 13 2014 Jiri Skala <jskala@redhat.com> - 3.0.2-8
90e381
- adds reverse lookup option to vsftpd.conf
90e381
- changes types of uid and gid to uint
90e381
- removes spare patch pasv-addr
90e381
- implements DH cipher
90e381
- gets rid init scirpt subpackage
90e381
90e381
* Tue Sep 10 2013 Jiri Skala <jskala@redhat.com> - 3.0.2-7
90e381
- fixed #1005549 - vsftpd startup broken
90e381
90e381
* Wed Sep 04 2013 Jiri Skala <jskala@redhat.com> - 3.0.2-6
90e381
- fixes usage pasv_address option in combination with external IP
90e381
- updated man pages - multile instances using vsftpd.target
90e381
90e381
* Thu Aug 15 2013 Jiri Skala <jskala@redhat.com> - 3.0.2-5
90e381
- replaced systemd path by _unitdir macro
90e381
- fixes #7194344 - multiple instances (target, generator)
90e381
90e381
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.2-4
90e381
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
90e381
90e381
* Mon Feb 25 2013 Jiri Skala <jskala@redhat.com> - 3.0.2-3
90e381
- fixes #913519 - login fails (increased AS_LIMIT)
90e381
90e381
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.2-2
90e381
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
90e381
90e381
* Wed Sep 19 2012 Jiri Skala <jskala@redhat.com> - 3.0.2-2
90e381
- update to latest upstream 3.0.2
90e381
90e381
* Mon Sep 17 2012 Jiri Skala <jskala@redhat.com> - 3.0.1-1
90e381
- update to latest upstream 3.0.1
90e381
- fixes #851441 - Introduce new systemd-rpm macros in vsftpd spec file
90e381
- fixes #845980 - vsftpd seccomp filter is too strict
90e381
90e381
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.0-4
90e381
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
90e381
90e381
* Tue Jul 17 2012 Jiri Skala <jskala@redhat.com> - 3.0.0-3
90e381
- changed default value of xferlog_file to /var/log/xferlog
90e381
- added rotating xferlog
90e381
90e381
* Thu Apr 26 2012 Jiri Skala <jskala@redhat.com> - 3.0.0-2
90e381
- corrected time zone handling - especially DST flag
90e381
- fixed default value of option 'listen'
90e381
90e381
* Tue Apr 10 2012 Jiri Skala <jskala@redhat.com> - 3.0.0-1
90e381
- updated to latest upstream 3.0.0
90e381
90e381
* Thu Feb 09 2012 Jiri Skala <jskala@redhat.com> - 2.3.5-3
90e381
- fixes #788812 - authentication failure on x86_64 when using nss_pgsql
90e381
90e381
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.5-2
90e381
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
90e381
90e381
* Mon Dec 19 2011 Jiri Skala <jskala@redhat.com> - 2.3.5-1
90e381
- updated to latest upstream 2.3.5
90e381
90e381
* Mon Nov 28 2011 Jiri Skala <jskala@redhat.com> - 2.3.4-7
90e381
- added patch from BZ#450853#c23
90e381
90e381
* Tue Nov 15 2011 Jiri Skala <jskala@redhat.com> - 2.3.4-6
90e381
- fixes #753365 - multiple issues with vsftpd's systemd unit
90e381
- removes exclusivity between listen and listen_ipv6 BZ#450853
90e381
- ls wildchars supports square brackets
90e381
90e381
* Wed Aug 03 2011 Jiri Skala <jskala@redhat.com> - 2.3.4-5
90e381
- fixes #719434 - Provide native systemd unit file
90e381
- moving SysV initscript into subpackage
90e381
90e381
* Mon Aug 01 2011 Jiri Skala <jskala@redhat.com> - 2.3.4-4
90e381
- rebuild for libcap
90e381
90e381
* Mon Jul 04 2011 Nils Philippsen <nils@redhat.com> - 2.3.4-3
90e381
- update upstream and source URL
90e381
90e381
* Wed Feb 16 2011 Jiri Skala <jskala@redhat.com> - 2.3.4-2
90e381
- fixes #717412 - Connection failures - patched by Takayuki Nagata
90e381
90e381
* Wed Feb 16 2011 Jiri Skala <jskala@redhat.com> - 2.3.4-1
90e381
- updated to latest upstream 2.3.4
90e381
90e381
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.2-2
90e381
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
90e381
90e381
* Fri Aug 20 2010 Jiri Skala <jskala@redhat.com> - 2.3.2-1
90e381
- fixes #625404 - vsftpd-2.3.1 is available
90e381
- joined patches (libs+dso, wildchar+greedy)
90e381
90e381
* Fri Aug 06 2010 Jiri Skala <jskala@redhat.com> - 2.2.2-8
90e381
- fixes #472880 - Configuration can cause confusion because of selinux labels
90e381
90e381
* Mon May 17 2010 Jiri Skala <jskala@redhat.com> - 2.2.2-7
90e381
- when listen_ipv6=YES sets socket option to listen IPv6 only
90e381
90e381
* Fri May 14 2010 Jiri Skala <jskala@redhat.com> - 2.2.2-6
90e381
- syscall(__NR_clone) replaced by clone() to fix incorrect order of params on s390 arch
90e381
90e381
* Wed Apr 07 2010 Jiri Skala <jskala@redhat.com> - 2.2.2-5
90e381
- corrected daemonize_plus patch - don't try kill parent when vsftpd isn't daemonized
90e381
90e381
* Tue Mar 16 2010 Jiri Skala <jskala@redhat.com> - 2.2.2-4
90e381
- fixes #544251 - /etc/rc.d/init.d/vsftpd does not start more than one daemon
90e381
90e381
* Mon Feb 15 2010 Jiri Skala <jskala@redhat.com> - 2.2.2-3
90e381
- fixes #565067 - FTBFS: ImplicitDSOLinking
90e381
90e381
* Thu Dec 17 2009 Jiri Skala <jskala@redhat.com> - 2.2.2-2
90e381
- corrected two patches due to fuzz 0
90e381
90e381
* Thu Dec 17 2009 Jiri Skala <jskala@redhat.com> - 2.2.2-1
90e381
- update to latest upstream
90e381
90e381
* Mon Nov 23 2009 Jiri Skala <jskala@rehat.com> - 2.2.0-6
90e381
- added lost default values of vsftpd.conf (rh patch)
90e381
90e381
* Wed Sep 16 2009 Tomas Mraz <tmraz@redhat.com> - 2.2.0-5
90e381
- use password-auth common PAM configuration instead of system-auth
90e381
90e381
* Mon Sep 14 2009 Jiri Skala <jskala@rehat.com> - 2.2.0-4
90e381
- modified init script to be LSB compliant
90e381
90e381
* Tue Sep 08 2009 Jiri Skala <jskala@rehat.com> - 2.2.0-3
90e381
- fixed bug messaged in RHEL-4 #479774 - Wildcard failures with vsftpd
90e381
90e381
* Thu Aug 27 2009 Tomas Mraz <tmraz@redhat.com> - 2.2.0-2
90e381
- rebuilt with new openssl
90e381
90e381
* Mon Aug 24 2009 Martin Nagy <mnagy@redhat.com> - 2.2.0-1
90e381
- update to latest upstream release 2.2.0
90e381
90e381
* Tue Aug 04 2009 Martin Nagy <mnagy@redhat.com> - 2.2.0-0.1.pre4
90e381
- update to latest upstream release
90e381
90e381
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.2-2
90e381
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
90e381
90e381
* Tue Jun 02 2009 Jiri Skala <jskala@redhat.com> - 2.1.2-1
90e381
- updated to latest upstream version
90e381
90e381
* Thu May 21 2009 Jiri Skala <jskala@redhat.com> - 2.1.1-0.3
90e381
- fixed daemonize_plus patch
90e381
- fixed test in initscript [ -z "CONFS" ]
90e381
90e381
* Mon May 04 2009 Jiri Skala <jskala@redhat.com> - 2.1.1-0.2
90e381
- fixes daemonize patch
90e381
90e381
* Wed Apr 22 2009 Jiri Skala <jskala@redhat.com> - 2.1.0-3
90e381
- updated to latest upstream version
90e381
- improved daemonizing - init script gets correct return code if binding fails
90e381
- trim white spaces from option values
90e381
- fixed #483604 - vsftpd not honouring delay_failed_login when userlist active
90e381
90e381
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.0-2
90e381
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
90e381
90e381
* Tue Feb 24 2009 Martin Nagy <mnagy@redhat.com> - 2.1.0-1
90e381
- update to latest upstream release
90e381
90e381
* Fri Jan 23 2009 Martin Nagy <mnagy@redhat.com> - 2.1.0-0.3.pre4
90e381
- update to latest upstream release
90e381
- enable ptrace sandbox again
90e381
- don't mark vsftpd_conf_migrate.sh as a config file
90e381
90e381
* Fri Jan 16 2009 Martin Nagy <mnagy@redhat.com> - 2.1.0-0.2.pre3
90e381
- disable ptrace sandbox to fix build on i386
90e381
90e381
* Fri Jan 16 2009 Martin Nagy <mnagy@redhat.com> - 2.1.0-0.1.pre3
90e381
- update to latest upstream release
90e381
- cleanup the spec file
90e381
- drop patches fixed upstream:
90e381
    vsftpd-1.0.1-missingok.patch
90e381
    vsftpd-1.2.1-nonrootconf.patch
90e381
    vsftpd-2.0.1-tcp_wrappers.patch
90e381
    vsftpd-2.0.2-signal.patch
90e381
    vsftpd-2.0.3-daemonize_fds.patch
90e381
    vsftpd-2.0.5-correct_comments.patch
90e381
    vsftpd-2.0.5-pasv_dot.patch
90e381
    vsftpd-2.0.5-write_race.patch
90e381
    vsftpd-2.0.5-fix_unique.patch
90e381
    vsftpd-2.0.5-uname_size.patch
90e381
    vsftpd-2.0.5-bind_denied.patch
90e381
    vsftpd-2.0.5-pam_end.patch
90e381
    vsftpd-2.0.5-underscore_uname.patch
90e381
    vsftpd-2.0.6-listen.patch
90e381
- join all configuration patches into one:
90e381
    vsftpd-1.1.3-rh.patch
90e381
    vsftpd-1.2.1-conffile.patch
90e381
    vsftpd-2.0.1-dir.patch
90e381
    vsftpd-2.0.1-server_args.patch
90e381
    vsftpd-2.0.3-background.patch
90e381
    vsftpd-2.0.5-default_ipv6.patch
90e381
    vsftpd-2.0.5-add_ipv6_option.patch
90e381
    vsftpd-2.0.5-man.patch
90e381
90e381
* Mon Sep  8 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.7-1
90e381
- fix license tag
90e381
- update to 2.0.7
90e381
90e381
* Fri Jun 20 2008 Dennis Gilmore <dennis@ausil.us> - 2.0.6-5
90e381
- add sparc arches to -fPIE list
90e381
90e381
* Wed May 21 2008 Martin Nagy <mnagy@redhat.com> - 2.0.6-4
90e381
- fix a small memory leak (#397011)
90e381
90e381
* Mon Mar 31 2008 Martin Nagy <mnagy@redhat.com> - 2.0.6-3
90e381
- set option listen to default to YES
90e381
90e381
* Mon Feb 25 2008 Martin Nagy <mnagy@redhat.com> - 2.0.6-2
90e381
- fix init script (#431452)
90e381
- make the init script LSB compliant (#247093)
90e381
90e381
* Fri Feb 22 2008 Martin Nagy <mnagy@redhat.com> - 2.0.6-1
90e381
- rebase for new upstream version
90e381
- remove patches that were fixed in upstream: kickline, confspell, anon_umask
90e381
90e381
* Mon Feb 11 2008 Martin Nagy <mnagy@redhat.com> - 2.0.5-22
90e381
- rebuild for gcc-4.3
90e381
90e381
* Fri Nov 30 2007 Martin Nagy <mnagy@redhat.com> - 2.0.5-21
90e381
- Remove uniq_rename patch.
90e381
- Correct create/lock race condition, original patch by <mpoole@redhat.com>
90e381
  (#240550).
90e381
- Fix bad handling of unique files (#392231).
90e381
- Added userlist_log option.
90e381
- Allow usernames to begin with underscore or dot (#339911).
90e381
- Removed user_config patch.
90e381
- Fix nonrootconf patch (#400921).
90e381
- Increase maximum length of allowed username (#236326).
90e381
- Fix file listing issue with wildcard (#392181).
90e381
- Removed use_localtime patch (#243087).
90e381
90e381
* Thu Nov 08 2007 Martin Nagy <mnagy@redhat.com> - 2.0.5-20
90e381
- Correct calling of pam_end (#235843).
90e381
90e381
* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 2.0.5-19
90e381
- Rebuild for selinux ppc32 issue.
90e381
90e381
* Tue Jul 10 2007 Maros Barabas <mbarabas@redhat.com> - 2.0.5-18
90e381
- Add comment for xferlog_std_format
90e381
- Resolves #218260
90e381
90e381
* Fri Jun 29 2007 Maros Barabas <mbarabas@redhat.com> - 2.0.5-17
90e381
- Fix pasv dot after pasv response (RFC 959 page 40)
90e381
90e381
* Wed Apr 04 2007 Maros Barabas <mbarabas@redhat.com> - 2.0.5-16
90e381
- Merge review: - fix using %%{_var}, %%{_sbindir} and 
90e381
                  %%{_sysconfigdir} macros for files and install
90e381
                - fix BuildRoot
90e381
                - dropped usermod, openssl & pam requirement
90e381
90e381
* Tue Mar 20 2007 Florian La Roche <laroche@redhat.com> - 2.0.5-15
90e381
- fix BuildPrereq
90e381
90e381
* Tue Jan 30 2007 Maros Barabas <mbarabas@redhat.com> - 2.0.5-14
90e381
- remove file upload permission problem 
90e381
- change name of patch vsfptd-2.0.3-user_config
90e381
- Resolves #190193
90e381
90e381
* Fri Jan 19 2007 Maros Barabas <mbarabas@redhat.com> - 2.0.5-13
90e381
- add lost patch: don't die when no user config file is present 
90e381
- Resolves #166986
90e381
90e381
* Thu Jan 18 2007 Radek Vokal <rvokal@redhat.com> - 2.0.5-12
90e381
- add dist tag
90e381
- add buildrequires tcp_wrappers-devel
90e381
90e381
* Wed Jan 17 2007 Maros Barabas <mbarabas@redhat.com> - 2.0.5-11
90e381
- add errno EACCES to not die by vsf_sysutil_bind
90e381
- Resolves #198677
90e381
90e381
* Thu Dec 14 2006 Maros Barabas <mbarabas@redhat.com> - 2.0.5-10
90e381
- correct man (5) pages
90e381
- Resolves: #216765
90e381
- correct calling function stat 
90e381
- Resolves: bz200763
90e381
90e381
* Mon Dec 04 2006 Maros Barabas <mbarabas@redhat.com> - 2.0.5-9
90e381
- change BuildRequires tcp_wrappers to tcp_wrappers-devel
90e381
90e381
* Mon Aug 28 2006 Maros Barabas <mbarabas@redhat.com> - 2.0.5-8
90e381
- added forgotten patch to make filename filter (#174764)
90e381
90e381
* Tue Aug 22 2006 Maros Barabas <mbarabas@redhat.com> - 2.0.5-7
90e381
- correct paths of configuration files on man pages
90e381
90e381
* Tue Aug 15 2006 Maros Barabas <mbarabas@redhat.com> - 2.0.5-6
90e381
- correct comments
90e381
90e381
* Tue Aug 08 2006 Maros Barabas <mbarabas@redhat.com> - 2.0.5-5
90e381
- option to change listening to IPv6 protocol
90e381
90e381
* Tue Aug 01 2006 Maros Barabas <mbarabas@redhat.com> - 2.0.5-4
90e381
- listen to IPv4 connections in default conf file
90e381
90e381
* Mon Jul 17 2006 Radek Vokal <rvokal@redhat.com> - 2.0.5-3
90e381
- listen to IPv6 connections in default conf file
90e381
90e381
* Thu Jul 13 2006 Radek Vokal <rvokal@redhat.com> - 2.0.5-2
90e381
- add keyinit instructions to the vsftpd PAM script (#198637)
90e381
90e381
* Wed Jul 12 2006 Radek Vokal <rvokal@redhat.com> - 2.0.5-1
90e381
- upgrade to 2.0.5
90e381
- IE should now show the login dialog again (#191147)
90e381
90e381
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.0.4-1.2.1
90e381
- rebuild
90e381
90e381
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.0.4-1.2
90e381
- bump again for double-long bug on ppc(64)
90e381
90e381
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.0.4-1.1
90e381
- rebuilt for new gcc4.1 snapshot and glibc changes
90e381
90e381
* Thu Jan 12 2006 Radek Vokal <rvokal@redhat.com> 2.0.4-1
90e381
- upgrade to 2.0.4
90e381
- vsftpd now lock files for simultanous up/downloads (#162511)
90e381
90e381
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
90e381
- rebuilt
90e381
90e381
* Wed Nov 09 2005 Radek Vokal <rvokal@redhat.com> 2.0.3-12
90e381
- rebuilt against new openssl
90e381
- close std file descriptors
90e381
90e381
* Tue Oct 04 2005 Radek Vokal <rvokal@redhat.com> 2.0.3-11
90e381
- use include instead of pam_stack in pam config
90e381
90e381
* Fri Sep 09 2005 Radek Vokal <rvokal@redhat.com> 2.0.3-10
90e381
- vsfptd.log as a default log file has to be rotated (#167359)
90e381
- vsftpd does dns reverse before passing hosts to pam_access.so (#159745)
90e381
90e381
* Wed Aug 31 2005 Radek Vokal <rvokal@redhat.com> 2.0.3-9
90e381
- don't die when no user config file is present (#166986)
90e381
90e381
* Tue Aug 09 2005 Radek Vokal <rvokal@redhat.com> 2.0.3-8
90e381
- removed additional cmd line for ftp (#165083)
90e381
90e381
* Thu Aug 04 2005 Radek Vokal <rvokal@redhat.com> 2.0.3-7
90e381
- daemonize with file descriptors (#164998)
90e381
90e381
* Thu Jun 30 2005 Radek Vokal <rvokal@redhat.com> 2.0.3-6
90e381
- start in background as default, init script changed (#158714)
90e381
90e381
* Mon Jun 27 2005 Radek Vokal <rvokal@redhat.com> 2.0.3-5
90e381
- fixed requires for 64bit libs
90e381
90e381
* Thu Jun 23 2005 Radek Vokal <rvokal@redhat.com> 2.0.3-4
90e381
- fixed requires for pam_loginuid
90e381
90e381
* Wed Jun 01 2005 Radek Vokal <rvokal@redhat.com> 2.0.3-3
90e381
- vsftpd update for new audit system (#159223)
90e381
90e381
* Fri May 27 2005 Radek Vokal <rvokal@redhat.com> 2.0.3-2
90e381
- timezone fix, patch from suse.de (#158779)
90e381
90e381
* Wed Mar 23 2005 Radek Vokal <rvokal@redhat.com> 2.0.3-1
90e381
- new release, fixes #106416 and #134541 
90e381
90e381
* Mon Mar 14 2005 Radek Vokal <rvokal@redhat.com> 2.0.3-pre2
90e381
- prerelease, fixes IPv6 issues
90e381
90e381
* Mon Mar 14 2005 Radek Vokal <rvokal@redhat.com> 2.0.2-1
90e381
- update to new release, several bug fixes
90e381
90e381
* Wed Mar 02 2005 Radek Vokal <rvokal@redhat.com> 2.0.1-10
90e381
- rebuilt against gcc4 and new openssl
90e381
90e381
* Mon Feb 07 2005 Radek Vokal <rvokal@redhat.com> 2.0.1-9
90e381
- don't allow to read non-root config files (#145548)
90e381
90e381
* Mon Jan 10 2005 Radek Vokal <rvokal@redhat.com> 2.0.1-8
90e381
- use localtime also in logs (#143687)
90e381
90e381
* Tue Dec 14 2004 Radek Vokal <rvokal@redhat.com> 2.0.1-7
90e381
- fixing directory in vsftpd.pam file (#142805)
90e381
90e381
* Thu Nov 11 2004 Radek Vokal <rvokal@redhat.com> 2.0.1-6
90e381
- vsftpd. files moved to /etc/vsftpd
90e381
- added vsftpd_conf_migrate.sh script for moving conf files
90e381
90e381
* Fri Oct 01 2004 Radek Vokal <rvokal@redhat.com> 2.0.1-5
90e381
- vsftpd under xinetd reads its config file (#134314)
90e381
90e381
* Thu Sep 16 2004 Radek Vokal <rvokal@redhat.com> 2.0.1-4
90e381
- spec file changed, ftp dir change commented (#130119)
90e381
- added doc files (#113056)
90e381
90e381
* Wed Sep 08 2004 Jan Kratochvil <project-vsftpd@jankratochvil.net>
90e381
- update for 2.0.1 for SSL
90e381
90e381
* Fri Aug 27 2004 Radek Vokal <rvokal@redhat.com> 2.0.1-2
90e381
- vsftpd.conf file changed, default IPv6 support
90e381
90e381
* Fri Aug 20 2004 Radek Vokal <rvokal@redhat.com> 2.0.1-1
90e381
- tcp_wrapper patch updated, signal patch updated
90e381
- upgrade to 2.0.1, fixes several bugs, RHEL and FC builds
90e381
90e381
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
90e381
- rebuilt
90e381
90e381
* Wed May 19 2004 Bill Nottingham <notting@redhat.com> 1.2.1-6
90e381
- fix the logrotate config (#116253) 
90e381
90e381
* Mon May  3 2004 Bill Nottingham <notting@redhat.com> 1.2.1-5
90e381
- fix all references to vsftpd.conf to be /etc/vsftpd/vsftpd.conf,
90e381
  including in the binary (#121199, #104075)
90e381
90e381
* Thu Mar 25 2004 Bill Nottingham <notting@redhat.com> 1.2.1-4
90e381
- don't call malloc()/free() in signal handlers (#119136,
90e381
  <olivier.baudron@m4x.org>)
90e381
90e381
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
90e381
- rebuilt
90e381
90e381
* Mon Nov 24 2003 Karsten Hopp <karsten@redhat.de> 1.2.1-1
90e381
- update to 1.2.1, which fixes #89765 and lot of other issues
90e381
- remove manpage patch, it isn't required anymore
90e381
- clean up init script
90e381
- don't use script to find libs to link with (lib64 issues)
90e381
90e381
* Sun Oct 12 2003 Florian La Roche <Florian.LaRoche@redhat.de>
90e381
- allow compiling without tcp_wrappers support
90e381
90e381
* Mon Sep 15 2003 Bill Nottingham <notting@redhat.com> 1.2.0-4
90e381
- fix errant newline (#104443)
90e381
90e381
* Fri Aug  8 2003 Bill Nottingham <notting@redhat.com> 1.2.0-3
90e381
- tweak man page (#84584, #72798)
90e381
- buildprereqs for pie (#99336)
90e381
- free ride through the build system to fix (#101582)
90e381
90e381
* Thu Jun 26 2003 Bill Nottingham <notting@redhat.com> 1.2.0-2
90e381
- update to 1.2.0
90e381
90e381
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
90e381
- rebuilt
90e381
90e381
* Mon Apr 28 2003 Bill Nottingham <notting@redhat.com> 1.1.3-9
90e381
- fix tcp_wrappers usage (#89765, <dale@riyescott.com>)
90e381
90e381
* Fri Feb 28 2003 Nalin Dahyabhai <nalin@redhat.com> 1.1.3-8
90e381
- enable use of tcp_wrappers
90e381
90e381
* Tue Feb 11 2003 Bill Nottingham <notting@redhat.com> 1.1.3-7
90e381
- provide /var/ftp & /var/ftp/pub. obsolete anonftp.
90e381
90e381
* Mon Feb 10 2003 Bill Nottingham <notting@redhat.com> 1.1.3-6
90e381
- clean up comments in init script (#83962)
90e381
90e381
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
90e381
- rebuilt
90e381
90e381
* Mon Dec 30 2002 Florian La Roche <Florian.LaRoche@redhat.de>
90e381
- change to /etc/rc.d/init.d for better compatibility
90e381
90e381
* Mon Dec 16 2002 Bill Nottingham <notting@redhat.com> 1.1.3-3
90e381
- fix initscript perms
90e381
- fix typo in initscript (#76587)
90e381
90e381
* Fri Dec 13 2002 Bill Nottingham <notting@redhat.com> 1.1.3-2
90e381
- update to 1.1.3
90e381
- run standalone, don't run by default
90e381
- fix reqs
90e381
 
90e381
* Fri Nov 22 2002 Joe Orton <jorton@redhat.com> 1.1.0-3
90e381
- fix use with xinetd-ipv6; add flags=IPv4 in xinetd file (#78410)
90e381
90e381
* Tue Nov 12 2002 Nalin Dahyabhai <nalin@redhat.com> 1.0.1-9
90e381
- remove absolute paths from PAM configuration so that the right modules get
90e381
  used for whichever arch we're built for on multilib systems
90e381
90e381
* Thu Aug 15 2002 Elliot Lee <sopwith@redhat.com> 1.0.1-8
90e381
- -D_FILE_OFFSET_BITS=64
90e381
- smp make
90e381
- remove forced optflags=-g for lack of supporting documentation
90e381
 
90e381
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
90e381
- automated rebuild
90e381
90e381
* Thu May 23 2002 Tim Powers <timp@redhat.com>
90e381
- automated rebuild
90e381
90e381
* Wed Apr 10 2002 Bill Nottingham <notting@redhat.com> 1.0.1-5
90e381
- don't spit out ugly errors if anonftp isn't installed (#62987)
90e381
- fix horribly broken userlist setup (#62321)
90e381
90e381
* Thu Feb 28 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.0.1-4
90e381
- s/Copyright/License/
90e381
- add "missingok" to the logrotate script, so we don't get errors
90e381
  when nothing has happened
90e381
90e381
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
90e381
- automated rebuild
90e381
90e381
* Wed Nov 28 2001 Bill Nottingham <notting@redhat.com>
90e381
- initial packaging for RHL, munge included specfile
90e381
90e381
* Thu Mar 22 2001 Seth Vidal <skvidal@phy.duke.edu>
90e381
- updated to 0.0.15
90e381
- added entry for vsftpd.8 man page
90e381
- added entry for vsftpd.log logrotate file
90e381
- added TUNING file to docs list
90e381
90e381
* Wed Mar 7 2001 Seth Vidal <skvidal@phy.duke.edu>
90e381
- Updated to 0.0.14
90e381
- made %%files entry for man page
90e381
90e381
* Wed Feb 21 2001 Seth Vidal <skvidal@phy.duke.edu>
90e381
- Updated to 0.0.13
90e381
90e381
* Mon Feb 12 2001 Seth Vidal <skvidal@phy.duke.edu>
90e381
- Updated to 0.0.12
90e381
90e381
* Wed Feb 7 2001 Seth Vidal <skvidal@phy.duke.edu>
90e381
- updated to 0.0.11
90e381
90e381
* Thu Feb 1 2001 Seth Vidal <skvidal@phy.duke.edu>
90e381
- Update to 0.0.10
90e381
90e381
* Thu Feb 1 2001 Seth Vidal <skvidal@phy.duke.edu>
90e381
- First RPM packaging
90e381
- Stolen items from wu-ftpd's pam setup
90e381
- Separated rh 7 and rh 6.X's packages
90e381
- Built for Rh6