- update to latest upstream

This commit is contained in:
Jiri Skala 2009-12-17 09:09:05 +00:00
parent dd18a3c0cb
commit 2af1024cae
4 changed files with 8 additions and 5 deletions

View File

@ -1 +1 @@
vsftpd-2.2.0.tar.gz
vsftpd-2.2.2.tar.gz

View File

@ -1 +1 @@
e4eb190af270ae65d57a84274a38ec31 vsftpd-2.2.0.tar.gz
6d6bc136af14c23f8fef6f1a51f55418 vsftpd-2.2.2.tar.gz

View File

@ -176,7 +176,7 @@ diff -up vsftpd-2.1.1/sysutil.h.daemonize_plus vsftpd-2.1.1/sysutil.h
/* Process creation/exit/process handling */
unsigned int vsf_sysutil_getpid(void);
+unsigned int vsf_sysutil_getppid(void);
void vsf_sysutil_clear_pid_cache(void);
void vsf_sysutil_post_fork(void);
int vsf_sysutil_fork(void);
int vsf_sysutil_fork_failok(void);
@@ -182,6 +184,9 @@ int vsf_sysutil_wait_exited_normally(

View File

@ -1,8 +1,8 @@
%{!?tcp_wrappers:%define tcp_wrappers 1}
Name: vsftpd
Version: 2.2.0
Release: 6%{?dist}
Version: 2.2.2
Release: 1%{?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-1
- update to latest upstream
* Mon Nov 23 2009 Jiri Skala <jskala@rehat.com> - 2.2.0-6
- added lost default values of vsftpd.conf (rh patch)