Subject: CVS commit: pkgsrc/net/lftp
To: None <pkgsrc-changes@NetBSD.org>
From: Lubomir Sedlacik <salo@netbsd.org>
List: pkgsrc-changes
Date: 04/08/2005 12:45:22
Module Name:	pkgsrc
Committed By:	salo
Date:		Fri Apr  8 12:45:22 UTC 2005

Modified Files:
	pkgsrc/net/lftp: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.53 -r1.54 pkgsrc/net/lftp/Makefile
cvs rdiff -r1.29 -r1.30 pkgsrc/net/lftp/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.