diff options
author | salo <salo@pkgsrc.org> | 2004-04-16 02:57:48 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2004-04-16 02:57:48 +0000 |
commit | 7a875d430776ea6085fb192104d11ac226f44327 (patch) | |
tree | eee7d73b11741e6e0df1cb9c58ce719281595f93 /net/lftp/PLIST | |
parent | 5d7fc913ce79f6ebdfbf794e1d512272460a8912 (diff) | |
download | pkgsrc-7a875d430776ea6085fb192104d11ac226f44327.tar.gz |
Updated to version 3.0.2.
Changes:
- add more MASTER_SITES, the default one is way too slow.
3.0.2:
======
- support for ftp commands CLNT, HOST and OPTS MLST added.
- ftp command MLSD disabled by default as it does not return symlink info.
- added workaround for MLSD format bug in NcFTPd.
- fixed spinning in cls when output stalls (e.g. cls|less).
- fixed coredump when ftp:proxy was specified without protocol name.
- fixed assertion failure when using ftp over http proxy with CONNECT method.
- fixed timeout message in sftp when it is disconnected.
- fixed compilation on systems lacking atoll function.
Diffstat (limited to 'net/lftp/PLIST')
-rw-r--r-- | net/lftp/PLIST | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/net/lftp/PLIST b/net/lftp/PLIST index 917894b3d12..c8919f7057b 100644 --- a/net/lftp/PLIST +++ b/net/lftp/PLIST @@ -1,23 +1,14 @@ -@comment $NetBSD: PLIST,v 1.7 2004/04/10 23:51:36 salo Exp $ +@comment $NetBSD: PLIST,v 1.8 2004/04/16 02:57:48 salo Exp $ bin/lftp bin/lftpget -lib/lftp/${PKGVERSION}/cmd-mirror.la lib/lftp/${PKGVERSION}/cmd-mirror.so -lib/lftp/${PKGVERSION}/cmd-sleep.la lib/lftp/${PKGVERSION}/cmd-sleep.so -lib/lftp/${PKGVERSION}/liblftp-network.la lib/lftp/${PKGVERSION}/liblftp-network.so -lib/lftp/${PKGVERSION}/liblftp-pty.la lib/lftp/${PKGVERSION}/liblftp-pty.so -lib/lftp/${PKGVERSION}/proto-file.la lib/lftp/${PKGVERSION}/proto-file.so -lib/lftp/${PKGVERSION}/proto-fish.la lib/lftp/${PKGVERSION}/proto-fish.so -lib/lftp/${PKGVERSION}/proto-ftp.la lib/lftp/${PKGVERSION}/proto-ftp.so -lib/lftp/${PKGVERSION}/proto-http.la lib/lftp/${PKGVERSION}/proto-http.so -lib/lftp/${PKGVERSION}/proto-sftp.la lib/lftp/${PKGVERSION}/proto-sftp.so man/man1/lftp.1 share/examples/lftp/lftp.conf.default |