rpms/vsftpd/devel vsftpd-2.0.1-kickline.patch, NONE, 1.1 vsftpd.spec, 1.33, 1.34

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Aug 9 12:22:32 UTC 2005


Author: rvokal

Update of /cvs/dist/rpms/vsftpd/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv2366

Modified Files:
	vsftpd.spec 
Added Files:
	vsftpd-2.0.1-kickline.patch 
Log Message:
 - removed additional cmd line for ftp (#165083)

vsftpd-2.0.1-kickline.patch:
 postlogin.c |    1 -
 1 files changed, 1 deletion(-)

--- NEW FILE vsftpd-2.0.1-kickline.patch ---
--- 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);
   }


Index: vsftpd.spec
===================================================================
RCS file: /cvs/dist/rpms/vsftpd/devel/vsftpd.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- vsftpd.spec	4 Aug 2005 09:09:49 -0000	1.33
+++ vsftpd.spec	9 Aug 2005 12:22:29 -0000	1.34
@@ -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 @@
 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 @@
 %patch12 -p1 -b .tzfix
 %patch13 -p1 -b .background
 %patch14 -p1 -b .fds
+%patch15 -p1 -b .kickline
 
 %build
 %ifarch s390x
@@ -127,6 +129,9 @@
 /var/ftp
 
 %changelog
+* Tue Aug 09 2005 Radek Vokal <rvokal at redhat.com> 2.0.3-8
+- removed additional cmd line for ftp (#165083)
+
 * Thu Aug 04 2005 Radek Vokal <rvokal at redhat.com> 2.0.3-7
 - daemonize with file descriptors (#164998)
 




More information about the fedora-cvs-commits mailing list