summaryrefslogtreecommitdiffstats
path: root/ftp
Commit message (Collapse)AuthorAgeFilesLines
* Update IPv6 patch after the tarball was rerolled.obrien2004-07-282-3/+3
|
* The distfile was rerolled to fix a Linux nit.obrien2004-07-281-2/+2
|
* Fix ↵eik2004-07-272-1/+31
| | | | | | <http://www.freebsd.org/ports/portaudit/f67ea071-dfb8-11d8-9b0a-000347a4fa7d.html> Obtained from: gentoo cvs
* Add a patch to fix a serious bug which can break a ftphrs2004-07-253-12/+62
| | | | | | | connection under some circumstances. Approved by: maintainer timeout (2 months) Approved by: linimon (mentor)
* - Add separate PAM knob and new THROTTLING knobpav2004-07-241-2/+9
| | | | | | PR: ports/68339 Submitted by: Toni Viemero <toni.viemero@iki.fi> Approved by: maintainer timeout (20 days)
* - Distfile rerolled, this is whole diff between old and new file:pav2004-07-212-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | diff -ruN old/pure-ftpd-1.0.20/src/bsd-getopt_long.c new/pure-ftpd-1.0.20/src/bsd-getopt_long.c --- old/pure-ftpd-1.0.20/src/bsd-getopt_long.c Sat Jul 17 15:19:17 2004 +++ new/pure-ftpd-1.0.20/src/bsd-getopt_long.c Tue Jul 20 12:42:16 2004 @@ -466,16 +466,6 @@ fprintf(stderr, recargchar, optchar); pure_optopt = optchar; return BADARG; - } else if (!(flags & FLAG_PERMUTE)) { - /* - * If permutation is disabled, we can accept an - * optional arg separated by whitespace so long - * as it does not start with a dash (-). - */ - if (pure_optind + 1 < nargc && pure_optind + 1 > 0 && - *nargv[pure_optind + 1] != '-') { - pure_optarg = nargv[++pure_optind]; - } } else { pure_optarg = nargv[pure_optind]; } Reported by: sem
* Update to 1.0.2krion2004-07-213-3/+9
| | | | | PR: ports/69343 Submitted by: maintainer
* Rename patch to a proper name.edwin2004-07-211-0/+0
|
* Figure out what the vendor typo really was suppose to be.obrien2004-07-201-1/+2
| | | | Submitted by: sumikawa
* Update to 3.1.8.obrien2004-07-202-6/+9
| | | | Among other things, 'ps' won't show user, password, account options.
* Add a new shared extension for PHP.ale2004-07-193-0/+29
|
* Add a new shared extension for PHP.ale2004-07-191-0/+1
|
* Add a new shared extension for PHP.ale2004-07-193-0/+29
|
* Add a new shared extension for PHP.ale2004-07-191-0/+1
|
* - Update to 1.0.20pav2004-07-183-25/+3
| | | | Approved by: maintainer
* - Fix crasher in pure-pwpav2004-07-172-7/+18
| | | | | | PR: ports/69098 Submitted by: Xin LI <delphij@frontfree.net> Approved by: maintainer
* Update to version 0.4markus2004-07-137-235/+23
|
* MEDIC! We have a mortally wounded distfile here!edwin2004-07-101-0/+2
| | | | | | | (it's a sad thing if you can't even do "cvs delete" in your ports directory without loosing all kinds of important files) Noticed by: eik
* Distfile has been rerolled with fix initialy found in files/patch-src::ftp.cedwin2004-07-103-36/+1
| | | | Noticed by: kris / pointyhat
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
* Update ftp/wput to version 0.4 (with smarter upload options)edwin2004-07-085-33/+71
| | | | | | PR: ports/68684 Submitted by: Edwin Groothuis <edwin@mavetju.org> Reviewed by: ChiP <chip-set@mail.ru>
* Change email address for my ports.sem2004-07-071-1/+1
| | | | Approved by: krion (mentor)
* - update to 2.0.1dinoex2004-07-063-5/+22
| | | | | | | see ftp://vsftpd.beasts.org/users/cevans/untar/vsftpd-2.0.1/Changelog - new option WITH_VSFTPD_SSL - honor CC, LDFLAGS
* - Update to 0.93.3pav2004-07-065-16/+50
| | | | | | | - Pass maintainership to submitter PR: ports/68713 Submitted by: Jason Harris <jharris@widomaker.com>
* Support CFLAGS properlykrion2004-07-033-22/+41
| | | | | | | Support WITHOUT_NLS PR: ports/68630 Submitted by: Ports Fury
* Fix buffer overflow.naddy2004-07-022-1/+17
| | | | Submitted by: Ulf Harnhammar <Ulf.Harnhammar.9485@student.uu.se>
* - Update to 0.3.3pav2004-07-012-4/+5
| | | | | PR: ports/68562 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
* - Update to 1.0.19pav2004-06-255-37/+63
| | | | | | | | | - Use OPTIONS - Convert rc script to rcNG PR: ports/68240, ports/68289 Submitted by: Toni Viemero <toni.viemero@iki.fi>, Joerg Pulz <Joerg.Pulz@frm2.tum.de> Approved by: maintainer
* - Add rc scriptpav2004-06-225-5/+44
| | | | | | | | - Expand variables in pkg-message - Move users.sample to better place PR: ports/68164 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
* add kpum 0.5.2.1ijliao2004-06-215-0/+47
| | | | KDE pureftpd user manager
* Update to version 3.0.6krion2004-06-172-5/+5
| | | | | PR: ports/68044 Submitted by: maintainer
* - Update to 0.8.1pav2004-06-163-5/+6
| | | | | | PR: ports/67422 Submitted by: Brad Davis <so14k@so14k.com> Approved by: maintainer timeout (16 days)
* Update master-site.vs2004-06-141-1/+1
| | | | | | PR: ports/66702 Submitted by: Roman Neuhauser Approved by: maintainer silence
* Update to 7.12perky2004-06-142-4/+3
| | | | Requested by: David Thiel <lx@redundancy.redundancy.org>
* Fix build with gcc34arved2004-06-121-0/+11
|
* - Add RCng startup scriptclement2004-06-112-0/+52
|
* Increase args size for big listingsache2004-06-102-5/+28
| | | | | PR: 44019 Submitted by: Cejka Rudolf <cejkar@fit.vutbr.cz>
* BROKEN: Does not build with new curl librarykris2004-06-091-0/+2
|
* Whitespace cleanup.sumikawa2004-06-081-5/+5
| | | | Submitted by: trevor
* Update to 0.21vs2004-06-083-4/+5
| | | | | PR: ports/67680 Submitted by: Radim Kolar
* Don't use Makefile.kde anymoremarkus2004-06-061-5/+4
|
* - Don't use Makefile.kde anymoremarkus2004-06-062-5/+15
| | | | | - Add patch to work around a problem with transfers not starting properly in the default install
* Update ftp/curl to 7.12.0 and bump the shared library version in allroam2004-06-0311-47/+48
| | | | dependent ports.
* Update MASTER_SITESerwin2004-06-031-1/+1
| | | | | PR: 67535 Submitted by: maintainer
* - Update to version 3.0.5krion2004-06-034-6/+30
| | | | | PR: ports/67528 Submitted by: maintainer
* Update to snapshot 20030719.anders2004-06-034-46/+25
| | | | Adds support for ACCT amongst other things.
* - Fix handling of files with '$' sign in namepav2004-06-012-61/+51
| | | | | | PR: ports/67445 Submitted by: Dmitry A Grigorovich <odip@bionet.nsc.ru> Approved by: maintainer
* Add missing directorykris2004-05-311-0/+1
|
* - Remove obsolete MASTER_SITESkrion2004-05-301-4/+1
| | | | | PR: ports/67362 Submitted by: Roman Neuhauser <neuhauser@chello.cz>
* - Remove superfluous USE_GETTEXT dependencykrion2004-05-291-1/+0
| | | | Submitted by: Victor Sudakov <vas at mpeks dot tomsk dot su>
OpenPOWER on IntegriCloud