summaryrefslogtreecommitdiff
path: root/vsftpd
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2015-06-27 17:40:35 +0200
committerJuergen Daubert <jue@jue.li>2015-06-27 17:40:35 +0200
commitc16f1d7e7e026214952241654089c506bc93bd83 (patch)
tree8f75da9ea00bf9e6576f5d644adb5c41cfcad300 /vsftpd
parent570e0eef5b828e222d850f417f62046d5c942605 (diff)
downloadopt-c16f1d7e7e026214952241654089c506bc93bd83.tar.gz
opt-c16f1d7e7e026214952241654089c506bc93bd83.tar.xz
vsftpd: disable tcp_wrappers
Diffstat (limited to 'vsftpd')
-rw-r--r--vsftpd/.md5sum2
-rw-r--r--vsftpd/Pkgfile4
-rw-r--r--vsftpd/vsftpd-config.patch2
3 files changed, 4 insertions, 4 deletions
diff --git a/vsftpd/.md5sum b/vsftpd/.md5sum
index 4c56e1a2b..4acdbf06d 100644
--- a/vsftpd/.md5sum
+++ b/vsftpd/.md5sum
@@ -1,3 +1,3 @@
7f5bb0bcd0f3a54673157aaaee6f6c30 vsftpd
8b00c749719089401315bd3c44dddbb2 vsftpd-3.0.2.tar.gz
-5ac97dc3f1bb4a54cbbb329271af4159 vsftpd-config.patch
+e63aa87613fb5abcbd4c97afe2a15b92 vsftpd-config.patch
diff --git a/vsftpd/Pkgfile b/vsftpd/Pkgfile
index e441a617e..67aea526d 100644
--- a/vsftpd/Pkgfile
+++ b/vsftpd/Pkgfile
@@ -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)
diff --git a/vsftpd/vsftpd-config.patch b/vsftpd/vsftpd-config.patch
index 07dad0a58..2b1e94d01 100644
--- a/vsftpd/vsftpd-config.patch
+++ b/vsftpd/vsftpd-config.patch
@@ -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

Generated by cgit