Blame SPECS/vsftpd.spec

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