Blame SPECS/vsftpd.spec

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