From 5806dd23ed28818b3787e027647f516f0bef352b Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Sun, 11 Dec 2011 12:25:57 -0300 Subject: 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 Signed-off-by: Peter Korsgaard --- .../vsftpd/vsftpd-2.3.2-dont-force-largefile.patch | 27 ---------------------- .../vsftpd/vsftpd-2.3.4-dont-force-largefile.patch | 27 ++++++++++++++++++++++ package/vsftpd/vsftpd.mk | 5 ++-- 3 files changed, 29 insertions(+), 30 deletions(-) delete mode 100644 package/vsftpd/vsftpd-2.3.2-dont-force-largefile.patch create mode 100644 package/vsftpd/vsftpd-2.3.4-dont-force-largefile.patch (limited to 'package/vsftpd') diff --git a/package/vsftpd/vsftpd-2.3.2-dont-force-largefile.patch b/package/vsftpd/vsftpd-2.3.2-dont-force-largefile.patch deleted file mode 100644 index b66c25efd..000000000 --- a/package/vsftpd/vsftpd-2.3.2-dont-force-largefile.patch +++ /dev/null @@ -1,27 +0,0 @@ -[PATCH] vsftpd: don't enforce largefile support - -In Buildroot we enable/disable largefile support globally, and pass the -correct defines in CFLAGS, so don't enforce it unconditionally. - -Signed-off-by: Peter Korsgaard ---- - sysutil.c | 6 ------ - 1 file changed, 6 deletions(-) - -Index: vsftpd-2.3.2/sysutil.c -=================================================================== ---- vsftpd-2.3.2.orig/sysutil.c -+++ vsftpd-2.3.2/sysutil.c -@@ -17,12 +17,6 @@ - #include "tunables.h" - #include "sysdeputil.h" - --/* Activate 64-bit file support on Linux/32bit plus others */ --#define _FILE_OFFSET_BITS 64 --#define _LARGEFILE_SOURCE 1 --#define _LARGEFILE64_SOURCE 1 --#define _LARGE_FILES 1 -- - /* For Linux, this adds nothing :-) */ - #include "port/porting_junk.h" - diff --git a/package/vsftpd/vsftpd-2.3.4-dont-force-largefile.patch b/package/vsftpd/vsftpd-2.3.4-dont-force-largefile.patch new file mode 100644 index 000000000..b66c25efd --- /dev/null +++ b/package/vsftpd/vsftpd-2.3.4-dont-force-largefile.patch @@ -0,0 +1,27 @@ +[PATCH] vsftpd: don't enforce largefile support + +In Buildroot we enable/disable largefile support globally, and pass the +correct defines in CFLAGS, so don't enforce it unconditionally. + +Signed-off-by: Peter Korsgaard +--- + sysutil.c | 6 ------ + 1 file changed, 6 deletions(-) + +Index: vsftpd-2.3.2/sysutil.c +=================================================================== +--- vsftpd-2.3.2.orig/sysutil.c ++++ vsftpd-2.3.2/sysutil.c +@@ -17,12 +17,6 @@ + #include "tunables.h" + #include "sysdeputil.h" + +-/* Activate 64-bit file support on Linux/32bit plus others */ +-#define _FILE_OFFSET_BITS 64 +-#define _LARGEFILE_SOURCE 1 +-#define _LARGEFILE64_SOURCE 1 +-#define _LARGE_FILES 1 +- + /* For Linux, this adds nothing :-) */ + #include "port/porting_junk.h" + 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 -- cgit v1.2.3