[Buildroot] [PATCH 2/5] vsftpd: bump to version 2.3.4

Gustavo Zacarias gustavo at zacarias.com.ar
Sun Dec 11 15:25:57 UTC 2011


Bump vsftpd to version 2.3.4
Fixes build issues with binutils 2.22+ and changed upstream URL

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
---
 ...tch => vsftpd-2.3.4-dont-force-largefile.patch} |    0
 package/vsftpd/vsftpd.mk                           |    5 ++---
 2 files changed, 2 insertions(+), 3 deletions(-)
 rename package/vsftpd/{vsftpd-2.3.2-dont-force-largefile.patch => vsftpd-2.3.4-dont-force-largefile.patch} (100%)

diff --git a/package/vsftpd/vsftpd-2.3.2-dont-force-largefile.patch b/package/vsftpd/vsftpd-2.3.4-dont-force-largefile.patch
similarity index 100%
rename from package/vsftpd/vsftpd-2.3.2-dont-force-largefile.patch
rename to package/vsftpd/vsftpd-2.3.4-dont-force-largefile.patch
diff --git a/package/vsftpd/vsftpd.mk b/package/vsftpd/vsftpd.mk
index 4490287..e67ab4a 100644
--- a/package/vsftpd/vsftpd.mk
+++ b/package/vsftpd/vsftpd.mk
@@ -3,10 +3,9 @@
 # vsftpd
 #
 #############################################################
-VSFTPD_VERSION = 2.3.2
-VSFTPD_SOURCE = vsftpd-$(VSFTPD_VERSION).tar.gz
-VSFTPD_SITE = ftp://vsftpd.beasts.org/users/cevans
 
+VSFTPD_VERSION = 2.3.4
+VSFTPD_SITE = https://security.appspot.com/downloads
 VSFTPD_LIBS = -lcrypt
 
 define VSFTPD_ENABLE_SSL
-- 
1.7.3.4




More information about the buildroot mailing list