Subject: CVS commit: pkgsrc/net/lftp
To: None <pkgsrc-changes@NetBSD.org>
From: Lubomir Sedlacik <salo@netbsd.org>
List: pkgsrc-changes
Date: 05/27/2004 14:37:16
Module Name:	pkgsrc
Committed By:	salo
Date:		Thu May 27 14:37:16 UTC 2004

Modified Files:
	pkgsrc/net/lftp: Makefile distinfo
	pkgsrc/net/lftp/patches: patch-aa

Log Message:
Updated to version 3.0.4.

Changes:
========

Several bugs fixed. Encrypted FXP support added. CPU usage optimizations.

- encrypted FXP is now supported with CPSV or SSCN commands.
- new setting ftp:ssl-protect-fxp (default is no).
- cpu usage optimizations, sftp speed-up.
- fixed uploading of zero sized files over ftp.
- fixed coredump when AUTH SSL was used and the server refused to setup ssl
  connection.
- fixed coredump on unexpected extra ftp server reply.
- added workaround for ftp servers violating RFC2389 (format of FEAT reply).
- added workaround for ftp servers which refuse to switch to utf-8 before
  login.
- fixed compilation on systems without strtok_r.


To generate a diff of this commit:
cvs rdiff -r1.42 -r1.43 pkgsrc/net/lftp/Makefile
cvs rdiff -r1.19 -r1.20 pkgsrc/net/lftp/distinfo
cvs rdiff -r1.6 -r1.7 pkgsrc/net/lftp/patches/patch-aa

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