fixes #717412 - Connection failures - patched by Takayuki Nagata
This commit is contained in:
parent
96a8543886
commit
e5485e4a2b
15
vsftpd-2.3.4-tout.patch
Normal file
15
vsftpd-2.3.4-tout.patch
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
--- vsftpd-2.3.4/sysutil.c.tout 2011-06-28 23:12:21.134196123 +0530
|
||||||
|
+++ vsftpd-2.3.4/sysutil.c 2011-06-28 23:48:20.622197105 +0530
|
||||||
|
@@ -1831,6 +1831,12 @@ vsf_sysutil_connect_timeout(int fd, cons
|
||||||
|
{
|
||||||
|
die("getsockopt");
|
||||||
|
}
|
||||||
|
+
|
||||||
|
+ if (retval != 0)
|
||||||
|
+ {
|
||||||
|
+ errno = retval;
|
||||||
|
+ retval = -1;
|
||||||
|
+ }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (wait_seconds > 0)
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: vsftpd
|
Name: vsftpd
|
||||||
Version: 2.3.4
|
Version: 2.3.4
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Very Secure Ftp Daemon
|
Summary: Very Secure Ftp Daemon
|
||||||
|
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -52,6 +52,7 @@ Patch14: vsftpd-2.2.0-wildchar.patch
|
|||||||
|
|
||||||
Patch16: vsftpd-2.2.2-clone.patch
|
Patch16: vsftpd-2.2.2-clone.patch
|
||||||
Patch17: vsftpd-2.2.2-v6only.patch
|
Patch17: vsftpd-2.2.2-v6only.patch
|
||||||
|
Patch18: vsftpd-2.3.4-tout.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
vsftpd is a Very Secure FTP daemon. It was written completely from
|
vsftpd is a Very Secure FTP daemon. It was written completely from
|
||||||
@ -78,6 +79,7 @@ cp %{SOURCE1} .
|
|||||||
%patch14 -p1 -b .wildchar
|
%patch14 -p1 -b .wildchar
|
||||||
%patch16 -p1 -b .clone
|
%patch16 -p1 -b .clone
|
||||||
%patch17 -p1 -b .v6only
|
%patch17 -p1 -b .v6only
|
||||||
|
%patch18 -p1 -b .tout
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ifarch s390x sparcv9 sparc64
|
%ifarch s390x sparcv9 sparc64
|
||||||
@ -142,6 +144,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 16 2011 Jiri Skala <jskala@redhat.com> - 2.3.4-2
|
||||||
|
- fixes #717412 - Connection failures - patched by Takayuki Nagata
|
||||||
|
|
||||||
* Wed Feb 16 2011 Jiri Skala <jskala@redhat.com> - 2.3.4-1
|
* Wed Feb 16 2011 Jiri Skala <jskala@redhat.com> - 2.3.4-1
|
||||||
- updated to latest upstream 2.3.4
|
- updated to latest upstream 2.3.4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user