diff options
-rw-r--r-- | package/vsftpd/vsftpd-dont-force-largefile.patch (renamed from package/vsftpd/vsftpd-2.3.4-dont-force-largefile.patch) | 0 | ||||
-rw-r--r-- | package/vsftpd/vsftpd.mk | 4 |
2 files changed, 3 insertions, 1 deletions
diff --git a/package/vsftpd/vsftpd-2.3.4-dont-force-largefile.patch b/package/vsftpd/vsftpd-dont-force-largefile.patch index b66c25efd..b66c25efd 100644 --- a/package/vsftpd/vsftpd-2.3.4-dont-force-largefile.patch +++ b/package/vsftpd/vsftpd-dont-force-largefile.patch diff --git a/package/vsftpd/vsftpd.mk b/package/vsftpd/vsftpd.mk index ce042c5ba..8d261c862 100644 --- a/package/vsftpd/vsftpd.mk +++ b/package/vsftpd/vsftpd.mk @@ -4,9 +4,11 @@ # ############################################################# -VSFTPD_VERSION = 2.3.5 +VSFTPD_VERSION = 3.0.2 VSFTPD_SITE = https://security.appspot.com/downloads VSFTPD_LIBS = -lcrypt +VSFTPD_LICENSE = GPLv2 +VSFTPD_LICENSE_FILES = COPYING define VSFTPD_ENABLE_SSL $(SED) 's/.*VSF_BUILD_SSL/#define VSF_BUILD_SSL/' $(@D)/builddefs.h |