summaryrefslogtreecommitdiff
path: root/package/vsftpd
AgeCommit message (Collapse)Author
2010-05-26vsftpd: fix build without largefile supportPeter Korsgaard
Fix lfs patch to include <features.h> before checking any of the uClibc defines. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-03vsftpd: create .configured stamp filePeter Korsgaard
Ensures that the configure+make steps are not run every time. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-09-03package: Remove unnecessary dependencies on uclibc.Will Newton
A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-01-16package/: convert to DOWNLOAD helperPeter Korsgaard
2008-12-08package/: get rid of unneeded $(strip ..)Peter Korsgaard
2008-10-06vsftpd:Wade Berrier
-Patch to build against newer kernel headers ( vsftpd-2.0.7-uclibc.patch , based on idea from http://www.bitshrine.org/gpp/vsftpd-2.0.5-syscall2.patch ) -new basic init script (no config yet) -Update version (2.0.7) -openssl fixes -cleanup makefile deps so it doesn't get built when things don't change
2008-08-04package: global largefile CFLAGS handlingPeter Korsgaard
2008-07-22vsftp: enable and fix linkingPeter Korsgaard
Patch by Wade Berrier. It still errors out on sysdeputil.c for me, but this is no worse than it was before, so committing.
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2007-08-22- global whitespace trimmingBernhard Reutner-Fischer
2007-07-28Replace space by tabsUlf Samuelsson
2006-12-14- Add skeleton for vsftpd, an FTP daemon.Bernhard Reutner-Fischer
sysdeputil needs treatment, perhaps it get's Claudio Leonel started