- removed additional cmd line for ftp (#165083)

This commit is contained in:
Radek Vokál 2005-08-09 12:22:29 +00:00
parent 0a533210fe
commit ca5d426fa0
2 changed files with 16 additions and 1 deletions

View File

@ -0,0 +1,10 @@
--- vsftpd-2.0.1/postlogin.c.suniq 2005-08-03 22:18:03.719180808 +0530
+++ vsftpd-2.0.1/postlogin.c 2005-08-03 22:17:25.910928536 +0530
@@ -1013,7 +1013,6 @@
struct mystr resp_str = INIT_MYSTR;
str_alloc_text(&resp_str, "FILE: ");
str_append_str(&resp_str, p_filename);
- vsf_cmdio_write_str(p_sess, FTP_DATACONN, &resp_str);
remote_fd = get_remote_transfer_fd(p_sess, str_getbuf(&resp_str));
str_free(&resp_str);
}

View File

@ -3,7 +3,7 @@
Summary: vsftpd - Very Secure Ftp Daemon
Name: vsftpd
Version: 2.0.3
Release: 7
Release: 8
License: GPL
Group: System Environment/Daemons
URL: http://vsftpd.beasts.org/
@ -28,6 +28,7 @@ Patch11: vsftpd-1.2.1-nonrootconf.patch
Patch12: vsftpd-2.0.1-tzfix.diff
Patch13: vsftpd-2.0.3-background.patch
Patch14: vsftpd-2.0.3-daemonize_fds.patch
Patch15: vsftpd-2.0.1-kickline.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
%if %{tcp_wrappers}
BuildPrereq: tcp_wrappers
@ -69,6 +70,7 @@ cp %{SOURCE1} .
%patch12 -p1 -b .tzfix
%patch13 -p1 -b .background
%patch14 -p1 -b .fds
%patch15 -p1 -b .kickline
%build
%ifarch s390x
@ -127,6 +129,9 @@ fi
/var/ftp
%changelog
* 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)