- corrected two patches due to fuzz 0

This commit is contained in:
Jiri Skala 2009-12-17 13:14:17 +00:00
parent 2af1024cae
commit 8458fa9dff
3 changed files with 7 additions and 4 deletions

View File

@ -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
# default to avoid remote users being able to cause excessive I/O on large
@@ -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 !!
#listen_ipv6=YES
+

View File

@ -105,8 +105,8 @@ diff -up vsftpd-2.1.1/sysutil.c.daemonize_plus vsftpd-2.1.1/sysutil.c
vsf_sysutil_fork(void)
{
@@ -2807,3 +2816,53 @@ vsf_sysutil_set_no_fds()
{
s_current_pid = -1;
s_sig_details[i].pending = 0;
}
}
+
+static struct sigaction sigalr, sigusr1;

View File

@ -2,7 +2,7 @@
Name: vsftpd
Version: 2.2.2
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Very Secure Ftp Daemon
Group: System Environment/Daemons
@ -139,6 +139,9 @@ fi
%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
- update to latest upstream