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:
cvsdist 2004-09-09 14:09:45 +00:00
parent d0a62d3386
commit 7144502694
4 changed files with 39 additions and 6 deletions

View File

@ -1 +1 @@
vsftpd-1.2.1.tar.gz
vsftpd-2.0.1.tar.gz

View File

@ -1 +1 @@
3dd254f9c9c1aea370b2f1ff6212af6e vsftpd-1.2.1.tar.gz
63838791ec8b1375ed154fb2603e52e9 vsftpd-2.0.1.tar.gz

View 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

View File

@ -2,8 +2,8 @@
Summary: vsftpd - Very Secure Ftp Daemon
Name: vsftpd
Version: 1.2.1
Release: 7
Version: 2.0.1
Release: 1
License: GPL
Group: System Environment/Daemons
URL: http://vsftpd.beasts.org/
@ -15,9 +15,9 @@ Source4: vsftpd.user_list
Source5: vsftpd.init
Patch1: vsftpd-1.1.3-rh.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
Patch5: vsftpd-1.2.1-signal.patch
Patch5: vsftpd-2.0.1-signal.patch
Patch6: vsftpd-1.2.1-conffile.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
%if %{tcp_wrappers}
@ -102,6 +102,10 @@ fi
/var/ftp
%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>
- rebuilt