summaryrefslogtreecommitdiff
path: root/ftp
AgeCommit message (Collapse)Author
2004-08-08Add ocaml-ocurl 0.2.0, an interface for OCaml to the curl lib.Thierry Thomas
PR: 70085 Submitted by: Marwan BURELLE
2004-08-08Update to version 2.5.0Kirill Ponomarev
PR: ports/70164 Submitted by: Ports Fury
2004-08-08update to 1.2.10rc3Michael Haro
2004-08-07Fix build with gcc-3.4Kirill Ponomarev
PR: ports/70131 Submitted by: maintainer
2004-07-28Update IPv6 patch after the tarball was rerolled.David E. O'Brien
2004-07-28The distfile was rerolled to fix a Linux nit.David E. O'Brien
2004-07-27Fix ↵Oliver Eikemeier
<http://www.freebsd.org/ports/portaudit/f67ea071-dfb8-11d8-9b0a-000347a4fa7d.html> Obtained from: gentoo cvs
2004-07-25Add a patch to fix a serious bug which can break a ftpHiroki Sato
connection under some circumstances. Approved by: maintainer timeout (2 months) Approved by: linimon (mentor)
2004-07-24- Add separate PAM knob and new THROTTLING knobPav Lucistnik
PR: ports/68339 Submitted by: Toni Viemero <toni.viemero@iki.fi> Approved by: maintainer timeout (20 days)
2004-07-21- Distfile rerolled, this is whole diff between old and new file:Pav Lucistnik
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
2004-07-21Update to 1.0.2Kirill Ponomarev
PR: ports/69343 Submitted by: maintainer
2004-07-21Rename patch to a proper name.Edwin Groothuis
2004-07-20Figure out what the vendor typo really was suppose to be.David E. O'Brien
Submitted by: sumikawa
2004-07-20Update to 3.1.8.David E. O'Brien
Among other things, 'ps' won't show user, password, account options.
2004-07-19Add a new shared extension for PHP.Alex Dupre
2004-07-19Add a new shared extension for PHP.Alex Dupre
2004-07-19Add a new shared extension for PHP.Alex Dupre
2004-07-19Add a new shared extension for PHP.Alex Dupre
2004-07-18- Update to 1.0.20Pav Lucistnik
Approved by: maintainer
2004-07-17- Fix crasher in pure-pwPav Lucistnik
PR: ports/69098 Submitted by: Xin LI <delphij@frontfree.net> Approved by: maintainer
2004-07-13Update to version 0.4Markus Brueffer
2004-07-10MEDIC! We have a mortally wounded distfile here!Edwin Groothuis
(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
2004-07-10Distfile has been rerolled with fix initialy found in files/patch-src::ftp.cEdwin Groothuis
Noticed by: kris / pointyhat
2004-07-09Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke
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
2004-07-08Update ftp/wput to version 0.4 (with smarter upload options)Edwin Groothuis
PR: ports/68684 Submitted by: Edwin Groothuis <edwin@mavetju.org> Reviewed by: ChiP <chip-set@mail.ru>
2004-07-07Change email address for my ports.Sergey Matveychuk
Approved by: krion (mentor)
2004-07-06- update to 2.0.1Dirk Meyer
see ftp://vsftpd.beasts.org/users/cevans/untar/vsftpd-2.0.1/Changelog - new option WITH_VSFTPD_SSL - honor CC, LDFLAGS
2004-07-06- Update to 0.93.3Pav Lucistnik
- Pass maintainership to submitter PR: ports/68713 Submitted by: Jason Harris <jharris@widomaker.com>
2004-07-03Support CFLAGS properlyKirill Ponomarev
Support WITHOUT_NLS PR: ports/68630 Submitted by: Ports Fury
2004-07-02Fix buffer overflow.Christian Weisgerber
Submitted by: Ulf Harnhammar <Ulf.Harnhammar.9485@student.uu.se>
2004-07-01- Update to 0.3.3Pav Lucistnik
PR: ports/68562 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
2004-06-25- Update to 1.0.19Pav Lucistnik
- 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
2004-06-22- Add rc scriptPav Lucistnik
- Expand variables in pkg-message - Move users.sample to better place PR: ports/68164 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> (maintainer)
2004-06-21add kpum 0.5.2.1Ying-Chieh Liao
KDE pureftpd user manager
2004-06-17Update to version 3.0.6Kirill Ponomarev
PR: ports/68044 Submitted by: maintainer
2004-06-16- Update to 0.8.1Pav Lucistnik
PR: ports/67422 Submitted by: Brad Davis <so14k@so14k.com> Approved by: maintainer timeout (16 days)
2004-06-14Update master-site.Volker Stolz
PR: ports/66702 Submitted by: Roman Neuhauser Approved by: maintainer silence
2004-06-14Update to 7.12Hye-Shik Chang
Requested by: David Thiel <lx@redundancy.redundancy.org>
2004-06-12Fix build with gcc34Tilman Keskinoz
2004-06-11- Add RCng startup scriptClement Laforet
2004-06-10Increase args size for big listingsAndrey A. Chernov
PR: 44019 Submitted by: Cejka Rudolf <cejkar@fit.vutbr.cz>
2004-06-09BROKEN: Does not build with new curl libraryKris Kennaway
2004-06-08Whitespace cleanup.Munechika SUMIKAWA
Submitted by: trevor
2004-06-08Update to 0.21Volker Stolz
PR: ports/67680 Submitted by: Radim Kolar
2004-06-06Don't use Makefile.kde anymoreMarkus Brueffer
2004-06-06- Don't use Makefile.kde anymoreMarkus Brueffer
- Add patch to work around a problem with transfers not starting properly in the default install
2004-06-03Update ftp/curl to 7.12.0 and bump the shared library version in allPeter Pentchev
dependent ports.
2004-06-03Update MASTER_SITESErwin Lansing
PR: 67535 Submitted by: maintainer
2004-06-03- Update to version 3.0.5Kirill Ponomarev
PR: ports/67528 Submitted by: maintainer
2004-06-03Update to snapshot 20030719.Anders Nordby
Adds support for ACCT amongst other things.