./net/lftp, Powerful command line file transfer client

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2010Q2, Version: 4.0.9, Package name: lftp-4.0.9, Maintainer: salo

lftp is powerful file transfer client. It uses GNU readline to read
commands and shell-like command syntax allowing you to launch several
commands in parallel in background. lftp has reliable put, reput, mirror,
and many other commands. lftp supports ftp, http, https, fish and sftp
protocols.


Required to run:
[devel/readline] [textproc/expat]

Required to build:
[devel/libtool-base] [devel/bison]

Package options: ssl

Master sites: (Expand)

SHA1: 86aba6fea67b4811cd5484e6816d2fd01068ef1f
RMD160: a5d08e0c00046ff2c2efd136378fee51a54566b9
Filesize: 1578.382 KB

Version history: (Expand)


CVS history: (Expand)


   2010-08-06 20:49:56 by Matthias Scheler | Files touched by this commit (6) | Package updated
Log message:
Pullup ticket #3198 - requested by gls
net/lftp: security update

Revisions pulled up:
- net/lftp/Makefile				1.92-1.93
- net/lftp/distinfo				1.53-1.54
- net/lftp/PLIST				1.17
- net/lftp/patches/patch-ab			1.4
- net/lftp/patches/patch-af			delete
- net/lftp/patches/patch-ag			delete
---
Module Name:	pkgsrc
Committed By:	pettai
Date:		Mon Jul 19 13:12:00 UTC 2010

Modified Files:
	pkgsrc/net/lftp: Makefile distinfo
Removed Files:
	pkgsrc/net/lftp/patches: patch-af patch-ag

Log message:
Update to 4.0.4:

* added dnssec support.
* new setting cmd:stifle-rl-history to limit command history size.
* fixed exit code of mget/mput.
* fixed compilation on some systems.
* fixed crash of `cls -s' on MacOS X x64.
* torrent: don't try to connect back to peers which connected to us.
---
Module Name:	pkgsrc
Committed By:	pettai
Date:		Sun Jul 25 21:38:34 UTC 2010

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

Log message:
Version 4.0.9 - 2010-06-10

* torrent: don't try to re-download invalid piece from the same peer.
* added a short lftp.conf(5) man page.
* fixed a problem with zeroed errno.
* fixed status of mget from file: schema.
* fixed a compilation problem on AIX.

Version 4.0.8 - 2010-05-24

* fixed get/mget -c when xfer:clobber is off.
* fixed file verification in pget.
* fixed ftp encoding for servers with LANG but without UTF8 feature.

Version 4.0.7 - 2010-04-29

* make xfer:clobber off by default.
* limit number of attempts to upload a file (net:max-retries).
* handle 426 ftp reply to STOR specially.
* retry FEAT after login even after non-standard 5xx reply.

Version 4.0.6 - 2010-03-25

* use O_EXCL flag when xfer:clobber is off.
* better validation of server-provided file name (CVE-2010-2251).
* new setting xfer:auto-rename (off by default).
* new setting ftp:ssl-copy-sid (for some broken servers).
* fixed CCC ftp command to shutdown SSL connection properly.
* fixed `pget -c' on complete files.

Version 4.0.5 - 2009-12-21

* added support for lighttpd listings.
* fixed sftp rename.
* fixed a core dump on `kill all' with pget.
* fixed interrupting of a torrent with unresponsive tracker.
* Czech translation updated