vsftpd: disable tcp_wrappers
This commit is contained in:
parent
570e0eef5b
commit
c16f1d7e7e
@ -1,3 +1,3 @@
|
||||
7f5bb0bcd0f3a54673157aaaee6f6c30 vsftpd
|
||||
8b00c749719089401315bd3c44dddbb2 vsftpd-3.0.2.tar.gz
|
||||
5ac97dc3f1bb4a54cbbb329271af4159 vsftpd-config.patch
|
||||
e63aa87613fb5abcbd4c97afe2a15b92 vsftpd-config.patch
|
||||
|
@ -1,11 +1,11 @@
|
||||
# Description: Probably the most secure and fastest FTP server
|
||||
# URL: http://vsftpd.beasts.org
|
||||
# Maintainer: Juergen Daubert, jue at crux dot nu
|
||||
# Depends on: openssl libcap tcp_wrappers
|
||||
# Depends on: openssl libcap
|
||||
|
||||
name=vsftpd
|
||||
version=3.0.2
|
||||
release=1
|
||||
release=2
|
||||
source=(https://security.appspot.com/downloads/$name-$version.tar.gz \
|
||||
$name-config.patch vsftpd)
|
||||
|
||||
|
@ -46,7 +46,7 @@ diff -Nru vsftpd-3.0.0.orig/builddefs.h vsftpd-3.0.0/builddefs.h
|
||||
-#undef VSF_BUILD_TCPWRAPPERS
|
||||
-#define VSF_BUILD_PAM
|
||||
-#undef VSF_BUILD_SSL
|
||||
+#define VSF_BUILD_TCPWRAPPERS
|
||||
+#undef VSF_BUILD_TCPWRAPPERS
|
||||
+#undef VSF_BUILD_PAM
|
||||
+#define VSF_BUILD_SSL
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user