summaryrefslogtreecommitdiffstats
path: root/package/vsftpd
Commit message (Collapse)AuthorAgeFilesLines
* vsftpd: fix SSL dependencyYegor Yefremov2012-03-171-1/+1
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* vsftpd: bump to 2.3.5Yegor Yefremov2012-03-161-1/+1
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* vsftpd: bump to version 2.3.4Gustavo Zacarias2011-12-112-3/+2Star
| | | | | | | | 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>
* package: remove useless arguments from GENTARGETSThomas Petazzoni2011-09-291-1/+1
| | | | | | | | | | Thanks to the pkgparentdir and pkgname functions, we can rewrite the GENTARGETS macro in a way that avoids the need for each package to repeat its name and the directory in which it is present. [Peter: pkgdir->pkgparentdir] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* vsftpd: fix build when libcap is enabledPeter Korsgaard2010-10-181-0/+5
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* vsftpd: convert to gentargets, bump version and fix buildPeter Korsgaard2010-09-274-99/+65Star
| | | | | | vsftpd didn't build, and wasn't using the gentargets infrastructure. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Update all packages to quote $(TARGET_CC)Thomas Petazzoni2010-07-071-1/+1
| | | | | | | Now that TARGET_CC contains several space-separated words, it must be used quoted everywhere. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* vsftpd: fix build without largefile supportPeter Korsgaard2010-05-261-1/+1
| | | | | | | Fix lfs patch to include <features.h> before checking any of the uClibc defines. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* vsftpd: create .configured stamp filePeter Korsgaard2009-10-031-0/+2
| | | | | | Ensures that the configure+make steps are not run every time. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: Remove unnecessary dependencies on uclibc.Will Newton2009-09-031-2/+2
| | | | | | | | 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>
* package/: convert to DOWNLOAD helperPeter Korsgaard2009-01-161-1/+1
|
* package/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-1/+1
|
* vsftpd:Wade Berrier2008-10-073-7/+59
| | | | | | | | | | | -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
* package: global largefile CFLAGS handlingPeter Korsgaard2008-08-041-4/+1Star
|
* vsftp: enable and fix linkingPeter Korsgaard2008-07-221-1/+5
| | | | | | | Patch by Wade Berrier. It still errors out on sysdeputil.c for me, but this is no worse than it was before, so committing.
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0Star
| | | | 'default n' is the default, so there's no need to say it explicitly.
* - global whitespace trimmingBernhard Reutner-Fischer2007-08-221-4/+4
|
* Replace space by tabsUlf Samuelsson2007-07-291-4/+4
|
* - Add skeleton for vsftpd, an FTP daemon.Bernhard Reutner-Fischer2006-12-143-0/+95
sysdeputil needs treatment, perhaps it get's Claudio Leonel started