Gustavo Zacarias
75f6e1df60
vsftpd: bump to version 3.0.2
...
Bump vsftpd to version 3.0.2, closes bug #5330
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-10-16 23:14:39 +02:00
Danomi Manchego
d7f8dda7c0
vsftpd: add linux-pam support
...
Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-09-13 00:19:43 +02:00
Arnout Vandecappelle (Essensium/Mind)
e1502ebc0c
all packages: rename XXXTARGETS to xxx-package
...
Also remove the redundant $(call ...).
This is a purely mechanical change, performed with
find package linux toolchain boot -name \*.mk | \
xargs sed -i -e 's/$(eval $(call GENTARGETS))/$(eval $(generic-package))/' \
-e 's/$(eval $(call AUTOTARGETS))/$(eval $(autotools-package))/' \
-e 's/$(eval $(call CMAKETARGETS))/$(eval $(cmake-package))/'
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2012-07-17 20:23:05 +02:00
Yegor Yefremov
cfb5fd9e10
vsftpd: fix SSL dependency
...
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-03-17 09:15:57 +01:00
Yegor Yefremov
9ec29c8acc
vsftpd: bump to 2.3.5
...
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-03-16 22:12:15 +01:00
Gustavo Zacarias
5806dd23ed
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>
2011-12-11 22:54:25 +01:00
Thomas Petazzoni
0849e8193e
package: remove useless arguments from GENTARGETS
...
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>
2011-09-29 23:09:58 +02:00
Peter Korsgaard
e46016ad3b
vsftpd: fix build when libcap is enabled
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-10-18 17:36:01 +02:00
Peter Korsgaard
ed6bdad8a6
vsftpd: convert to gentargets, bump version and fix build
...
vsftpd didn't build, and wasn't using the gentargets infrastructure.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-09-27 17:55:18 +02:00
Thomas Petazzoni
a1c8fa41f6
Update all packages to quote $(TARGET_CC)
...
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>
2010-07-07 08:20:21 +02:00
Peter Korsgaard
9d07fcd08e
vsftpd: fix build without largefile support
...
Fix lfs patch to include <features.h> before checking any of the
uClibc defines.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-05-26 23:00:18 +02:00
Peter Korsgaard
3a24e0385b
vsftpd: create .configured stamp file
...
Ensures that the configure+make steps are not run every time.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-03 23:00:30 +02:00
Will Newton
422ce6536b
package: Remove unnecessary dependencies on uclibc.
...
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-09-03 20:22:38 +02:00
Peter Korsgaard
4a7bfd2775
package/: convert to DOWNLOAD helper
2009-01-16 11:42:52 +00:00
Peter Korsgaard
ac1d92c425
package/: get rid of unneeded $(strip ..)
2008-12-08 08:15:27 +00:00
Wade Berrier
d6b556670c
vsftpd:
...
-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-10-06 22:46:41 +00:00
Peter Korsgaard
60b5eee76e
package: global largefile CFLAGS handling
2008-08-04 19:07:18 +00:00
Peter Korsgaard
8bba7f0d67
vsftp: enable and fix linking
...
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-22 19:47:41 +00:00
Peter Korsgaard
4683420c4c
Kconfig: remove 'default n'
...
'default n' is the default, so there's no need to say it explicitly.
2008-07-17 20:01:44 +00:00
Bernhard Reutner-Fischer
6547bced93
- global whitespace trimming
2007-08-22 12:35:41 +00:00
Ulf Samuelsson
fa9fc5aafa
Replace space by tabs
2007-07-28 23:02:26 +00:00
Bernhard Reutner-Fischer
3d98651a6a
- Add skeleton for vsftpd, an FTP daemon.
...
sysdeputil needs treatment, perhaps it get's Claudio Leonel started
2006-12-14 14:23:50 +00:00