From 41ab224df12b8487004a1522b4f671680c082954 Mon Sep 17 00:00:00 2001 From: Leo Date: Mon, 16 Mar 2020 02:26:02 -0300 Subject: community/*: move lots of stuff from main and modernize --- community/vsftpd/vsftpd-enable-ssl.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 community/vsftpd/vsftpd-enable-ssl.patch (limited to 'community/vsftpd/vsftpd-enable-ssl.patch') diff --git a/community/vsftpd/vsftpd-enable-ssl.patch b/community/vsftpd/vsftpd-enable-ssl.patch new file mode 100644 index 0000000000..93469e6fdc --- /dev/null +++ b/community/vsftpd/vsftpd-enable-ssl.patch @@ -0,0 +1,11 @@ +--- a/builddefs.h.orig Sun Mar 1 15:18:09 2009 ++++ b/builddefs.h Sun Mar 1 15:15:24 2009 +@@ -3,7 +3,7 @@ + + #undef VSF_BUILD_TCPWRAPPERS + #define VSF_BUILD_PAM +-#undef VSF_BUILD_SSL ++#define VSF_BUILD_SSL + + #endif /* VSF_BUILDDEFS_H */ + -- cgit v1.2.3