Subject: CVS commit: pkgsrc/net/lftp
To: None <pkgsrc-changes@NetBSD.org>
From: Lubomir Sedlacik <salo@netbsd.org>
List: pkgsrc-changes
Date: 05/30/2005 16:01:40
Module Name:	pkgsrc
Committed By:	salo
Date:		Mon May 30 16:01:40 UTC 2005

Modified Files:
	pkgsrc/net/lftp: Makefile distinfo
Added Files:
	pkgsrc/net/lftp: options.mk

Log Message:
Update to version 3.2.1

Changes:

- convert to PKG_OPTIONS framework
- make gnutls default option, ssl optional

3.2.1:
======
- fixed handling of file names starting with a tilde in sftp protocol.
- fixed minor problem with `lftp -u user --help'.
- fixed compilation with modules.
- fixed compilation without OpenSSL and GnuTLS.
- fixed compilation with certain compiler versions.
- relaxed version requirement on GnuTLS.

3.2.0:
======
- added support for gnutls library. Now OpenSSL is only used if explicitly
  configured with option --with-openssl, and by default gnutls is used.
- added parser for AS/400 ftp listing.
- fixed a coredump in mirror when symbolic link target is unknown.


To generate a diff of this commit:
cvs rdiff -r1.56 -r1.57 pkgsrc/net/lftp/Makefile
cvs rdiff -r1.31 -r1.32 pkgsrc/net/lftp/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/net/lftp/options.mk

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