summaryrefslogtreecommitdiffstats
path: root/ftp/ncftp3
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to version 3.1.9.obrien2005-04-212-6/+6
| | | | | IPv6 patches obtained from: KAME Submitted by: KIMURA Yasuhiro
* 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
|
* 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.
* Make 'pkg_add -r ncftp' now refer to ncftp3. The ncftp3 binary is nowobrien2004-04-191-4/+4
| | | | | installed as `bin/ncftp'. This behavior can be changed by building with INSTALL_AS_NCFTP3 for ncftp3; and INSTALL_AS_NCFTP for ncftp & ncftp2.
* SIZEify (maintainer timeout)trevor2004-03-311-0/+2
|
* Add IPv6 support via the Kame 317-v6-20040108b patch.obrien2004-01-091-1/+1
|
* Add IPv6 support via the Kame 317-v6-20040108b patch.obrien2004-01-081-1/+1
|
* Update to 3.1.7.obrien2004-01-072-4/+4
| | | | This fixes memory leaks and other serious bugs in 3.1.6.
* Upgrade to version 3.1.6.obrien2004-01-056-58/+4
|
* Update to the Kame v6-20030207 patch.obrien2003-10-172-3/+3
|
* "INSTALL_AS_NCFTP" not properly obeyed.obrien2003-04-191-2/+5
| | | | | PR: 50756 Submitted by: Ralf van Dooren <ralf@iae.nl>
* Work around bug where NcFTP3 will exit unexpectedly when it gets multibyteobrien2003-03-312-1/+10
| | | | | | | | | (such as big5) characters: ncftp3 some.ftp.site and execute "ls <Big5>.txt" PR: 50458 Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com>
* Update to 3.1.5.obrien2003-03-124-34/+16
| | | | | | | | | This update addresses http://www.kb.cert.org/vuls/id/JPLA-5GJUBZ http://www.ncftpd.com/ncftp/doc/changelog.html#3.1.5 PR: 47445 Submitted by: Esa Karkkainen <ejk@iki.fi>, ITO Tsuyoshi <tsuyoshi@is.s.u-tokyo.ac.jp>
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Allow the user to install as 'ncftp' rather than 'ncftp3'.obrien2002-08-042-4/+16
| | | | Submitted by: David Cantrell <david@burdell.org>
* IPv6 patches for 3.1.4.obrien2002-07-092-2/+3
| | | | Submitted by: sumikawa
* Actually `cvs add' needed patch for 3.1.4 this time.obrien2002-07-062-4/+30
| | | | | | Also optimize the Makefile a little more. Submitted by: naddy
* Upgrade to version 3.1.4.obrien2002-07-053-8/+16
|
* Reenable IPv6 support.obrien2002-06-132-3/+4
|
* Update to version 3.1.2.obrien2002-06-132-2/+2
|
* Use BZIP2obrien2002-01-312-2/+2
|
* Update to version 3.1.2.obrien2002-01-312-5/+5
|
* Upgrade to 3.0.4.obrien2001-11-216-78/+6
| | | | Also change the port name back to ncftp and use LATEST_LINK.
* This fixes the broken suspend handling in version 3.0.3, in which a ^Zobrien2001-07-301-0/+15
| | | | | | incorrectly closes an active connection. Submitted by: Pekka Savola <pekkas@netcore.fi>
* - replace post-patch munging with proper SYSCONFDIR handling (alsoobrien2001-05-127-11/+85
| | | | | | | submitted to Mike Gleason) - improve DESCR and add home page Submitted by: Christian Weisgerber <naddy@mips.inka.de>
* Update to 3.0.3.obrien2001-04-242-5/+5
| | | | | | (you know issuing `cvs ci' really helps to share this with others.. :-( ) Pointy hat to, for leaving this in his local tree for 3 days to: obrien
* Turn on IPv6 support by default again.obrien2001-03-212-4/+3
| | | | Submitted by: Munechika SUMIKAWA <sumikawa@ebina.hitachi.co.jp>
* The IPv6 patch breaks NcFTP on IPv4-only systems such that is unable toobrien2001-02-141-0/+2
| | | | | | | resolve any names. If you want IPv6 functionality, you'll need to define WANT_IPV6 for now. Submitted by: ache
* Add IPv6 support.obrien2001-02-062-1/+6
| | | | Submitted by: kris
* Add $FreeBSD$, which help me in problem reports.obrien2000-11-221-0/+1
|
* Update to version 3.0.2.obrien2000-11-122-2/+2
|
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-161-1/+1
| | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
* Fourth round of INSTALLS_SHLIBS conversion.sobomax2000-06-162-3/+1
|
* remove a.out supportmharo2000-04-221-21/+14
| | | | portlint -bt
* PORTNAME/PORTVERSION stuffmharo2000-04-121-3/+3
|
* Minor point release to 3.0.1.obrien2000-04-082-3/+3
| | | | Submitted by: jim
* * Update to version 3.0.0 release.obrien2000-03-222-5/+4
| | | | | * Rename package to "ncftp3", in order to remove "NO_LATEST_LINK" so the package is easily added using the pkg_add "-r" feature.
* Restore useless version required comments.obrien2000-03-221-0/+1
|
* Remove the "version required" line.obrien2000-03-201-1/+0
|
* Style nits in the ports I maintain.obrien2000-02-131-4/+4
|
* Update to 3.0 beta 21.obrien2000-01-103-5/+5
| | | | Submitted by: Christian Weisgerber <naddy@unix-ag.uni-kl.de>
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Change "net" -> "ftp".asami1999-08-021-2/+2
|
* Commit #3/4 to enforce caps, no period.hoek1999-06-261-1/+1
| | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s
* upgrade to beta 19ache1999-06-112-5/+5
|
* upgrade to 3.0b18obrien1999-02-202-4/+4
|
* upgrade to 3.0b17obrien1999-02-183-11/+11
|
OpenPOWER on IntegriCloud