2004-09-09 14:07:23 +00:00
|
|
|
%{!?tcp_wrappers:%define tcp_wrappers 1}
|
|
|
|
|
2004-09-09 14:04:47 +00:00
|
|
|
Name: vsftpd
|
2011-12-19 18:29:43 +00:00
|
|
|
Version: 2.3.5
|
2012-01-14 08:04:58 +00:00
|
|
|
Release: 2%{?dist}
|
2009-01-16 17:23:12 +00:00
|
|
|
Summary: Very Secure Ftp Daemon
|
|
|
|
|
|
|
|
Group: System Environment/Daemons
|
2008-09-09 03:53:37 +00:00
|
|
|
# OpenSSL link exception
|
|
|
|
License: GPLv2 with exceptions
|
2011-07-04 12:29:33 +00:00
|
|
|
URL: https://security.appspot.com/vsftpd.html
|
|
|
|
Source0: https://security.appspot.com/downloads/%{name}-%{version}.tar.gz
|
2004-09-09 14:04:47 +00:00
|
|
|
Source1: vsftpd.xinetd
|
|
|
|
Source2: vsftpd.pam
|
2004-09-09 14:04:55 +00:00
|
|
|
Source3: vsftpd.ftpusers
|
|
|
|
Source4: vsftpd.user_list
|
2004-09-09 14:06:06 +00:00
|
|
|
Source5: vsftpd.init
|
2004-11-11 10:41:35 +00:00
|
|
|
Source6: vsftpd_conf_migrate.sh
|
2011-11-15 12:34:41 +00:00
|
|
|
Source7: vsftpd.service
|
2009-01-16 17:23:12 +00:00
|
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
2004-09-09 14:09:55 +00:00
|
|
|
BuildRequires: pam-devel
|
|
|
|
BuildRequires: libcap-devel
|
|
|
|
BuildRequires: openssl-devel
|
2009-01-16 17:23:12 +00:00
|
|
|
%if %{tcp_wrappers}
|
|
|
|
BuildRequires: tcp_wrappers-devel
|
|
|
|
%endif
|
|
|
|
|
2004-09-09 14:06:06 +00:00
|
|
|
Requires: logrotate
|
2007-04-04 13:13:55 +00:00
|
|
|
Requires (preun): /sbin/chkconfig
|
|
|
|
Requires (post): /sbin/chkconfig
|
2009-01-16 17:23:12 +00:00
|
|
|
|
|
|
|
# Build patches
|
|
|
|
Patch1: vsftpd-2.1.0-libs.patch
|
|
|
|
Patch2: vsftpd-2.1.0-build_ssl.patch
|
|
|
|
Patch3: vsftpd-2.1.0-tcp_wrappers.patch
|
|
|
|
|
|
|
|
# Use /etc/vsftpd/ instead of /etc/
|
|
|
|
Patch4: vsftpd-2.1.0-configuration.patch
|
|
|
|
|
|
|
|
# These need review
|
|
|
|
Patch5: vsftpd-2.1.0-pam_hostname.patch
|
|
|
|
Patch6: vsftpd-close-std-fds.patch
|
|
|
|
Patch7: vsftpd-2.1.0-filter.patch
|
|
|
|
Patch9: vsftpd-2.1.0-userlist_log.patch
|
|
|
|
|
2009-05-04 14:37:06 +00:00
|
|
|
Patch10: vsftpd-2.1.0-trim.patch
|
|
|
|
Patch12: vsftpd-2.1.1-daemonize_plus.patch
|
2009-08-22 18:43:51 +00:00
|
|
|
Patch13: vsftpd-2.2.0-openssl.patch
|
2009-09-08 11:05:03 +00:00
|
|
|
Patch14: vsftpd-2.2.0-wildchar.patch
|
2004-09-09 14:04:47 +00:00
|
|
|
|
2010-05-14 12:19:39 +00:00
|
|
|
Patch16: vsftpd-2.2.2-clone.patch
|
2011-08-03 14:01:45 +00:00
|
|
|
Patch19: vsftpd-2.3.4-sd.patch
|
2011-11-15 12:34:41 +00:00
|
|
|
Patch20: vsftpd-2.3.4-sqb.patch
|
2011-11-28 07:31:47 +00:00
|
|
|
Patch21: vsftpd-2.3.4-listen_ipv6.patch
|
2010-02-15 13:46:19 +00:00
|
|
|
|
2004-09-09 14:04:47 +00:00
|
|
|
%description
|
|
|
|
vsftpd is a Very Secure FTP daemon. It was written completely from
|
|
|
|
scratch.
|
|
|
|
|
2011-08-03 14:01:45 +00:00
|
|
|
%package sysvinit
|
|
|
|
Group: System Environment/Daemons
|
|
|
|
Summary: SysV initscript for vsftpd daemon
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires(preun): /sbin/service
|
|
|
|
Requires(postun): /sbin/service
|
|
|
|
|
|
|
|
%description sysvinit
|
|
|
|
The vsftpd-sysvinit contains SysV initscritps support.
|
2009-01-16 17:23:12 +00:00
|
|
|
|
2004-09-09 14:04:47 +00:00
|
|
|
%prep
|
|
|
|
%setup -q -n %{name}-%{version}
|
2009-01-16 17:23:12 +00:00
|
|
|
cp %{SOURCE1} .
|
|
|
|
|
|
|
|
%patch1 -p1 -b .libs
|
|
|
|
%patch2 -p1 -b .build_ssl
|
2004-09-09 14:07:23 +00:00
|
|
|
%if %{tcp_wrappers}
|
2004-09-09 14:06:36 +00:00
|
|
|
%patch3 -p1 -b .tcp_wrappers
|
2004-09-09 14:07:23 +00:00
|
|
|
%endif
|
2009-01-16 17:23:12 +00:00
|
|
|
%patch4 -p1 -b .configuration
|
|
|
|
%patch5 -p1 -b .pam_hostname
|
|
|
|
%patch6 -p1 -b .close_fds
|
|
|
|
%patch7 -p1 -b .filter
|
|
|
|
%patch9 -p1 -b .userlist_log
|
2009-05-04 14:37:06 +00:00
|
|
|
%patch10 -p1 -b .trim
|
|
|
|
%patch12 -p1 -b .daemonize_plus
|
2009-08-22 18:43:51 +00:00
|
|
|
%patch13 -p1 -b .openssl
|
2009-09-08 11:05:03 +00:00
|
|
|
%patch14 -p1 -b .wildchar
|
2010-05-14 12:19:39 +00:00
|
|
|
%patch16 -p1 -b .clone
|
2011-08-03 14:01:45 +00:00
|
|
|
%patch19 -p1 -b .sd
|
2011-11-15 12:34:41 +00:00
|
|
|
%patch20 -p1 -b .sqb
|
2011-11-28 07:31:47 +00:00
|
|
|
%patch21 -p1 -b .listen_ipv6
|
2009-01-16 17:23:12 +00:00
|
|
|
|
2004-09-09 14:04:47 +00:00
|
|
|
%build
|
2008-06-20 21:03:03 +00:00
|
|
|
%ifarch s390x sparcv9 sparc64
|
2009-01-16 17:23:12 +00:00
|
|
|
make CFLAGS="$RPM_OPT_FLAGS -fPIE -pipe -Wextra -Werror" \
|
2004-09-09 14:07:23 +00:00
|
|
|
%else
|
2009-01-16 17:23:12 +00:00
|
|
|
make CFLAGS="$RPM_OPT_FLAGS -fpie -pipe -Wextra -Werror" \
|
2004-09-09 14:07:23 +00:00
|
|
|
%endif
|
2009-01-16 17:23:12 +00:00
|
|
|
LINK="-pie -lssl" %{?_smp_mflags}
|
|
|
|
|
2004-09-09 14:04:47 +00:00
|
|
|
|
|
|
|
%install
|
2008-09-09 03:53:37 +00:00
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2007-04-04 13:13:55 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_sbindir}
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/{vsftpd,pam.d,logrotate.d,rc.d/init.d}
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man{5,8}
|
2011-08-03 14:01:45 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT/lib/systemd/system
|
2007-04-04 13:13:55 +00:00
|
|
|
install -m 755 vsftpd $RPM_BUILD_ROOT%{_sbindir}/vsftpd
|
|
|
|
install -m 600 vsftpd.conf $RPM_BUILD_ROOT%{_sysconfdir}/vsftpd/vsftpd.conf
|
2004-09-09 14:04:47 +00:00
|
|
|
install -m 644 vsftpd.conf.5 $RPM_BUILD_ROOT/%{_mandir}/man5/
|
|
|
|
install -m 644 vsftpd.8 $RPM_BUILD_ROOT/%{_mandir}/man8/
|
2009-01-23 19:20:40 +00:00
|
|
|
install -m 644 RedHat/vsftpd.log $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/vsftpd
|
2007-04-04 13:13:55 +00:00
|
|
|
install -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/vsftpd
|
|
|
|
install -m 600 %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/vsftpd/ftpusers
|
|
|
|
install -m 600 %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/vsftpd/user_list
|
|
|
|
install -m 755 %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/vsftpd
|
|
|
|
install -m 744 %{SOURCE6} $RPM_BUILD_ROOT%{_sysconfdir}/vsftpd/vsftpd_conf_migrate.sh
|
2011-08-03 14:01:45 +00:00
|
|
|
install -m 644 %{SOURCE7} $RPM_BUILD_ROOT/lib/systemd/system/
|
2004-09-09 14:06:06 +00:00
|
|
|
|
2007-04-04 13:13:55 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_var}/ftp/pub
|
2004-09-09 14:04:47 +00:00
|
|
|
|
|
|
|
%clean
|
2008-09-09 03:53:37 +00:00
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2004-09-09 14:04:47 +00:00
|
|
|
|
2004-09-09 14:06:06 +00:00
|
|
|
%post
|
2011-08-03 14:01:45 +00:00
|
|
|
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
|
2009-01-16 17:23:12 +00:00
|
|
|
|
2004-09-09 14:06:06 +00:00
|
|
|
%preun
|
|
|
|
if [ $1 = 0 ]; then
|
2011-11-15 12:34:41 +00:00
|
|
|
/bin/systemctl disable vsftpd.service > /dev/null 2>&1 || :
|
|
|
|
/bin/systemctl stop vsftpd.service > /dev/null 2>&1 || :
|
2004-09-09 14:06:06 +00:00
|
|
|
fi
|
2011-08-03 14:01:45 +00:00
|
|
|
|
|
|
|
%postun
|
|
|
|
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
|
|
|
|
|
|
|
|
%triggerun -- %{name} < 2.3.4-5
|
|
|
|
/sbin/chkconfig --del vsftpd >/dev/null 2>&1 || :
|
2011-11-15 12:34:41 +00:00
|
|
|
/bin/systemctl try-restart vsftpd.service >/dev/null 2>&1 || :
|
2011-08-03 14:01:45 +00:00
|
|
|
|
|
|
|
%triggerpostun -n %{name}-sysvinit -- %{name} < 2.3.4-5
|
|
|
|
/sbin/chkconfig --add vsftpd >/dev/null 2>&1 || :
|
2004-09-09 14:06:06 +00:00
|
|
|
|
2004-09-09 14:04:47 +00:00
|
|
|
%files
|
2009-01-16 17:23:12 +00:00
|
|
|
%defattr(-,root,root,-)
|
2011-11-15 12:34:41 +00:00
|
|
|
/lib/systemd/system/vsftpd.service
|
2007-04-04 13:13:55 +00:00
|
|
|
%{_sbindir}/vsftpd
|
|
|
|
%dir %{_sysconfdir}/vsftpd
|
2009-01-23 19:20:40 +00:00
|
|
|
%{_sysconfdir}/vsftpd/vsftpd_conf_migrate.sh
|
|
|
|
%config(noreplace) %{_sysconfdir}/vsftpd/ftpusers
|
|
|
|
%config(noreplace) %{_sysconfdir}/vsftpd/user_list
|
|
|
|
%config(noreplace) %{_sysconfdir}/vsftpd/vsftpd.conf
|
2007-04-04 13:13:55 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/pam.d/vsftpd
|
2009-01-23 19:20:40 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/logrotate.d/vsftpd
|
|
|
|
%doc FAQ INSTALL BUGS AUDIT Changelog LICENSE README README.security REWARD
|
|
|
|
%doc SPEED TODO BENCHMARKS COPYING SECURITY/ EXAMPLE/ TUNING SIZE vsftpd.xinetd
|
2004-09-09 14:04:47 +00:00
|
|
|
%{_mandir}/man5/vsftpd.conf.*
|
|
|
|
%{_mandir}/man8/vsftpd.*
|
2007-04-04 13:13:55 +00:00
|
|
|
%{_var}/ftp
|
2004-09-09 14:04:47 +00:00
|
|
|
|
2011-08-03 14:01:45 +00:00
|
|
|
%files sysvinit
|
|
|
|
%{_sysconfdir}/rc.d/init.d/vsftpd
|
2009-01-16 17:23:12 +00:00
|
|
|
|
2004-09-09 14:04:47 +00:00
|
|
|
%changelog
|
2012-01-14 08:04:58 +00:00
|
|
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-12-19 18:29:43 +00:00
|
|
|
* Mon Dec 19 2011 Jiri Skala <jskala@redhat.com> - 2.3.5-1
|
|
|
|
- updated to latest upstream 2.3.5
|
|
|
|
|
2011-11-28 07:31:47 +00:00
|
|
|
* Mon Nov 28 2011 Jiri Skala <jskala@redhat.com> - 2.3.4-7
|
|
|
|
- added patch from BZ#450853#c23
|
|
|
|
|
2011-11-15 12:34:41 +00:00
|
|
|
* Tue Nov 15 2011 Jiri Skala <jskala@redhat.com> - 2.3.4-6
|
|
|
|
- fixes #753365 - multiple issues with vsftpd's systemd unit
|
|
|
|
- removes exclusivity between listen and listen_ipv6 BZ#450853
|
|
|
|
- ls wildchars supports square brackets
|
|
|
|
|
2011-08-03 14:01:45 +00:00
|
|
|
* Wed Aug 03 2011 Jiri Skala <jskala@redhat.com> - 2.3.4-5
|
|
|
|
- fixes #719434 - Provide native systemd unit file
|
|
|
|
- moving SysV initscript into subpackage
|
|
|
|
|
2011-08-01 12:39:25 +00:00
|
|
|
* Mon Aug 01 2011 Jiri Skala <jskala@redhat.com> - 2.3.4-4
|
|
|
|
- rebuild for libcap
|
|
|
|
|
2011-07-04 12:29:33 +00:00
|
|
|
* Mon Jul 04 2011 Nils Philippsen <nils@redhat.com> - 2.3.4-3
|
|
|
|
- update upstream and source URL
|
|
|
|
|
2011-06-28 19:48:59 +00:00
|
|
|
* Wed Feb 16 2011 Jiri Skala <jskala@redhat.com> - 2.3.4-2
|
|
|
|
- fixes #717412 - Connection failures - patched by Takayuki Nagata
|
|
|
|
|
2011-02-16 10:05:47 +00:00
|
|
|
* Wed Feb 16 2011 Jiri Skala <jskala@redhat.com> - 2.3.4-1
|
|
|
|
- updated to latest upstream 2.3.4
|
|
|
|
|
2011-02-08 01:53:38 +00:00
|
|
|
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-08-20 11:45:38 +00:00
|
|
|
* Fri Aug 20 2010 Jiri Skala <jskala@redhat.com> - 2.3.2-1
|
|
|
|
- fixes #625404 - vsftpd-2.3.1 is available
|
|
|
|
- joined patches (libs+dso, wildchar+greedy)
|
|
|
|
|
2010-08-06 07:35:40 +00:00
|
|
|
* Fri Aug 06 2010 Jiri Skala <jskala@redhat.com> - 2.2.2-8
|
|
|
|
- fixes #472880 - Configuration can cause confusion because of selinux labels
|
|
|
|
|
2010-05-17 08:06:22 +00:00
|
|
|
* Mon May 17 2010 Jiri Skala <jskala@redhat.com> - 2.2.2-7
|
|
|
|
- when listen_ipv6=YES sets socket option to listen IPv6 only
|
|
|
|
|
2010-05-14 12:25:36 +00:00
|
|
|
* Fri May 14 2010 Jiri Skala <jskala@redhat.com> - 2.2.2-6
|
2010-05-14 12:19:39 +00:00
|
|
|
- syscall(__NR_clone) replaced by clone() to fix incorrect order of params on s390 arch
|
|
|
|
|
2010-04-07 08:47:30 +00:00
|
|
|
* Wed Apr 07 2010 Jiri Skala <jskala@redhat.com> - 2.2.2-5
|
|
|
|
- corrected daemonize_plus patch - don't try kill parent when vsftpd isn't daemonized
|
|
|
|
|
2010-03-16 09:38:59 +00:00
|
|
|
* Tue Mar 16 2010 Jiri Skala <jskala@redhat.com> - 2.2.2-4
|
|
|
|
- fixes #544251 - /etc/rc.d/init.d/vsftpd does not start more than one daemon
|
|
|
|
|
2010-02-15 13:46:19 +00:00
|
|
|
* Mon Feb 15 2010 Jiri Skala <jskala@redhat.com> - 2.2.2-3
|
|
|
|
- fixes #565067 - FTBFS: ImplicitDSOLinking
|
|
|
|
|
2009-12-17 13:14:17 +00:00
|
|
|
* Thu Dec 17 2009 Jiri Skala <jskala@redhat.com> - 2.2.2-2
|
|
|
|
- corrected two patches due to fuzz 0
|
|
|
|
|
2009-12-17 09:09:05 +00:00
|
|
|
* Thu Dec 17 2009 Jiri Skala <jskala@redhat.com> - 2.2.2-1
|
|
|
|
- update to latest upstream
|
|
|
|
|
2009-11-23 13:37:04 +00:00
|
|
|
* Mon Nov 23 2009 Jiri Skala <jskala@rehat.com> - 2.2.0-6
|
|
|
|
- added lost default values of vsftpd.conf (rh patch)
|
|
|
|
|
2009-09-16 19:22:56 +00:00
|
|
|
* Wed Sep 16 2009 Tomas Mraz <tmraz@redhat.com> - 2.2.0-5
|
|
|
|
- use password-auth common PAM configuration instead of system-auth
|
|
|
|
|
2009-09-15 12:18:06 +00:00
|
|
|
* Mon Sep 14 2009 Jiri Skala <jskala@rehat.com> - 2.2.0-4
|
|
|
|
- modified init script to be LSB compliant
|
|
|
|
|
2009-09-08 11:05:03 +00:00
|
|
|
* Tue Sep 08 2009 Jiri Skala <jskala@rehat.com> - 2.2.0-3
|
|
|
|
- fixed bug messaged in RHEL-4 #479774 - Wildcard failures with vsftpd
|
|
|
|
|
2009-08-27 08:14:42 +00:00
|
|
|
* Thu Aug 27 2009 Tomas Mraz <tmraz@redhat.com> - 2.2.0-2
|
|
|
|
- rebuilt with new openssl
|
|
|
|
|
2009-08-24 15:01:45 +00:00
|
|
|
* Tue Aug 24 2009 Martin Nagy <mnagy@redhat.com> - 2.2.0-1
|
|
|
|
- update to latest upstream release 2.2.0
|
|
|
|
|
2009-08-04 06:23:01 +00:00
|
|
|
* Tue Aug 04 2009 Martin Nagy <mnagy@redhat.com> - 2.2.0-0.1.pre4
|
|
|
|
- update to latest upstream release
|
|
|
|
|
2009-07-27 06:59:10 +00:00
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-06-02 09:06:56 +00:00
|
|
|
* Tue Jun 02 2009 Jiri Skala <jskala@redhat.com> - 2.1.2-1
|
|
|
|
- updated to latest upstream version
|
|
|
|
|
2009-05-21 05:53:01 +00:00
|
|
|
* Thu May 21 2009 Jiri Skala <jskala@redhat.com> - 2.1.1-0.3
|
|
|
|
- fixed daemonize_plus patch
|
|
|
|
- fixed test in initscript [ -z "CONFS" ]
|
|
|
|
|
2009-05-04 14:37:06 +00:00
|
|
|
* Mon May 04 2009 Jiri Skala <jskala@redhat.com> - 2.1.1-0.2
|
|
|
|
- fixes daemonize patch
|
|
|
|
|
2009-05-04 14:09:08 +00:00
|
|
|
* Wed Apr 22 2009 Jiri Skala <jskala@redhat.com> - 2.1.0-3
|
|
|
|
- updated to latest upstream version
|
|
|
|
- improved daemonizing - init script gets correct return code if binding fails
|
|
|
|
- trim white spaces from option values
|
|
|
|
- fixed #483604 - vsftpd not honouring delay_failed_login when userlist active
|
|
|
|
|
2009-02-26 00:52:32 +00:00
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-02-24 08:21:29 +00:00
|
|
|
* Tue Feb 24 2009 Martin Nagy <mnagy@redhat.com> - 2.1.0-1
|
|
|
|
- update to latest upstream release
|
|
|
|
|
2009-01-23 19:20:40 +00:00
|
|
|
* Fri Jan 23 2009 Martin Nagy <mnagy@redhat.com> - 2.1.0-0.3.pre4
|
|
|
|
- update to latest upstream release
|
|
|
|
- enable ptrace sandbox again
|
|
|
|
- don't mark vsftpd_conf_migrate.sh as a config file
|
|
|
|
|
2009-01-16 18:14:14 +00:00
|
|
|
* Fri Jan 16 2009 Martin Nagy <mnagy@redhat.com> - 2.1.0-0.2.pre3
|
|
|
|
- disable ptrace sandbox to fix build on i386
|
|
|
|
|
2009-01-16 17:23:12 +00:00
|
|
|
* Fri Jan 16 2009 Martin Nagy <mnagy@redhat.com> - 2.1.0-0.1.pre3
|
|
|
|
- update to latest upstream release
|
|
|
|
- cleanup the spec file
|
|
|
|
- drop patches fixed upstream:
|
|
|
|
vsftpd-1.0.1-missingok.patch
|
|
|
|
vsftpd-1.2.1-nonrootconf.patch
|
|
|
|
vsftpd-2.0.1-tcp_wrappers.patch
|
|
|
|
vsftpd-2.0.2-signal.patch
|
|
|
|
vsftpd-2.0.3-daemonize_fds.patch
|
|
|
|
vsftpd-2.0.5-correct_comments.patch
|
|
|
|
vsftpd-2.0.5-pasv_dot.patch
|
|
|
|
vsftpd-2.0.5-write_race.patch
|
|
|
|
vsftpd-2.0.5-fix_unique.patch
|
|
|
|
vsftpd-2.0.5-uname_size.patch
|
|
|
|
vsftpd-2.0.5-bind_denied.patch
|
|
|
|
vsftpd-2.0.5-pam_end.patch
|
|
|
|
vsftpd-2.0.5-underscore_uname.patch
|
|
|
|
vsftpd-2.0.6-listen.patch
|
|
|
|
- join all configuration patches into one:
|
|
|
|
vsftpd-1.1.3-rh.patch
|
|
|
|
vsftpd-1.2.1-conffile.patch
|
|
|
|
vsftpd-2.0.1-dir.patch
|
|
|
|
vsftpd-2.0.1-server_args.patch
|
|
|
|
vsftpd-2.0.3-background.patch
|
|
|
|
vsftpd-2.0.5-default_ipv6.patch
|
|
|
|
vsftpd-2.0.5-add_ipv6_option.patch
|
|
|
|
vsftpd-2.0.5-man.patch
|
|
|
|
|
2008-09-09 03:53:37 +00:00
|
|
|
* Mon Sep 8 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.7-1
|
|
|
|
- fix license tag
|
|
|
|
- update to 2.0.7
|
|
|
|
|
2008-06-20 21:03:03 +00:00
|
|
|
* Fri Jun 20 2008 Dennis Gilmore <dennis@ausil.us> - 2.0.6-5
|
|
|
|
- add sparc arches to -fPIE list
|
|
|
|
|
2008-05-21 13:51:06 +00:00
|
|
|
* Wed May 21 2008 Martin Nagy <mnagy@redhat.com> - 2.0.6-4
|
|
|
|
- fix a small memory leak (#397011)
|
|
|
|
|
2008-03-31 21:17:57 +00:00
|
|
|
* Mon Mar 31 2008 Martin Nagy <mnagy@redhat.com> - 2.0.6-3
|
|
|
|
- set option listen to default to YES
|
|
|
|
|
2008-02-25 16:25:30 +00:00
|
|
|
* Mon Feb 25 2008 Martin Nagy <mnagy@redhat.com> - 2.0.6-2
|
|
|
|
- fix init script (#431452)
|
|
|
|
- make the init script LSB compliant (#247093)
|
|
|
|
|
2008-02-22 12:04:21 +00:00
|
|
|
* Fri Feb 22 2008 Martin Nagy <mnagy@redhat.com> - 2.0.6-1
|
|
|
|
- rebase for new upstream version
|
|
|
|
- remove patches that were fixed in upstream: kickline, confspell, anon_umask
|
|
|
|
|
2008-02-11 12:25:48 +00:00
|
|
|
* Mon Feb 11 2008 Martin Nagy <mnagy@redhat.com> - 2.0.5-22
|
|
|
|
- rebuild for gcc-4.3
|
|
|
|
|
2007-11-30 08:52:44 +00:00
|
|
|
* Fri Nov 30 2007 Martin Nagy <mnagy@redhat.com> - 2.0.5-21
|
|
|
|
- Remove uniq_rename patch.
|
|
|
|
- Correct create/lock race condition, original patch by <mpoole@redhat.com>
|
|
|
|
(#240550).
|
2007-11-30 11:22:50 +00:00
|
|
|
- Fix bad handling of unique files (#392231).
|
2007-11-30 12:03:00 +00:00
|
|
|
- Added userlist_log option.
|
2007-11-30 12:22:22 +00:00
|
|
|
- Allow usernames to begin with underscore or dot (#339911).
|
2007-11-30 13:34:01 +00:00
|
|
|
- Removed user_config patch.
|
|
|
|
- Fix nonrootconf patch (#400921).
|
2007-11-30 13:52:07 +00:00
|
|
|
- Increase maximum length of allowed username (#236326).
|
2007-12-03 12:16:17 +00:00
|
|
|
- Fix file listing issue with wildcard (#392181).
|
2007-12-04 08:02:50 +00:00
|
|
|
- Removed use_localtime patch (#243087).
|
2007-11-30 08:52:44 +00:00
|
|
|
|
2007-11-08 14:40:51 +00:00
|
|
|
* Thu Nov 08 2007 Martin Nagy <mnagy@redhat.com> - 2.0.5-20
|
|
|
|
- Correct calling of pam_end (#235843).
|
|
|
|
|
2007-08-29 04:53:04 +00:00
|
|
|
* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 2.0.5-19
|
|
|
|
- Rebuild for selinux ppc32 issue.
|
|
|
|
|
2007-07-10 14:21:25 +00:00
|
|
|
* Tue Jul 10 2007 Maros Barabas <mbarabas@redhat.com> - 2.0.5-18
|
|
|
|
- Add comment for xferlog_std_format
|
|
|
|
- Resolves #218260
|
|
|
|
|
2007-06-29 09:39:00 +00:00
|
|
|
* Fri Jun 29 2007 Maros Barabas <mbarabas@redhat.com> - 2.0.5-17
|
|
|
|
- Fix pasv dot after pasv response (RFC 959 page 40)
|
|
|
|
|
2007-04-04 13:13:55 +00:00
|
|
|
* Wed Apr 04 2007 Maros Barabas <mbarabas@redhat.com> - 2.0.5-16
|
|
|
|
- Merge review: - fix using %%{_var}, %%{_sbindir} and
|
|
|
|
%%{_sysconfigdir} macros for files and install
|
|
|
|
- fix BuildRoot
|
|
|
|
- dropped usermod, openssl & pam requirement
|
|
|
|
|
2007-03-20 21:48:02 +00:00
|
|
|
* Tue Mar 20 2007 Florian La Roche <laroche@redhat.com> - 2.0.5-15
|
|
|
|
- fix BuildPrereq
|
|
|
|
|
2007-01-30 10:16:01 +00:00
|
|
|
* Tue Jan 30 2007 Maros Barabas <mbarabas@redhat.com> - 2.0.5-14
|
|
|
|
- remove file upload permission problem
|
|
|
|
- change name of patch vsfptd-2.0.3-user_config
|
|
|
|
- Resolves #190193
|
|
|
|
|
2007-01-19 12:17:08 +00:00
|
|
|
* Fri Jan 19 2007 Maros Barabas <mbarabas@redhat.com> - 2.0.5-13
|
|
|
|
- add lost patch: don't die when no user config file is present
|
|
|
|
- Resolves #166986
|
|
|
|
|
2007-01-30 10:16:01 +00:00
|
|
|
* Thu Jan 18 2007 Radek Vokal <rvokal@redhat.com> - 2.0.5-12
|
2007-01-18 08:57:41 +00:00
|
|
|
- add dist tag
|
2007-01-18 09:07:07 +00:00
|
|
|
- add buildrequires tcp_wrappers-devel
|
2007-01-18 08:57:41 +00:00
|
|
|
|
2007-01-17 12:53:53 +00:00
|
|
|
* Wed Jan 17 2007 Maros Barabas <mbarabas@redhat.com> - 2.0.5-11
|
2007-01-17 12:52:52 +00:00
|
|
|
- add errno EACCES to not die by vsf_sysutil_bind
|
|
|
|
- Resolves #198677
|
|
|
|
|
2006-12-14 12:11:49 +00:00
|
|
|
* Thu Dec 14 2006 Maros Barabas <mbarabas@redhat.com> - 2.0.5-10
|
|
|
|
- correct man (5) pages
|
|
|
|
- Resolves: #216765
|
|
|
|
- correct calling function stat
|
|
|
|
- Resolves: bz200763
|
|
|
|
|
2006-12-04 16:24:57 +00:00
|
|
|
* Mon Dec 04 2006 Maros Barabas <mbarabas@redhat.com> - 2.0.5-9
|
|
|
|
- change BuildRequires tcp_wrappers to tcp_wrappers-devel
|
|
|
|
|
2006-08-28 15:46:01 +00:00
|
|
|
* Mon Aug 28 2006 Maros Barabas <mbarabas@redhat.com> - 2.0.5-8
|
|
|
|
- added forgotten patch to make filename filter (#174764)
|
|
|
|
|
2006-08-22 10:17:39 +00:00
|
|
|
* Tue Aug 22 2006 Maros Barabas <mbarabas@redhat.com> - 2.0.5-7
|
|
|
|
- correct paths of configuration files on man pages
|
|
|
|
|
2009-01-16 17:23:12 +00:00
|
|
|
* Tue Aug 15 2006 Maros Barabas <mbarabas@redhat.com> - 2.0.5-6
|
2006-08-15 09:45:41 +00:00
|
|
|
- correct comments
|
|
|
|
|
2009-01-16 17:23:12 +00:00
|
|
|
* Tue Aug 08 2006 Maros Barabas <mbarabas@redhat.com> - 2.0.5-5
|
2006-08-08 08:09:10 +00:00
|
|
|
- option to change listening to IPv6 protocol
|
|
|
|
|
2006-08-01 12:04:31 +00:00
|
|
|
* Thu Aug 01 2006 Maros Barabas <mbarabas@redhat.com> - 2.0.5-4
|
|
|
|
- listen to IPv4 connections in default conf file
|
|
|
|
|
2006-07-17 09:19:44 +00:00
|
|
|
* Mon Jul 17 2006 Radek Vokal <rvokal@redhat.com> - 2.0.5-3
|
|
|
|
- listen to IPv6 connections in default conf file
|
|
|
|
|
2006-07-13 15:21:59 +00:00
|
|
|
* Thu Jul 13 2006 Radek Vokal <rvokal@redhat.com> - 2.0.5-2
|
|
|
|
- add keyinit instructions to the vsftpd PAM script (#198637)
|
|
|
|
|
2006-07-12 13:39:35 +00:00
|
|
|
* Wed Jul 12 2006 Radek Vokal <rvokal@redhat.com> - 2.0.5-1
|
|
|
|
- upgrade to 2.0.5
|
|
|
|
- IE should now show the login dialog again (#191147)
|
|
|
|
|
2006-07-12 08:45:39 +00:00
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.0.4-1.2.1
|
|
|
|
- rebuild
|
|
|
|
|
2006-02-11 05:59:15 +00:00
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.0.4-1.2
|
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
2006-02-07 14:13:50 +00:00
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.0.4-1.1
|
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
2006-01-12 10:46:10 +00:00
|
|
|
* Thu Jan 12 2006 Radek Vokal <rvokal@redhat.com> 2.0.4-1
|
|
|
|
- upgrade to 2.0.4
|
|
|
|
- vsftpd now lock files for simultanous up/downloads (#162511)
|
|
|
|
|
2005-12-09 22:43:47 +00:00
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2005-11-09 08:58:28 +00:00
|
|
|
* Wed Nov 09 2005 Radek Vokal <rvokal@redhat.com> 2.0.3-12
|
|
|
|
- rebuilt against new openssl
|
|
|
|
- close std file descriptors
|
|
|
|
|
2005-10-04 11:30:20 +00:00
|
|
|
* Tue Oct 04 2005 Radek Vokal <rvokal@redhat.com> 2.0.3-11
|
|
|
|
- use include instead of pam_stack in pam config
|
|
|
|
|
2005-09-09 10:15:31 +00:00
|
|
|
* Fri Sep 09 2005 Radek Vokal <rvokal@redhat.com> 2.0.3-10
|
|
|
|
- vsfptd.log as a default log file has to be rotated (#167359)
|
|
|
|
- vsftpd does dns reverse before passing hosts to pam_access.so (#159745)
|
|
|
|
|
2005-08-31 10:04:25 +00:00
|
|
|
* Wed Aug 31 2005 Radek Vokal <rvokal@redhat.com> 2.0.3-9
|
|
|
|
- don't die when no user config file is present (#166986)
|
|
|
|
|
2005-08-09 12:22:29 +00:00
|
|
|
* Tue Aug 09 2005 Radek Vokal <rvokal@redhat.com> 2.0.3-8
|
|
|
|
- removed additional cmd line for ftp (#165083)
|
|
|
|
|
2005-08-04 09:09:49 +00:00
|
|
|
* Thu Aug 04 2005 Radek Vokal <rvokal@redhat.com> 2.0.3-7
|
|
|
|
- daemonize with file descriptors (#164998)
|
|
|
|
|
2005-06-30 08:14:36 +00:00
|
|
|
* Thu Jun 30 2005 Radek Vokal <rvokal@redhat.com> 2.0.3-6
|
|
|
|
- start in background as default, init script changed (#158714)
|
|
|
|
|
2005-06-27 09:11:36 +00:00
|
|
|
* Mon Jun 27 2005 Radek Vokal <rvokal@redhat.com> 2.0.3-5
|
|
|
|
- fixed requires for 64bit libs
|
|
|
|
|
2005-06-23 13:31:08 +00:00
|
|
|
* Thu Jun 23 2005 Radek Vokal <rvokal@redhat.com> 2.0.3-4
|
|
|
|
- fixed requires for pam_loginuid
|
|
|
|
|
2005-06-01 09:17:51 +00:00
|
|
|
* Wed Jun 01 2005 Radek Vokal <rvokal@redhat.com> 2.0.3-3
|
|
|
|
- vsftpd update for new audit system (#159223)
|
|
|
|
|
2005-05-27 08:41:15 +00:00
|
|
|
* Fri May 27 2005 Radek Vokal <rvokal@redhat.com> 2.0.3-2
|
|
|
|
- timezone fix, patch from suse.de (#158779)
|
|
|
|
|
2005-03-23 08:21:35 +00:00
|
|
|
* Wed Mar 23 2005 Radek Vokal <rvokal@redhat.com> 2.0.3-1
|
|
|
|
- new release, fixes #106416 and #134541
|
|
|
|
|
2005-03-14 12:07:23 +00:00
|
|
|
* Mon Mar 14 2005 Radek Vokal <rvokal@redhat.com> 2.0.3-pre2
|
2005-03-23 08:21:35 +00:00
|
|
|
- prerelease, fixes IPv6 issues
|
2005-03-14 12:07:23 +00:00
|
|
|
|
2005-03-14 08:13:06 +00:00
|
|
|
* Mon Mar 14 2005 Radek Vokal <rvokal@redhat.com> 2.0.2-1
|
2005-03-23 08:21:35 +00:00
|
|
|
- update to new release, several bug fixes
|
2005-03-14 08:13:06 +00:00
|
|
|
|
2005-03-02 10:15:42 +00:00
|
|
|
* Wed Mar 02 2005 Radek Vokal <rvokal@redhat.com> 2.0.1-10
|
|
|
|
- rebuilt against gcc4 and new openssl
|
|
|
|
|
2005-02-08 07:52:54 +00:00
|
|
|
* Mon Feb 07 2005 Radek Vokal <rvokal@redhat.com> 2.0.1-9
|
|
|
|
- don't allow to read non-root config files (#145548)
|
|
|
|
|
2005-01-10 08:35:23 +00:00
|
|
|
* Mon Jan 10 2005 Radek Vokal <rvokal@redhat.com> 2.0.1-8
|
|
|
|
- use localtime also in logs (#143687)
|
|
|
|
|
2004-12-14 11:29:24 +00:00
|
|
|
* Tue Dec 14 2004 Radek Vokal <rvokal@redhat.com> 2.0.1-7
|
|
|
|
- fixing directory in vsftpd.pam file (#142805)
|
|
|
|
|
2004-11-11 10:41:35 +00:00
|
|
|
* Mon Nov 11 2004 Radek Vokal <rvokal@redhat.com> 2.0.1-6
|
|
|
|
- vsftpd. files moved to /etc/vsftpd
|
|
|
|
- added vsftpd_conf_migrate.sh script for moving conf files
|
|
|
|
|
2004-10-04 06:34:03 +00:00
|
|
|
* Fri Oct 01 2004 Radek Vokal <rvokal@redhat.com> 2.0.1-5
|
|
|
|
- vsftpd under xinetd reads its config file (#134314)
|
|
|
|
|
2004-09-16 09:18:04 +00:00
|
|
|
* Thu Sep 16 2004 Radek Vokal <rvokal@redhat.com> 2.0.1-4
|
|
|
|
- spec file changed, ftp dir change commented (#130119)
|
|
|
|
- added doc files (#113056)
|
|
|
|
|
2004-09-09 14:09:55 +00:00
|
|
|
* Wed Sep 08 2004 Jan Kratochvil <project-vsftpd@jankratochvil.net>
|
|
|
|
- update for 2.0.1 for SSL
|
|
|
|
|
|
|
|
* Fri Aug 27 2004 Radek Vokal <rvokal@redhat.com> 2.0.1-2
|
2004-09-09 14:09:49 +00:00
|
|
|
- vsftpd.conf file changed, default IPv6 support
|
|
|
|
|
2004-09-09 14:09:55 +00:00
|
|
|
* Fri Aug 20 2004 Radek Vokal <rvokal@redhat.com> 2.0.1-1
|
2004-09-09 14:09:45 +00:00
|
|
|
- tcp_wrapper patch updated, signal patch updated
|
|
|
|
- upgrade to 2.0.1, fixes several bugs, RHEL and FC builds
|
|
|
|
|
2004-09-09 14:09:35 +00:00
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 14:09:28 +00:00
|
|
|
* Wed May 19 2004 Bill Nottingham <notting@redhat.com> 1.2.1-6
|
|
|
|
- fix the logrotate config (#116253)
|
|
|
|
|
2004-09-09 14:09:11 +00:00
|
|
|
* Mon May 3 2004 Bill Nottingham <notting@redhat.com> 1.2.1-5
|
|
|
|
- fix all references to vsftpd.conf to be /etc/vsftpd/vsftpd.conf,
|
|
|
|
including in the binary (#121199, #104075)
|
|
|
|
|
|
|
|
* Thu Mar 25 2004 Bill Nottingham <notting@redhat.com> 1.2.1-4
|
|
|
|
- don't call malloc()/free() in signal handlers (#119136,
|
|
|
|
<olivier.baudron@m4x.org>)
|
|
|
|
|
2004-09-09 14:08:06 +00:00
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 14:07:30 +00:00
|
|
|
* Mon Nov 24 2003 Karsten Hopp <karsten@redhat.de> 1.2.1-1
|
|
|
|
- update to 1.2.1, which fixes #89765 and lot of other issues
|
|
|
|
- remove manpage patch, it isn't required anymore
|
|
|
|
- clean up init script
|
|
|
|
- don't use script to find libs to link with (lib64 issues)
|
|
|
|
|
2004-09-09 14:07:23 +00:00
|
|
|
* Sun Oct 12 2003 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
- allow compiling without tcp_wrappers support
|
|
|
|
|
|
|
|
* Mon Sep 15 2003 Bill Nottingham <notting@redhat.com> 1.2.0-4
|
|
|
|
- fix errant newline (#104443)
|
|
|
|
|
|
|
|
* Fri Aug 8 2003 Bill Nottingham <notting@redhat.com> 1.2.0-3
|
|
|
|
- tweak man page (#84584, #72798)
|
|
|
|
- buildprereqs for pie (#99336)
|
|
|
|
- free ride through the build system to fix (#101582)
|
|
|
|
|
|
|
|
* Thu Jun 26 2003 Bill Nottingham <notting@redhat.com> 1.2.0-2
|
|
|
|
- update to 1.2.0
|
|
|
|
|
|
|
|
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Mon Apr 28 2003 Bill Nottingham <notting@redhat.com> 1.1.3-9
|
|
|
|
- fix tcp_wrappers usage (#89765, <dale@riyescott.com>)
|
|
|
|
|
2004-09-09 14:06:36 +00:00
|
|
|
* Fri Feb 28 2003 Nalin Dahyabhai <nalin@redhat.com> 1.1.3-8
|
|
|
|
- enable use of tcp_wrappers
|
|
|
|
|
2004-09-09 14:06:06 +00:00
|
|
|
* Tue Feb 11 2003 Bill Nottingham <notting@redhat.com> 1.1.3-7
|
|
|
|
- provide /var/ftp & /var/ftp/pub. obsolete anonftp.
|
|
|
|
|
|
|
|
* Mon Feb 10 2003 Bill Nottingham <notting@redhat.com> 1.1.3-6
|
|
|
|
- clean up comments in init script (#83962)
|
|
|
|
|
|
|
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Mon Dec 30 2002 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
- change to /etc/rc.d/init.d for better compatibility
|
|
|
|
|
|
|
|
* Mon Dec 16 2002 Bill Nottingham <notting@redhat.com> 1.1.3-3
|
|
|
|
- fix initscript perms
|
|
|
|
- fix typo in initscript (#76587)
|
|
|
|
|
|
|
|
* Fri Dec 13 2002 Bill Nottingham <notting@redhat.com> 1.1.3-2
|
|
|
|
- update to 1.1.3
|
|
|
|
- run standalone, don't run by default
|
|
|
|
- fix reqs
|
|
|
|
|
|
|
|
* Fri Nov 22 2002 Joe Orton <jorton@redhat.com> 1.1.0-3
|
|
|
|
- fix use with xinetd-ipv6; add flags=IPv4 in xinetd file (#78410)
|
|
|
|
|
2004-09-09 14:05:50 +00:00
|
|
|
* Tue Nov 12 2002 Nalin Dahyabhai <nalin@redhat.com> 1.0.1-9
|
|
|
|
- remove absolute paths from PAM configuration so that the right modules get
|
|
|
|
used for whichever arch we're built for on multilib systems
|
|
|
|
|
2004-09-09 14:05:20 +00:00
|
|
|
* Thu Aug 15 2002 Elliot Lee <sopwith@redhat.com> 1.0.1-8
|
|
|
|
- -D_FILE_OFFSET_BITS=64
|
|
|
|
- smp make
|
|
|
|
- remove forced optflags=-g for lack of supporting documentation
|
|
|
|
|
2004-09-09 14:05:04 +00:00
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
2004-09-09 14:04:55 +00:00
|
|
|
* Wed Apr 10 2002 Bill Nottingham <notting@redhat.com> 1.0.1-5
|
|
|
|
- don't spit out ugly errors if anonftp isn't installed (#62987)
|
|
|
|
- fix horribly broken userlist setup (#62321)
|
|
|
|
|
2007-04-04 13:13:55 +00:00
|
|
|
* Thu Feb 28 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.0.1-4
|
2004-09-09 14:04:47 +00:00
|
|
|
- s/Copyright/License/
|
|
|
|
- add "missingok" to the logrotate script, so we don't get errors
|
|
|
|
when nothing has happened
|
|
|
|
|
|
|
|
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
* Wed Nov 28 2001 Bill Nottingham <notting@redhat.com>
|
|
|
|
- initial packaging for RHL, munge included specfile
|
|
|
|
|
|
|
|
* Thu Mar 22 2001 Seth Vidal <skvidal@phy.duke.edu>
|
|
|
|
- updated to 0.0.15
|
|
|
|
- added entry for vsftpd.8 man page
|
|
|
|
- added entry for vsftpd.log logrotate file
|
|
|
|
- added TUNING file to docs list
|
|
|
|
|
|
|
|
* Wed Mar 7 2001 Seth Vidal <skvidal@phy.duke.edu>
|
|
|
|
- Updated to 0.0.14
|
2007-04-04 13:13:55 +00:00
|
|
|
- made %%files entry for man page
|
2004-09-09 14:04:47 +00:00
|
|
|
|
|
|
|
* Wed Feb 21 2001 Seth Vidal <skvidal@phy.duke.edu>
|
|
|
|
- Updated to 0.0.13
|
|
|
|
|
|
|
|
* Mon Feb 12 2001 Seth Vidal <skvidal@phy.duke.edu>
|
|
|
|
- Updated to 0.0.12
|
|
|
|
|
|
|
|
* Wed Feb 7 2001 Seth Vidal <skvidal@phy.duke.edu>
|
|
|
|
- updated to 0.0.11
|
|
|
|
|
|
|
|
* Fri Feb 1 2001 Seth Vidal <skvidal@phy.duke.edu>
|
|
|
|
- Update to 0.0.10
|
|
|
|
|
|
|
|
* Fri Feb 1 2001 Seth Vidal <skvidal@phy.duke.edu>
|
|
|
|
- First RPM packaging
|
|
|
|
- Stolen items from wu-ftpd's pam setup
|
|
|
|
- Separated rh 7 and rh 6.X's packages
|
|
|
|
- Built for Rh6
|