auto-import changelog data from vsftpd-2.0.1-1.src.rpm
Fri Aug 20 2004 Radek Vokal <rvokal@redhat.com> - tcp_wrapper patch updated, signal patch updated - upgrade to 2.0.1, fixes several bugs, RHEL and FC builds
This commit is contained in:
parent
d0a62d3386
commit
7144502694
@ -1 +1 @@
|
|||||||
vsftpd-1.2.1.tar.gz
|
vsftpd-2.0.1.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
3dd254f9c9c1aea370b2f1ff6212af6e vsftpd-1.2.1.tar.gz
|
63838791ec8b1375ed154fb2603e52e9 vsftpd-2.0.1.tar.gz
|
||||||
|
29
vsftpd-2.0.1-tcp_wrappers.patch
Normal file
29
vsftpd-2.0.1-tcp_wrappers.patch
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
--- vsftpd-1.2.0/tcpwrap.c.tcp_wrappers2 2003-01-13 20:55:21.000000000 -0500
|
||||||
|
+++ vsftpd-1.2.0/tcpwrap.c 2003-06-24 21:36:04.000000000 -0400
|
||||||
|
@@ -31,12 +31,15 @@
|
||||||
|
vsf_tcp_wrapper_ok(int remote_fd)
|
||||||
|
{
|
||||||
|
struct request_info req;
|
||||||
|
+ openlog("vsftpd", LOG_PID, LOG_FTP);
|
||||||
|
request_init(&req, RQ_DAEMON, "vsftpd", RQ_FILE, remote_fd, 0);
|
||||||
|
fromhost(&req);
|
||||||
|
if (!hosts_access(&req))
|
||||||
|
{
|
||||||
|
+ closelog();
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
+ closelog();
|
||||||
|
return 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
--- vsftpd-work/builddefs.h.tcp_wrappers 2004-08-20 09:57:08.000000000 +0200
|
||||||
|
+++ vsftpd-work/builddefs.h 2004-08-20 10:09:11.619830424 +0200
|
||||||
|
@@ -1,7 +1,7 @@
|
||||||
|
#ifndef VSF_BUILDDEFS_H
|
||||||
|
#define VSF_BUILDDEFS_H
|
||||||
|
|
||||||
|
-#undef VSF_BUILD_TCPWRAPPERS
|
||||||
|
+#define VSF_BUILD_TCPWRAPPERS
|
||||||
|
#define VSF_BUILD_PAM
|
||||||
|
#undef VSF_BUILD_SSL
|
||||||
|
|
12
vsftpd.spec
12
vsftpd.spec
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
Summary: vsftpd - Very Secure Ftp Daemon
|
Summary: vsftpd - Very Secure Ftp Daemon
|
||||||
Name: vsftpd
|
Name: vsftpd
|
||||||
Version: 1.2.1
|
Version: 2.0.1
|
||||||
Release: 7
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
URL: http://vsftpd.beasts.org/
|
URL: http://vsftpd.beasts.org/
|
||||||
@ -15,9 +15,9 @@ Source4: vsftpd.user_list
|
|||||||
Source5: vsftpd.init
|
Source5: vsftpd.init
|
||||||
Patch1: vsftpd-1.1.3-rh.patch
|
Patch1: vsftpd-1.1.3-rh.patch
|
||||||
Patch2: vsftpd-1.0.1-missingok.patch
|
Patch2: vsftpd-1.0.1-missingok.patch
|
||||||
Patch3: vsftpd-1.2.0-tcp_wrappers.patch
|
Patch3: vsftpd-2.0.1-tcp_wrappers.patch
|
||||||
Patch4: vsftpd-1.5.1-libs.patch
|
Patch4: vsftpd-1.5.1-libs.patch
|
||||||
Patch5: vsftpd-1.2.1-signal.patch
|
Patch5: vsftpd-2.0.1-signal.patch
|
||||||
Patch6: vsftpd-1.2.1-conffile.patch
|
Patch6: vsftpd-1.2.1-conffile.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||||
%if %{tcp_wrappers}
|
%if %{tcp_wrappers}
|
||||||
@ -102,6 +102,10 @@ fi
|
|||||||
/var/ftp
|
/var/ftp
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 20 2004 Radek Vokal <rvokal@redhat.com>
|
||||||
|
- tcp_wrapper patch updated, signal patch updated
|
||||||
|
- upgrade to 2.0.1, fixes several bugs, RHEL and FC builds
|
||||||
|
|
||||||
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
||||||
- rebuilt
|
- rebuilt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user