diff options
author | wiz <wiz@pkgsrc.org> | 2003-03-06 08:46:31 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-03-06 08:46:31 +0000 |
commit | 91ad8cab366b5775822c3e2570dcd316f9945c8b (patch) | |
tree | 014a64cac55bd073eed2f6e6e95762bc68e9c9bd /net/lftp/patches | |
parent | fe1192c6963fca7186e01a79d0c620a85799893f (diff) | |
download | pkgsrc-91ad8cab366b5775822c3e2570dcd316f9945c8b.tar.gz |
Update to 2.6.5.
Version 2.6.5 - 2003-02-28
* new mirror options --log=<file> and --script=<file> to produce lftp commands
equivalent to the actions done (log) or to be done (script) by mirror.
`-' as file name means stdout.
* fixed a dead-lock when resuming FXP with passive source.
* re-get file size and date after HTTP redirect.
* added workarounds for proftpd.
* handle EPIPE (Broken pipe) error as temporary network error.
* fixed a dead-lock in HTTP retrieval after redirect.
* added cls option --sort=date (Oskar Liljeblad).
* fixed compilation on OpenBSD and older Solaris.
* fixed handling of symbolic links in find.
* lftp -f and -c options can now be combined
* fixed slot handling in non-interactive mode.
* fixed large file support in cat command.
* fixed dante socks compilation (now lftp does not use poll with dante).
* fixed data connection abort with ssl connection to wu-ftpd.
Diffstat (limited to 'net/lftp/patches')
-rw-r--r-- | net/lftp/patches/patch-ad | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/net/lftp/patches/patch-ad b/net/lftp/patches/patch-ad deleted file mode 100644 index cfc9f9d17ca..00000000000 --- a/net/lftp/patches/patch-ad +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-ad,v 1.1 2003/02/06 14:22:16 seb Exp $ - ---- src/NetAccess.cc.orig Wed Dec 25 13:44:31 2002 -+++ src/NetAccess.cc -@@ -24,6 +24,9 @@ - - #include <errno.h> - #include <assert.h> -+#ifdef HAVE_SYS_TYPES_H -+#include <sys/types.h> -+#endif - #include <math.h> - #include <netinet/in.h> - #include <arpa/inet.h> |