Subject: CVS commit: pkgsrc/net/lftp
To: None <pkgsrc-changes@NetBSD.org>
From: Lubomir Sedlacik <salo@netbsd.org>
List: pkgsrc-changes
Date: 12/04/2005 22:12:07
Module Name:	pkgsrc
Committed By:	salo
Date:		Sun Dec  4 22:12:07 UTC 2005

Modified Files:
	pkgsrc/net/lftp: Makefile PLIST distinfo options.mk
	pkgsrc/net/lftp/patches: patch-aa
Added Files:
	pkgsrc/net/lftp: PLIST.perl

Log Message:
Update to version 3.3.5

Changes:
- prefer ssl over gnutls by default, by popular demand
- refresh MASTER_SITES list
- add perl option, installs optional additional perl scripts

3.3.5:
======
- added mirror --older-than, --size-range and --max-errors options.
- improved CCC support - allowed protected transfers after CCC.
- added support for sftp v5 and v6 (experimental).
- added configure option --with-pager.
- fixed file uploading via protected ftp with openssl.
- fixed compilation on cygwin.
- fixed compilation with sun c++.

3.3.4:
======
- added support for CCC command and ftp:ssl-use-ccc setting.
- remove password from URLs when showing them on status line.
- fixed `open -u' with an URL.
- fixed a rare spinning.
- fixed compilation on HP-UX.
- fixed handling of 334 reply to AUTH command.

3.3.3:
======
- added support for LFTP_HOME environment variable.
- added workaround for proftpd's empty directories.
- fixed `open file:/path'.
- fixed some bugs introduced in 3.3.2.

3.3.2:
======
- fixed a coredump caused by double-free.

3.3.1:
======
- new setting xfer:destination-directory (default for -O option of get, mget).
- fixed path+file combination in http - avoid double slash.
- fixed url composition in hftp, a slash was missed.
- fixed `open ftp.example.com/path'.
- fixed a coredump when a bookmark contained lots of quotable characters.
- fixed a coredump when an error happened while loading CA or CRL
  certificates.
- fixed uploading of empty files via ftp with ftp:ssl-protect-data on.
- fixed exit code of slot command.
- fixed a coredump with `kill all'.
- fixed path extraction from html files (broken in 3.3.0).

3.3.0:
======
- now plain files can be current location in http protocol.
- report total bytes transferred and transfer rate in mirror.
- included a script for file verification (verify-file). It can check crc32,
  md5sum, gzip, bzip2, rpm, unzip and other things.
- new settings xfer:verify, xfer:verify-command. When xfer:verify is on,
  verify-command is launched after successful file transfer (to local disk)
  to check the file consistency.
- fixed `source -e' to allow subprocess reading from the terminal.
- fixed `source' to return error exit code if the file is unreadable.
- fixed `source' on large command files - some commands were truncated.


To generate a diff of this commit:
cvs rdiff -r1.58 -r1.59 pkgsrc/net/lftp/Makefile
cvs rdiff -r1.8 -r1.9 pkgsrc/net/lftp/PLIST
cvs rdiff -r0 -r1.1 pkgsrc/net/lftp/PLIST.perl
cvs rdiff -r1.32 -r1.33 pkgsrc/net/lftp/distinfo
cvs rdiff -r1.5 -r1.6 pkgsrc/net/lftp/options.mk
cvs rdiff -r1.7 -r1.8 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.