- corrected two patches due to fuzz 0
This commit is contained in:
parent
2af1024cae
commit
8458fa9dff
@ -433,7 +433,7 @@ diff -up vsftpd-2.2.0/vsftpd.conf.configuration vsftpd-2.2.0/vsftpd.conf
|
|||||||
# You may activate the "-R" option to the builtin ls. This is disabled by
|
# You may activate the "-R" option to the builtin ls. This is disabled by
|
||||||
# default to avoid remote users being able to cause excessive I/O on large
|
# default to avoid remote users being able to cause excessive I/O on large
|
||||||
@@ -112,3 +112,7 @@ listen=YES
|
@@ -112,3 +112,7 @@ listen=YES
|
||||||
# sockets, you must run two copies of vsftpd whith two configuration files.
|
# sockets, you must run two copies of vsftpd with two configuration files.
|
||||||
# Make sure, that one of the listen options is commented !!
|
# Make sure, that one of the listen options is commented !!
|
||||||
#listen_ipv6=YES
|
#listen_ipv6=YES
|
||||||
+
|
+
|
||||||
|
@ -105,8 +105,8 @@ diff -up vsftpd-2.1.1/sysutil.c.daemonize_plus vsftpd-2.1.1/sysutil.c
|
|||||||
vsf_sysutil_fork(void)
|
vsf_sysutil_fork(void)
|
||||||
{
|
{
|
||||||
@@ -2807,3 +2816,53 @@ vsf_sysutil_set_no_fds()
|
@@ -2807,3 +2816,53 @@ vsf_sysutil_set_no_fds()
|
||||||
{
|
s_sig_details[i].pending = 0;
|
||||||
s_current_pid = -1;
|
}
|
||||||
}
|
}
|
||||||
+
|
+
|
||||||
+static struct sigaction sigalr, sigusr1;
|
+static struct sigaction sigalr, sigusr1;
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: vsftpd
|
Name: vsftpd
|
||||||
Version: 2.2.2
|
Version: 2.2.2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Very Secure Ftp Daemon
|
Summary: Very Secure Ftp Daemon
|
||||||
|
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -139,6 +139,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 17 2009 Jiri Skala <jskala@redhat.com> - 2.2.2-2
|
||||||
|
- corrected two patches due to fuzz 0
|
||||||
|
|
||||||
* Thu Dec 17 2009 Jiri Skala <jskala@redhat.com> - 2.2.2-1
|
* Thu Dec 17 2009 Jiri Skala <jskala@redhat.com> - 2.2.2-1
|
||||||
- update to latest upstream
|
- update to latest upstream
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user