Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 633004 Details for
Bug 839257
vsftpd doesn't accept legacy ipv4 connections when set to listen on ipv6
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
vsftpd spec file with ipv6 update
vsftpd.spec (text/plain), 21.28 KB, created by
Paul Wouters
on 2012-10-24 19:46:23 UTC
(
hide
)
Description:
vsftpd spec file with ipv6 update
Filename:
MIME Type:
Creator:
Paul Wouters
Created:
2012-10-24 19:46:23 UTC
Size:
21.28 KB
patch
obsolete
>%{!?tcp_wrappers:%define tcp_wrappers 1} > >Name: vsftpd >Version: 2.2.2 >Release: 12%{?dist} >Summary: Very Secure Ftp Daemon > >Group: System Environment/Daemons ># OpenSSL link exception >License: GPLv2 with exceptions >URL: http://vsftpd.beasts.org/ >Source0: ftp://vsftpd.beasts.org/users/cevans/%{name}-%{version}.tar.gz >Source1: vsftpd.xinetd >Source2: vsftpd.pam >Source3: vsftpd.ftpusers >Source4: vsftpd.user_list >Source5: vsftpd.init >Source6: vsftpd_conf_migrate.sh >Source7: vsftpd6.init > >BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > >BuildRequires: pam-devel >BuildRequires: libcap-devel >BuildRequires: openssl-devel >%if %{tcp_wrappers} >BuildRequires: tcp_wrappers-devel >%endif > >Requires: logrotate >Requires (preun): /sbin/chkconfig >Requires (preun): /sbin/service >Requires (post): /sbin/chkconfig > ># 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 >Patch8: vsftpd-2.0.5-greedy.patch >Patch9: vsftpd-2.1.0-userlist_log.patch > >Patch10: vsftpd-2.1.0-trim.patch >Patch12: vsftpd-2.1.1-daemonize_plus.patch >Patch13: vsftpd-2.2.0-openssl.patch >Patch14: vsftpd-2.2.0-wildchar.patch >Patch15: vsftpd-2.2.2-clone.patch >Patch16: vsftpd-2.2.2-v6only.patch >Patch17: vsftpd-2.2.2-isolate.patch >Patch18: vsftpd-2.2.2-cve2011-0762.patch >Patch19: vsftpd-2.2.2-aslim.patch >Patch20: vsftpd-2.2.2-sqb.patch >Patch21: vsftpd-2.2.2-uint-uidgid.patch >Patch22: vsftpd-2.2.2-conn_fail.patch >Patch23: vsftpd-2.2.2-lookup.patch >Patch24: vsftpd-2.2.2-defval.patch >Patch25: vsftpd-2.2.2-sitehelp.patch >Patch26: vsftpd-2.2.2-logging.patch >Patch27: vsftpd-2.2.2-privop_pasv_listen.patch > >%description >vsftpd is a Very Secure FTP daemon. It was written completely from >scratch. > > >%prep >%setup -q -n %{name}-%{version} >cp %{SOURCE1} . > >%patch1 -p1 -b .libs >%patch2 -p1 -b .build_ssl >%if %{tcp_wrappers} >%patch3 -p1 -b .tcp_wrappers >%endif >%patch4 -p1 -b .configuration >%patch5 -p1 -b .pam_hostname >%patch6 -p1 -b .close_fds >%patch7 -p1 -b .filter >%patch8 -p1 -b .greedy >%patch9 -p1 -b .userlist_log >%patch10 -p1 -b .trim >%patch12 -p1 -b .daemonize_plus >%patch13 -p1 -b .openssl >%patch14 -p1 -b .wildchar >%patch15 -p1 -b .clone >%patch16 -p1 -b .v6only >%patch17 -p1 -b .isolate >%patch18 -p1 -b .cve2011-0762 >%patch19 -p1 -b .aslim >%patch20 -p1 -b .sqb >%patch21 -p1 -b .uint-uidgid >%patch22 -p1 -b .conn_fail >%patch23 -p1 -b .lookup >%patch24 -p1 -b .defval >%patch25 -p1 -b .sitehelp >%patch26 -p1 -b .logging >%patch27 -p1 -b .privop_pasv_listen > >%build >%ifarch s390x sparcv9 sparc64 >make CFLAGS="$RPM_OPT_FLAGS -fPIE -pipe -Wextra -Werror" \ >%else >make CFLAGS="$RPM_OPT_FLAGS -fpie -pipe -Wextra -Werror" \ >%endif > LINK="-pie -lssl" %{?_smp_mflags} > > >%install >rm -rf $RPM_BUILD_ROOT >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} >install -m 755 vsftpd $RPM_BUILD_ROOT%{_sbindir}/vsftpd >install -m 600 vsftpd.conf $RPM_BUILD_ROOT%{_sysconfdir}/vsftpd/vsftpd.conf >install -m 644 vsftpd.conf.5 $RPM_BUILD_ROOT/%{_mandir}/man5/ >install -m 644 vsftpd.8 $RPM_BUILD_ROOT/%{_mandir}/man8/ >install -m 644 RedHat/vsftpd.log $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/vsftpd >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 755 %{SOURCE7} $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/vsftpd6 >install -m 744 %{SOURCE6} $RPM_BUILD_ROOT%{_sysconfdir}/vsftpd/vsftpd_conf_migrate.sh > >mkdir -p $RPM_BUILD_ROOT/%{_var}/ftp/pub > ># vsftpd does not write pids, so we have to use a separate process name ># to avoid killing both v4 and v6 versions when stopping one >ln -s vsftpd $RPM_BUILD_ROOT%{_sbindir}/vsftpd6 > >%clean >rm -rf $RPM_BUILD_ROOT > > >%post >/sbin/chkconfig --add vsftpd >/sbin/chkconfig --add vsftpd6 > > >%preun >if [ $1 = 0 ]; then > /sbin/service vsftpd stop > /dev/null 2>&1 > /sbin/service vsftpd6 stop > /dev/null 2>&1 > /sbin/chkconfig --del vsftpd > /sbin/chkconfig --del vsftpd6 >fi > > >%files >%defattr(-,root,root,-) >%{_sbindir}/vsftpd >%{_sbindir}/vsftpd6 >%{_sysconfdir}/rc.d/init.d/vsftpd >%{_sysconfdir}/rc.d/init.d/vsftpd6 >%dir %{_sysconfdir}/vsftpd >%{_sysconfdir}/vsftpd/vsftpd_conf_migrate.sh >%config(noreplace) %{_sysconfdir}/vsftpd/ftpusers >%config(noreplace) %{_sysconfdir}/vsftpd/user_list >%config(noreplace) %{_sysconfdir}/vsftpd/vsftpd.conf >%config(noreplace) %{_sysconfdir}/pam.d/vsftpd >%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 >%{_mandir}/man5/vsftpd.conf.* >%{_mandir}/man8/vsftpd.* >%{_var}/ftp > > >%changelog >* Wed Oct 24 2012 Paul Wouters <pwouters@redhat.com> - 2.2.2-12 >- Add vsftpd6 service to allow running ipv4 and ipv6 using 1 config file > >* Fri Mar 02 2012 Jiri Skala <jskala@rehat.com> - 2.2.2-11 >- Resolves: #785084 - improved: vsftpd can not handle square brackets in ls > >* Mon Feb 13 2012 Jiri Skala <jskala@rehat.com> - 2.2.2-10 >- Resolves: #745133 - corrected doc for 'max_per_ip' and 'max_clients' default setting > >* Thu Feb 02 2012 Jiri Skala <jskala@rehat.com> - 2.2.2-9 >- Resolves: #785084 - vsftpd can not handle square brackets in ls >- Resolves: #785061 - vsftpd child terminates when listing files with UID/GID larger than signed in >- Resolves: #717411 - Connection failures during upload using PORT not handled cleanly >- Resolves: #752954 - Disabling Reverse DNS lookups in VSFTPd >- Resolves: #745133 - vsftpd: documentation for 'max_per_ip' default setting is wrong >- Resolves: #765757 - SITE HELP offers CHMOD even when it is disabled/unavailable >- Resolves: #701300 - vsftpd.conf lists incorrect default value for xferlog_file >- Resolvse: #785642 - Invalid error recovery in vsf_privop_pasv_listen() > >* Mon Dec 12 2011 Jiri Skala <jskala@rehat.com> - 2.2.2-8 >- Resolves: #708657 - Update to rhel 6.1 broke vsftpd authentication when using ldap > >* Thu Mar 03 2011 Jiri Skala <jskala@rehat.com> - 2.2.2-7 >- Resolves: #681892 - CVE-2011-0762 vsftpd: remote DoS via crafted glob patter > >* Wed May 26 2010 Jiri Skala <jskala@rehat.com> - 2.2.2-6 >- Resolves: #595617 - options "isolate" & "isolate_network" not documented > >* Mon May 17 2010 Jiri Skala <jskala@rehat.com> - 2.2.2-5 >- Resolves: #592850 - vsftp binds to both ipv4 and ipv6 addresses when listen_ipv6 is enabled > >* Thu May 13 2010 Jiri Skala <jskala@rehat.com> - 2.2.2-4 >- Resolves: #548802 - vsftpd gets sig=11 when user attempts to login > >* Tue Mar 16 2010 Jiri Skala <jskala@rehat.com> - 2.2.2-3 >- Resolves: #540818 - Local user access denied by default vsftpd.conf >- Resolves: #580521 - vsftpd issues in RHEL5.4 (cloned) > >* Tue Mar 16 2010 Jiri Skala <jskala@rehat.com> - 2.2.2-2 >- Resolves: #574038 - /etc/init.d/vsftpd does not start more than one daemon > >* Thu Jan 14 2010 Jiri Skala <jskala@rehat.com> - 2.2.2-1 >- Resolves: #555321 - vsftpd segfaults with passive mode and SSL >- updated to latest upstream version - fixes the bug #555321 > >* Mon Nov 23 2009 Dennis Gregorovic <dgregor@redhat.com> - 2.2.0-5.1 >- Rebuilt for RHEL 6 > >* Wed Sep 16 2009 Tomas Mraz <tmraz@redhat.com> - 2.2.0-5 >- use password-auth common PAM configuration instead of system-auth > >* Mon Sep 14 2009 Jiri Skala <jskala@rehat.com> - 2.2.0-4 >- modified init script to be LSB compliant > >* Tue Sep 08 2009 Jiri Skala <jskala@rehat.com> - 2.2.0-3 >- fixed bug messaged in RHEL-4 #479774 - Wildcard failures with vsftpd > >* Thu Aug 27 2009 Tomas Mraz <tmraz@redhat.com> - 2.2.0-2 >- rebuilt with new openssl > >* Tue Aug 24 2009 Martin Nagy <mnagy@redhat.com> - 2.2.0-1 >- update to latest upstream release 2.2.0 > >* Tue Aug 04 2009 Martin Nagy <mnagy@redhat.com> - 2.2.0-0.1.pre4 >- update to latest upstream release > >* 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 > >* Tue Jun 02 2009 Jiri Skala <jskala@redhat.com> - 2.1.2-1 >- updated to latest upstream version > >* Thu May 21 2009 Jiri Skala <jskala@redhat.com> - 2.1.1-0.3 >- fixed daemonize_plus patch >- fixed test in initscript [ -z "CONFS" ] > >* Mon May 04 2009 Jiri Skala <jskala@redhat.com> - 2.1.1-0.2 >- fixes daemonize patch > >* 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 > >* 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 > >* Tue Feb 24 2009 Martin Nagy <mnagy@redhat.com> - 2.1.0-1 >- update to latest upstream release > >* 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 > >* Fri Jan 16 2009 Martin Nagy <mnagy@redhat.com> - 2.1.0-0.2.pre3 >- disable ptrace sandbox to fix build on i386 > >* 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 > >* Mon Sep 8 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.7-1 >- fix license tag >- update to 2.0.7 > >* Fri Jun 20 2008 Dennis Gilmore <dennis@ausil.us> - 2.0.6-5 >- add sparc arches to -fPIE list > >* Wed May 21 2008 Martin Nagy <mnagy@redhat.com> - 2.0.6-4 >- fix a small memory leak (#397011) > >* Mon Mar 31 2008 Martin Nagy <mnagy@redhat.com> - 2.0.6-3 >- set option listen to default to YES > >* Mon Feb 25 2008 Martin Nagy <mnagy@redhat.com> - 2.0.6-2 >- fix init script (#431452) >- make the init script LSB compliant (#247093) > >* 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 > >* Mon Feb 11 2008 Martin Nagy <mnagy@redhat.com> - 2.0.5-22 >- rebuild for gcc-4.3 > >* 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). >- Fix bad handling of unique files (#392231). >- Added userlist_log option. >- Allow usernames to begin with underscore or dot (#339911). >- Removed user_config patch. >- Fix nonrootconf patch (#400921). >- Increase maximum length of allowed username (#236326). >- Fix file listing issue with wildcard (#392181). >- Removed use_localtime patch (#243087). > >* Thu Nov 08 2007 Martin Nagy <mnagy@redhat.com> - 2.0.5-20 >- Correct calling of pam_end (#235843). > >* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 2.0.5-19 >- Rebuild for selinux ppc32 issue. > >* Tue Jul 10 2007 Maros Barabas <mbarabas@redhat.com> - 2.0.5-18 >- Add comment for xferlog_std_format >- Resolves #218260 > >* Fri Jun 29 2007 Maros Barabas <mbarabas@redhat.com> - 2.0.5-17 >- Fix pasv dot after pasv response (RFC 959 page 40) > >* 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 > >* Tue Mar 20 2007 Florian La Roche <laroche@redhat.com> - 2.0.5-15 >- fix BuildPrereq > >* 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 > >* 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 > >* Thu Jan 18 2007 Radek Vokal <rvokal@redhat.com> - 2.0.5-12 >- add dist tag >- add buildrequires tcp_wrappers-devel > >* Wed Jan 17 2007 Maros Barabas <mbarabas@redhat.com> - 2.0.5-11 >- add errno EACCES to not die by vsf_sysutil_bind >- Resolves #198677 > >* 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 > >* Mon Dec 04 2006 Maros Barabas <mbarabas@redhat.com> - 2.0.5-9 >- change BuildRequires tcp_wrappers to tcp_wrappers-devel > >* Mon Aug 28 2006 Maros Barabas <mbarabas@redhat.com> - 2.0.5-8 >- added forgotten patch to make filename filter (#174764) > >* Tue Aug 22 2006 Maros Barabas <mbarabas@redhat.com> - 2.0.5-7 >- correct paths of configuration files on man pages > >* Tue Aug 15 2006 Maros Barabas <mbarabas@redhat.com> - 2.0.5-6 >- correct comments > >* Tue Aug 08 2006 Maros Barabas <mbarabas@redhat.com> - 2.0.5-5 >- option to change listening to IPv6 protocol > >* Thu Aug 01 2006 Maros Barabas <mbarabas@redhat.com> - 2.0.5-4 >- listen to IPv4 connections in default conf file > >* Mon Jul 17 2006 Radek Vokal <rvokal@redhat.com> - 2.0.5-3 >- listen to IPv6 connections in default conf file > >* Thu Jul 13 2006 Radek Vokal <rvokal@redhat.com> - 2.0.5-2 >- add keyinit instructions to the vsftpd PAM script (#198637) > >* 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) > >* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.0.4-1.2.1 >- rebuild > >* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.0.4-1.2 >- bump again for double-long bug on ppc(64) > >* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.0.4-1.1 >- rebuilt for new gcc4.1 snapshot and glibc changes > >* 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) > >* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com> >- rebuilt > >* Wed Nov 09 2005 Radek Vokal <rvokal@redhat.com> 2.0.3-12 >- rebuilt against new openssl >- close std file descriptors > >* Tue Oct 04 2005 Radek Vokal <rvokal@redhat.com> 2.0.3-11 >- use include instead of pam_stack in pam config > >* 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) > >* Wed Aug 31 2005 Radek Vokal <rvokal@redhat.com> 2.0.3-9 >- don't die when no user config file is present (#166986) > >* Tue Aug 09 2005 Radek Vokal <rvokal@redhat.com> 2.0.3-8 >- removed additional cmd line for ftp (#165083) > >* Thu Aug 04 2005 Radek Vokal <rvokal@redhat.com> 2.0.3-7 >- daemonize with file descriptors (#164998) > >* Thu Jun 30 2005 Radek Vokal <rvokal@redhat.com> 2.0.3-6 >- start in background as default, init script changed (#158714) > >* Mon Jun 27 2005 Radek Vokal <rvokal@redhat.com> 2.0.3-5 >- fixed requires for 64bit libs > >* Thu Jun 23 2005 Radek Vokal <rvokal@redhat.com> 2.0.3-4 >- fixed requires for pam_loginuid > >* Wed Jun 01 2005 Radek Vokal <rvokal@redhat.com> 2.0.3-3 >- vsftpd update for new audit system (#159223) > >* Fri May 27 2005 Radek Vokal <rvokal@redhat.com> 2.0.3-2 >- timezone fix, patch from suse.de (#158779) > >* Wed Mar 23 2005 Radek Vokal <rvokal@redhat.com> 2.0.3-1 >- new release, fixes #106416 and #134541 > >* Mon Mar 14 2005 Radek Vokal <rvokal@redhat.com> 2.0.3-pre2 >- prerelease, fixes IPv6 issues > >* Mon Mar 14 2005 Radek Vokal <rvokal@redhat.com> 2.0.2-1 >- update to new release, several bug fixes > >* Wed Mar 02 2005 Radek Vokal <rvokal@redhat.com> 2.0.1-10 >- rebuilt against gcc4 and new openssl > >* Mon Feb 07 2005 Radek Vokal <rvokal@redhat.com> 2.0.1-9 >- don't allow to read non-root config files (#145548) > >* Mon Jan 10 2005 Radek Vokal <rvokal@redhat.com> 2.0.1-8 >- use localtime also in logs (#143687) > >* Tue Dec 14 2004 Radek Vokal <rvokal@redhat.com> 2.0.1-7 >- fixing directory in vsftpd.pam file (#142805) > >* 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 > >* Fri Oct 01 2004 Radek Vokal <rvokal@redhat.com> 2.0.1-5 >- vsftpd under xinetd reads its config file (#134314) > >* 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) > >* 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 >- vsftpd.conf file changed, default IPv6 support > >* Fri Aug 20 2004 Radek Vokal <rvokal@redhat.com> 2.0.1-1 >- tcp_wrapper patch updated, signal patch updated >- upgrade to 2.0.1, fixes several bugs, RHEL and FC builds > >* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com> >- rebuilt > >* Wed May 19 2004 Bill Nottingham <notting@redhat.com> 1.2.1-6 >- fix the logrotate config (#116253) > >* 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>) > >* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> >- rebuilt > >* 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) > >* 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>) > >* Fri Feb 28 2003 Nalin Dahyabhai <nalin@redhat.com> 1.1.3-8 >- enable use of tcp_wrappers > >* 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) > >* 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 > >* 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 > >* Fri Jun 21 2002 Tim Powers <timp@redhat.com> >- automated rebuild > >* Thu May 23 2002 Tim Powers <timp@redhat.com> >- automated rebuild > >* 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) > >* Thu Feb 28 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.0.1-4 >- 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 >- made %%files entry for man page > >* 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 839257
:
633003
| 633004