]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Updated vsftpd to 2.3.4
authorJan Paul Tuecking <earl@ipfire.org>
Sun, 20 Mar 2011 19:37:28 +0000 (20:37 +0100)
committerJan Paul Tuecking <earl@ipfire.org>
Sun, 20 Mar 2011 19:37:28 +0000 (20:37 +0100)
lfs/vsftpd

index d5e809399e185525202c7400110b8798a2089b1d..f3e74a00e1ac37e0e8b1f0656e107dd7d106b71a 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 2.2.2
+VER        = 2.3.4
 
 THISAPP    = vsftpd-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = vsftpd
-PAK_VER    = 6
+PAK_VER    = 7
 
 DEPS       = ""
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 6d6bc136af14c23f8fef6f1a51f55418
+$(DL_FILE)_MD5 = 2ea5d19978710527bb7444d93b67767a
 
 install : $(TARGET)