diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2011-12-11 12:25:57 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-12-11 22:54:25 +0100 |
commit | 5806dd23ed28818b3787e027647f516f0bef352b (patch) | |
tree | 248bdc7fe5352ca67fdc7491b1729236de715637 /package/vsftpd | |
parent | b224dc9e0103d41396a9f59cc1e43b6d9578875d (diff) |
vsftpd: bump to version 2.3.4
Bump vsftpd to version 2.3.4
Fixes build issues with binutils 2.22+ and changed upstream URL
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/vsftpd')
-rw-r--r-- | package/vsftpd/vsftpd-2.3.4-dont-force-largefile.patch (renamed from package/vsftpd/vsftpd-2.3.2-dont-force-largefile.patch) | 0 | ||||
-rw-r--r-- | package/vsftpd/vsftpd.mk | 5 |
2 files changed, 2 insertions, 3 deletions
diff --git a/package/vsftpd/vsftpd-2.3.2-dont-force-largefile.patch b/package/vsftpd/vsftpd-2.3.4-dont-force-largefile.patch index b66c25efd..b66c25efd 100644 --- a/package/vsftpd/vsftpd-2.3.2-dont-force-largefile.patch +++ b/package/vsftpd/vsftpd-2.3.4-dont-force-largefile.patch diff --git a/package/vsftpd/vsftpd.mk b/package/vsftpd/vsftpd.mk index 44902875d..e67ab4abf 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 |