aboutsummaryrefslogtreecommitdiff
path: root/ftp/vsftpd-ext
Commit message (Collapse)AuthorAgeFilesLines
* - Fix typo in options conversionBernhard Froehlich2014-01-281-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=341522
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | ftp) Notes: svn path=/head/; revision=327729
* Convert left unconverted ports in ftp to new options frameworkBaptiste Daroussin2013-03-261-18/+12
| | | | Notes: svn path=/head/; revision=315271
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-1/+1
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* The previous patch was supposed to fix vsftpd so that it would look for theFlorian Smeets2012-02-281-3/+2
| | | | | | | | | | | | configuration file in /usr/local/etc/vsftpd.conf but it did not, currently it is looking for the file in /usr/local/etc/vsftpd//usr/local/etc/vsftpd.conf, this patch makes it look for /usr/local/etc/vsftpd.conf as also specified in pkg-plist. Approved by: maintainer Notes: svn path=/head/; revision=292396
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - Update to 2.3.5-ext1 [1]Michael Scheidell2012-01-093-37/+8
| | | | | | | | | | | | - Fix path to vsftpd.conf in defs.h and builddefs.h old path /usr/local/etc/vsftpd.conf is not defined correctly [1] - patch-sysdeputil.c removed (FreeBSD already detected in sources) [1] PR: ports/163940 [1] Submitted by: Svyatoslav Lempert <svyatoslav.lempert@gmail.com> [1] Approved by: gelraen.ua@gmail.com (maintainer), gabor (mentor, implicit) Notes: svn path=/head/; revision=288829
* - Remove ../files/patch-Makefile (again)Michael Scheidell2011-12-261-14/+0
| | | | | | | | PR: ports/163548 Approved by: gabor (mentor) Notes: svn path=/head/; revision=288071
* - respect CC/CFLAGS/STRIP on vsftpd-extMichael Scheidell2011-12-231-5/+6
| | | | | | | | | PR: ports/163550 Submitted by: Jan Beich <jbeich@tormail.net> Approved by: gelraen.ua@gmail.com (maintainer), gabor(mentor) Notes: svn path=/head/; revision=287944
* - extra files, missed by committerMichael Scheidell2011-12-212-0/+45
| | | | | | | | PR: ports/163246 Approved by: gabor (mentor) Notes: svn path=/head/; revision=287800
* - Update to 2.3.4 ext2 [1]Michael Scheidell2011-12-213-17/+17
| | | | | | | | | | | | - Unbreak build on 9.x [1] - rename RC_NG to RC_SCRIPT standard [2] PR: ports/163246 Submitted by: Maxim Ignatenko <gelraen.ua@gmail.com> (maintainer) [1] Approved by: gabor (mentor) [2] Notes: svn path=/head/; revision=287799
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+0
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Get Rid MD5 supportMartin Wilke2011-03-191-2/+0
| | | | Notes: svn path=/head/; revision=271305
* Mark BROKEN on 9.x: does not buildErwin Lansing2010-04-181-0/+4
| | | | Notes: svn path=/head/; revision=252880
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Update to 2.1.2Martin Wilke2009-07-262-8/+8
| | | | | | | | PR: 136902 Submitted by: Maxim Ignatenko <gelraen.ua@gmail.com> (maintainer) Notes: svn path=/head/; revision=238386
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-1/+0
| | | | | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops. Notes: svn path=/head/; revision=237892
* Extended build of vsftpd with additional features.Philip M. Gollucci2009-06-168-0/+290
- 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 Notes: svn path=/head/; revision=235994