Blame SPECS/vsftpd.spec

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