e2e5763fcb
Based on patches from Juan RP and Toru TAKAMIZU via PR pkg/19419. Changes: Version 2.6.4 - 2002-12-26 ========================== * new settings net:socket-bind-ipv4 and net:socket-bind-ipv6 to bind sockets to a specific address (useful to select a specific network interface to use). * now reget does not start transfer if not needed. * ssl:verify-certificate set to no by default. * fixed ~ handling in find and mirror. Version 2.6.3 - 2002-11-04 ========================== * fixed wrong eta calculation. * fixed cls when redirected output file was not writable. * fixed uploading of zero sized files over fish protocol. * fixed timezone manipulation on linux. * fixed a compilation problem on hp/ux. Version 2.6.2 - 2002-09-10 ========================== * readline history is now stored in a file. * handle full-disk condition as fatal if the file is removed. * recursive deletion (rm -r) fixed. It used DELE instead of RMD. * fixed a rare core dump, usually happening on completion. * fixed compilation with modules. Version 2.6.1 - 2002-08-10 ========================== * fixed core dump when handling Content-Disposition. * fixed core dump when specifying zero queue position. * fixed ETA rounding - it was possible to see 1h60m. * a number of compile problems fixed. Version 2.6.0 - 2002-08-02 ========================== * separated rate limitations for download and upload (set limit-rate 200:100). * added SSL certificate support and several SSL related settings. * connection slot support. Now you can switch sessions with Meta-[123...] or with command `slot <name>'. You can also use slot:<name> as a pseudo-URL. * per-slot queues. Now you can have several queues for the same site using different slots. * queue can be stopped now. Use `queue' with no args to create a stopped queue, `queue start' to run it, `queue stop' to stop it. When you exit lftp, the queue will start automatically. * mirror now appends source base name to target if target ends with a slash. * improved hftp:proxy setting. Now it defaults to http:proxy and is not needed if ftp:proxy is set to `http://...'. * fixed mirror in case of server without MDTM command. * mirror could start multiple transfers if it could not cd to a direcory, even without --parallel. * fixed fd leak in `(commands)' structure. * fixed memory leak in '(commands)'. Version 2.5.4 - 2002-06-05 ========================== * fixed double free problem introduced in version 2.5.3. * compilation fixes. Version 2.5.3 - 2002-06-02 ========================== * security fix: long error message from ftp server could cause buffer overflow. * fixed ftp:fix-pasv-address. Now the address should be fixed properly. * handle HTTP `100 Continue' in any open mode. * status line fixed: don't write a space to last screen column. * security fix: check that addresses have proper length. * migrated to gettext-0.11.2 and automake-1.6.1.
36 lines
1.3 KiB
Text
36 lines
1.3 KiB
Text
@comment $NetBSD: PLIST,v 1.5 2003/01/31 17:01:57 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}/libnetwork.la
|
|
lib/lftp/${PKGVERSION}/libnetwork.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
|
|
man/man1/lftp.1
|
|
share/examples/lftp/lftp.conf
|
|
share/lftp/import-ncftp
|
|
share/lftp/import-netscape
|
|
${PKGLOCALEDIR}/locale/de/LC_MESSAGES/lftp.mo
|
|
${PKGLOCALEDIR}/locale/es/LC_MESSAGES/lftp.mo
|
|
${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/lftp.mo
|
|
${PKGLOCALEDIR}/locale/it/LC_MESSAGES/lftp.mo
|
|
${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/lftp.mo
|
|
${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/lftp.mo
|
|
${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/lftp.mo
|
|
${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/lftp.mo
|
|
${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/lftp.mo
|
|
${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/lftp.mo
|
|
${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/lftp.mo
|
|
@dirrm share/lftp
|
|
@dirrm share/examples/lftp
|
|
@dirrm lib/lftp/${PKGVERSION}
|
|
@dirrm lib/lftp
|