- update to latest upstream
This commit is contained in:
parent
dd18a3c0cb
commit
2af1024cae
@ -1 +1 @@
|
|||||||
vsftpd-2.2.0.tar.gz
|
vsftpd-2.2.2.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
e4eb190af270ae65d57a84274a38ec31 vsftpd-2.2.0.tar.gz
|
6d6bc136af14c23f8fef6f1a51f55418 vsftpd-2.2.2.tar.gz
|
||||||
|
@ -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 */
|
/* Process creation/exit/process handling */
|
||||||
unsigned int vsf_sysutil_getpid(void);
|
unsigned int vsf_sysutil_getpid(void);
|
||||||
+unsigned int vsf_sysutil_getppid(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(void);
|
||||||
int vsf_sysutil_fork_failok(void);
|
int vsf_sysutil_fork_failok(void);
|
||||||
@@ -182,6 +184,9 @@ int vsf_sysutil_wait_exited_normally(
|
@@ -182,6 +184,9 @@ int vsf_sysutil_wait_exited_normally(
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
%{!?tcp_wrappers:%define tcp_wrappers 1}
|
%{!?tcp_wrappers:%define tcp_wrappers 1}
|
||||||
|
|
||||||
Name: vsftpd
|
Name: vsftpd
|
||||||
Version: 2.2.0
|
Version: 2.2.2
|
||||||
Release: 6%{?dist}
|
Release: 1%{?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-1
|
||||||
|
- update to latest upstream
|
||||||
|
|
||||||
* Mon Nov 23 2009 Jiri Skala <jskala@rehat.com> - 2.2.0-6
|
* Mon Nov 23 2009 Jiri Skala <jskala@rehat.com> - 2.2.0-6
|
||||||
- added lost default values of vsftpd.conf (rh patch)
|
- added lost default values of vsftpd.conf (rh patch)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user