aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/Makefile
diff options
context:
space:
mode:
authorpgollucci <pgollucci@FreeBSD.org>2009-06-16 11:53:40 +0800
committerpgollucci <pgollucci@FreeBSD.org>2009-06-16 11:53:40 +0800
commit984b854610485a3ba881b803303bef979d51c6cd (patch)
tree6fa868ac3cb711a56dbc8c985ed1b8aeb0bf38ee /ftp/Makefile
parent1058f992436d8dc909d3a73d427fe5c4e4bdfbcb (diff)
downloadfreebsd-ports-gnome-984b854610485a3ba881b803303bef979d51c6cd.tar.gz
freebsd-ports-gnome-984b854610485a3ba881b803303bef979d51c6cd.tar.zst
freebsd-ports-gnome-984b854610485a3ba881b803303bef979d51c6cd.zip
Extended build of vsftpd with additional features.
- Added char convertion without iconv for some charsets. - Added rules for anonymous access based on user's IP address masks. - Added rules for user access only from defined IPs. - Allow or disallow delete files by anonymous. - Added chowning anonymous uploaded files by user IP. - Added new parametr double_377 (by default 1). This paramert switch off telnet specific character \377. - Changed find libs in "vsf_findlibs.sh". - Different speed for upload and download data transfer rates for anonymous and local users. WWW: http://vsftpd.devnet.ru/eng/ PR: ports/132556 Submitted by: Maxim Ignatenko
Diffstat (limited to 'ftp/Makefile')
-rw-r--r--ftp/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/ftp/Makefile b/ftp/Makefile
index af7cf4a60b34..0204b122d8cd 100644
--- a/ftp/Makefile
+++ b/ftp/Makefile
@@ -107,6 +107,7 @@
SUBDIR += uftp
SUBDIR += urlgfe
SUBDIR += vsftpd
+ SUBDIR += vsftpd-ext
SUBDIR += waiho
SUBDIR += weex
SUBDIR += wget