diff options
author | salo <salo@pkgsrc.org> | 2005-04-08 12:45:22 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2005-04-08 12:45:22 +0000 |
commit | 28a5604916032e93758ef0ef9effcf2cb3515ed7 (patch) | |
tree | c3f3c636a1b76784a8bdbe42082955d62515e8e2 | |
parent | 71a68f5a13eb55b1a7340918cf7226251d6f413b (diff) | |
download | pkgsrc-28a5604916032e93758ef0ef9effcf2cb3515ed7.tar.gz |
Update to version 3.1.2
Changes:
3.1.2:
======
- cache negative results, new setting cache:expire-negative.
- set http:use-propfind and http:use-mkcol automatically if those
methods are unsupported, so that they will not be retried.
- handle DAV:creator-displayname in PROPFIND parser.
- parse incorrect XML returned for PROPFIND requests as HTML.
- fixed coredump and href handling in PROPFIND result parsing.
- fixed sftp transfer of growing files.
- fixed compilation with socks5 on freebsd.
3.1.1:
======
- new setting ftp:ignore-pasv-address.
- use IP TOS for ftp connections.
- new quote command extentions for http: quote move and quote copy for
DAV operations. E.g. quote copy index.html http://x.org/index2.html.
- fixed timeout handling when waiting for FXP source confirmation.
- fixed http DAV method MOVE (use full URL in Destination; fixed stall).
3.1.0:
======
- http DAV support added (PROPFIND, MKCOL, DELETE, MOVE).
- new setting mirror:set-permissions.
- added cls -r option (reverse sorting).
- ignore non fatal STAT and FSTAT errors in sftp.
- fixed globbing for file names starting with a tilde.
- fixed fish and sftp for solaris 9 ssh.
- fixed SITE UTIME and overloaded MDTM in ftp protocol.
- fixed spinning when local disk is full.
- fixed passive ftp mode for some broken servers.
- fixed wrong year in cls output when the time is several hours in
the future.
- fixed Last-Modified parsing in non-english locales.
- optimized memory usage for large directories.
- compilation fixes for some compilers.
Addresses PR pkg/29922 from Leonard Schmidt.
-rw-r--r-- | net/lftp/Makefile | 6 | ||||
-rw-r--r-- | net/lftp/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net/lftp/Makefile b/net/lftp/Makefile index efed6f7bd2b..33a229a497d 100644 --- a/net/lftp/Makefile +++ b/net/lftp/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.53 2004/12/21 17:58:55 salo Exp $ +# $NetBSD: Makefile,v 1.54 2005/04/08 12:45:22 salo Exp $ # -DISTNAME= lftp-3.0.13 +DISTNAME= lftp-3.1.2 CATEGORIES= net MASTER_SITES= ftp://ftp.cs.tu-berlin.de/pub/net/ftp/lftp/ \ ftp://ftp.tuwien.ac.at/infosys/browsers/ftp/lftp/ \ - http://the.wiretapped.net/mirrors/lftp/ \ + http://tactical.wiretapped.net/mirrors/lftp/ \ ftp://ftp.130th.net/pub/mirror/lftp/ \ ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/ \ ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/old/ diff --git a/net/lftp/distinfo b/net/lftp/distinfo index f539965bf03..76fdac1f128 100644 --- a/net/lftp/distinfo +++ b/net/lftp/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.29 2005/02/24 12:13:52 agc Exp $ +$NetBSD: distinfo,v 1.30 2005/04/08 12:45:22 salo Exp $ -SHA1 (lftp-3.0.13.tar.bz2) = d57173bbef188f63b82d33f7e15d4e712357b5b4 -RMD160 (lftp-3.0.13.tar.bz2) = a634945e0f621d4d85d10dab6ff435ee39beeab0 -Size (lftp-3.0.13.tar.bz2) = 1223604 bytes +SHA1 (lftp-3.1.2.tar.bz2) = a3fee5f633a365c79cad1f6be5395ad7b79826ae +RMD160 (lftp-3.1.2.tar.bz2) = efc7af74b7cfb178f6772e88785c95ddb8d417ea +Size (lftp-3.1.2.tar.bz2) = 1228788 bytes SHA1 (patch-aa) = 07b287f211e1fa87ce319ccc5f9746ebc07da632 SHA1 (patch-ab) = d230522c60786a2bcbce346419d8dfce412578d3 SHA1 (patch-ac) = 8000bf8b44b39b7f87e9d7c89bcb513aa5150753 |