aboutsummaryrefslogtreecommitdiff
path: root/ftp
Commit message (Collapse)AuthorAgeFilesLines
* - SIZEifyMarkus Brueffer2004-03-281-0/+1
| | | | | | | | Submitted by: trevor Approved by: arved (mentor) Notes: svn path=/head/; revision=105553
* - Update to version 0.3.7Kirill Ponomarev2004-03-284-31/+21
| | | | | | | | PR: ports/64856 Submitted by: Ports Fury Notes: svn path=/head/; revision=105530
* Fix the plist in the non-SSL case - curl-ca-bundle.crt is not installed.Peter Pentchev2004-03-272-2/+5
| | | | | | | | | | Bump PORTREVISION. PR: 64667 Submitted by: Marius Strobl <marius@alchemy.franken.de> Notes: svn path=/head/; revision=105413
* Add build knob WITH_IPV6 to enable IPV6 support. Note that whenMichael Haro2004-03-262-6/+12
| | | | | | | | | | | IPv6 is enabled IPv4 is not listened to by default. You need to update proftpd.conf if you want to support both. Also, remove a substitution that was incorrectly 'fixing' the manpage. Notes: svn path=/head/; revision=105373
* update to 2.0.17.p.0Oliver Lehmann2004-03-254-18/+8
| | | | Notes: svn path=/head/; revision=105270
* Support WITHOUT_NLSKris Kennaway2004-03-251-1/+8
| | | | Notes: svn path=/head/; revision=105227
* - Fix default optionsKirill Ponomarev2004-03-251-3/+8
| | | | | | | | PR: ports/64673 Submitted by: maintainer Notes: svn path=/head/; revision=105194
* update to 0.4.2Yoichi NAKAYAMA2004-03-242-3/+3
| | | | Notes: svn path=/head/; revision=105126
* - Add USE_PERL5_BUILD to fix the build.Clement Laforet2004-03-241-0/+1
| | | | | | | Noticed by: kris via bento Notes: svn path=/head/; revision=105092
* Add SIZE data.Akinori MUSHA2004-03-221-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104943
* Reassign maintainership to Serge Gagnon.Thierry Thomas2004-03-211-1/+1
| | | | | | | | | | | Take care, Serge! PR: ports/64517 Submitted by: Serge Gagnon <gagnon_s@sympatico.ca> Approved by: mat (mentor) Notes: svn path=/head/; revision=104833
* Add size data, approved by maintainers.Trevor Johnson2004-03-202-0/+12
| | | | Notes: svn path=/head/; revision=104775
* Add moftpd 1.1.6.Clement Laforet2004-03-195-0/+34
| | | | | | | | | | A powerful FTP server supporting IPv6, virtual hosts, fine grained permissions, and much more. WWW: http://www.morth.org/moftpd/ Notes: svn path=/head/; revision=104575
* Add size data, approved by maintainers.Trevor Johnson2004-03-192-0/+2
| | | | Notes: svn path=/head/; revision=104563
* Add size data, approved by maintainers.Trevor Johnson2004-03-181-0/+1
| | | | Notes: svn path=/head/; revision=104535
* Add size data, approved by maintainers.Trevor Johnson2004-03-187-0/+7
| | | | Notes: svn path=/head/; revision=104520
* finally fix those gnome pkg-plist stuffOliver Lehmann2004-03-182-5/+5
| | | | Notes: svn path=/head/; revision=104499
* no IPv6 capability.FUJISHIMA Satsuki2004-03-181-1/+1
| | | | Notes: svn path=/head/; revision=104406
* SIZEify.FUJISHIMA Satsuki2004-03-182-0/+4
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104404
* SIZEifyYing-Chieh Liao2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104395
* Add SIZE.Cy Schubert2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104371
* SIZEify.Jun Kuriyama2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104341
* SIZEify.Trevor Johnson2004-03-171-0/+1
| | | | Notes: svn path=/head/; revision=104313
* Update to 1.120.Pete Fritchman2004-03-152-2/+3
| | | | Notes: svn path=/head/; revision=104047
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-143-3/+3
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* BROKEN on alpha 4.x: Does not compileKris Kennaway2004-03-141-1/+7
| | | | Notes: svn path=/head/; revision=103931
* - add ipv6 to CATEGORIESDirk Meyer2004-03-121-1/+1
| | | | | | | | PR: 64101 Submitted by: Janos Mohacsi Notes: svn path=/head/; revision=103806
* - Update to version 1.41Kirill Ponomarev2004-03-122-4/+3
| | | | | | | | PR: ports/64172 Submitted by: "Liam J. Foy" <liamfoy@sepulcrum.org> Notes: svn path=/head/; revision=103805
* - Fix defaults with BATCH=yesKirill Ponomarev2004-03-121-0/+2
| | | | | | | | PR: ports/64126 Submitted by: maintainer Notes: svn path=/head/; revision=103741
* Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* withAde Lovett2004-03-122-4/+2
| | | | | | | | | | | the USE_<x> equivalents. In the current scheme of things, the WANT_ variables in this case are synonymous with the USE_ ones, and thus need to be exterminated. First in a series of major autotools cleanups. Notes: svn path=/head/; revision=103722
* - Update to version 1.3.13.1Kirill Ponomarev2004-03-105-59/+29
| | | | | | | | PR: ports/64043 Submitted by: Ports Fury Notes: svn path=/head/; revision=103528
* Sunsite has a slightly older distfile, lacking the "mode" feature.Trevor Johnson2004-03-091-2/+1
| | | | Notes: svn path=/head/; revision=103439
* Update to 1.0.18 release.Alex Dupre2004-03-082-5/+6
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=103347
* - Use PLIST_FILES knobKirill Ponomarev2004-03-082-5/+5
| | | | | | | | PR: ports/63926 Submitted by: maintainer Notes: svn path=/head/; revision=103332
* fix for `restricted-uid'/`restricted-gid' directive may be bypassedMunechika SUMIKAWA2004-03-082-3/+12
| | | | | | | Submitted by: Matt Zimmerman <mdz@debian.org> Notes: svn path=/head/; revision=103316
* fix for `restricted-uid'/`restricted-gid' directive may be bypassedAndrey A. Chernov2004-03-082-3/+12
| | | | | | | Submitted by: Matt Zimmerman <mdz@debian.org> Notes: svn path=/head/; revision=103311
* Unbreak by chasing checksum. The version was silently updated to 0.3.6dKris Kennaway2004-03-062-2/+4
| | | | | | | and a minor bug fix was made to the source. Notes: svn path=/head/; revision=103087
* - Update to 0.7.13Kirill Ponomarev2004-03-052-3/+3
| | | | | | | | PR: ports/63799 Submitted by: maintainer Notes: svn path=/head/; revision=103015
* BROKEN on sparc64: Does not compileKris Kennaway2004-03-041-1/+7
| | | | Notes: svn path=/head/; revision=102905
* Update to 7.11.0Hye-Shik Chang2004-03-043-3/+4
| | | | Notes: svn path=/head/; revision=102888
* - Update to 1.0.1Pav Lucistnik2004-03-026-46/+54
| | | | | | | | PR: ports/63650 Submitted by: Nick Leuta <skynick@mail.sc.ru> (maintainer) Notes: svn path=/head/; revision=102777
* - Fix fetchPav Lucistnik2004-03-012-1/+2
| | | | | | | | | | - Add SIZE PR: ports/63604 Submitted by: Jason Harris <jharris@widomaker.com> Notes: svn path=/head/; revision=102675
* * Update to 1.14 which fixes format string vulnerabilities.Christian Weisgerber2004-02-292-6/+4
| | | | | | | * No longer mirrored on sunsite. Notes: svn path=/head/; revision=102560
* - Add WITH_CERTFILE knob to allow setting alternative TLS certificate locationPav Lucistnik2004-02-281-0/+6
| | | | | | | | | PR: ports/62626 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Approved by: maintainer timeout (15 days) Notes: svn path=/head/; revision=102464
* Unbreak this port by fixing master sites and checksum information.Jordan K. Hubbard2004-02-272-4/+10
| | | | | | | | PR: ports/63423 Submitted by: Jason Harris <jharris@widomaker.com> Notes: svn path=/head/; revision=102277
* - add SIZEDirk Meyer2004-02-261-0/+1
| | | | Notes: svn path=/head/; revision=102161
* Change my email address.Markus Brueffer2004-02-231-1/+1
| | | | | | | Approved by: arved (mentor) Notes: svn path=/head/; revision=101892
* update to wzdftpd 0.2.3Yen-Ming Lee2004-02-237-73/+14
| | | | | | | | PR: 63214 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> Notes: svn path=/head/; revision=101838
* This is broken on 4.x as wellKris Kennaway2004-02-211-7/+3
| | | | Notes: svn path=/head/; revision=101608
* BROKEN: Checksum mismatchKris Kennaway2004-02-211-0/+2
| | | | Notes: svn path=/head/; revision=101590