- removed additional cmd line for ftp (#165083)
This commit is contained in:
parent
0a533210fe
commit
ca5d426fa0
10
vsftpd-2.0.1-kickline.patch
Normal file
10
vsftpd-2.0.1-kickline.patch
Normal 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);
|
||||||
|
}
|
@ -3,7 +3,7 @@
|
|||||||
Summary: vsftpd - Very Secure Ftp Daemon
|
Summary: vsftpd - Very Secure Ftp Daemon
|
||||||
Name: vsftpd
|
Name: vsftpd
|
||||||
Version: 2.0.3
|
Version: 2.0.3
|
||||||
Release: 7
|
Release: 8
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
URL: http://vsftpd.beasts.org/
|
URL: http://vsftpd.beasts.org/
|
||||||
@ -28,6 +28,7 @@ Patch11: vsftpd-1.2.1-nonrootconf.patch
|
|||||||
Patch12: vsftpd-2.0.1-tzfix.diff
|
Patch12: vsftpd-2.0.1-tzfix.diff
|
||||||
Patch13: vsftpd-2.0.3-background.patch
|
Patch13: vsftpd-2.0.3-background.patch
|
||||||
Patch14: vsftpd-2.0.3-daemonize_fds.patch
|
Patch14: vsftpd-2.0.3-daemonize_fds.patch
|
||||||
|
Patch15: vsftpd-2.0.1-kickline.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||||
%if %{tcp_wrappers}
|
%if %{tcp_wrappers}
|
||||||
BuildPrereq: tcp_wrappers
|
BuildPrereq: tcp_wrappers
|
||||||
@ -69,6 +70,7 @@ cp %{SOURCE1} .
|
|||||||
%patch12 -p1 -b .tzfix
|
%patch12 -p1 -b .tzfix
|
||||||
%patch13 -p1 -b .background
|
%patch13 -p1 -b .background
|
||||||
%patch14 -p1 -b .fds
|
%patch14 -p1 -b .fds
|
||||||
|
%patch15 -p1 -b .kickline
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ifarch s390x
|
%ifarch s390x
|
||||||
@ -127,6 +129,9 @@ fi
|
|||||||
/var/ftp
|
/var/ftp
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Aug 04 2005 Radek Vokal <rvokal@redhat.com> 2.0.3-7
|
||||||
- daemonize with file descriptors (#164998)
|
- daemonize with file descriptors (#164998)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user