diff options
author | salo <salo@pkgsrc.org> | 2004-09-15 09:20:30 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2004-09-15 09:20:30 +0000 |
commit | af483899e21b01387e23747021c2c5f5a83ad335 (patch) | |
tree | ec964fef3079dd98f719eb25caf6bb0f0ab68956 /net/lftp/Makefile | |
parent | 02cbfeb7f23eac2fa034115216f256a37b0a1851 (diff) | |
download | pkgsrc-af483899e21b01387e23747021c2c5f5a83ad335.tar.gz |
Update to version 3.0.8.
Changes:
Some bugs fixed; http:authorization setting added.
- made http:cache-control host specific; added hftp:cache-control.
- new setting http:authorization.
- fixed sftp and fish protocols working with FreeBSD servers.
- fixed transfer of zero length files when modification time is not known.
- fixed put over fish protocol when source file grows.
- fixed a core dump in FXP transfer mode.
Diffstat (limited to 'net/lftp/Makefile')
-rw-r--r-- | net/lftp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/lftp/Makefile b/net/lftp/Makefile index 31c3a198003..ce82f4b0f8a 100644 --- a/net/lftp/Makefile +++ b/net/lftp/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.47 2004/08/13 07:19:51 salo Exp $ +# $NetBSD: Makefile,v 1.48 2004/09/15 09:20:30 salo Exp $ # -DISTNAME= lftp-3.0.7 +DISTNAME= lftp-3.0.8 CATEGORIES= net MASTER_SITES= ftp://ftp.cs.tu-berlin.de/pub/net/ftp/lftp/ \ ftp://ftp.tuwien.ac.at/infosys/browsers/ftp/lftp/ \ |