vsftpd: bump to version 3.0.2

Bump vsftpd to version 3.0.2, closes bug #5330

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Gustavo Zacarias 2012-10-15 15:50:26 +00:00 committed by Peter Korsgaard
parent 0d2b707f81
commit 75f6e1df60
2 changed files with 3 additions and 1 deletions

View File

@ -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