diff options
author | salo <salo@pkgsrc.org> | 2003-01-31 17:01:57 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-01-31 17:01:57 +0000 |
commit | e2e5763fcbb79bb90c5a03825244dcf314c4ea5c (patch) | |
tree | 7d0ba53710f758a59c0e3523862b256b52f3d32f /net/lftp/patches | |
parent | 9c13ec49016b939e5592571338c7f45d113ec011 (diff) | |
download | pkgsrc-e2e5763fcbb79bb90c5a03825244dcf314c4ea5c.tar.gz |
Update to version 2.6.4.
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.
Diffstat (limited to 'net/lftp/patches')
-rw-r--r-- | net/lftp/patches/patch-ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/lftp/patches/patch-ac b/net/lftp/patches/patch-ac new file mode 100644 index 00000000000..19d80ac9479 --- /dev/null +++ b/net/lftp/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1 2003/01/31 17:01:58 salo Exp $ + +--- Makefile.in.orig Wed Dec 25 15:20:25 2002 ++++ Makefile.in Fri Jan 31 17:17:26 2003 +@@ -431,7 +431,7 @@ + + info-am: + +-install-data-am: install-data-local ++install-data-am: + + install-exec-am: + |