diff options
author | pettai <pettai> | 2011-06-19 16:58:18 +0000 |
---|---|---|
committer | pettai <pettai> | 2011-06-19 16:58:18 +0000 |
commit | 053fc3c3df62b413f60013810ef758c3f11e137c (patch) | |
tree | 2ba999813a47b72f4b91e327cac954bc569adee2 /net/lftp | |
parent | ae2628da6bfe3db65df3ecfcd07ac76c09e0fa32 (diff) | |
download | pkgsrc-053fc3c3df62b413f60013810ef758c3f11e137c.tar.gz |
Version 4.2.3 - 2011-04-29
* don't write passwords to transfer_log.
* new setting mirror:no-empty-dirs.
* allow `jobs' output to be redirected.
* don't list not connected torrent peers by default.
* show torrent validation rate and ETA.
Version 4.2.2 - 2011-04-11
* fixed `cd -'`.
* fixed pget for URLs with special symbols.
* translations updated (cs, ru). detlist_end VERSION(4.2.0, 2011-03-03) detlist_begin
* changed ssl:verify-certificate default to yes.
* check certificate common name in openssl case (code from curl).
* disable weak algorithms in openssl (Ludwig Nussel).
* new setting xfer:log-file (Timur Sufiev).
* support for netkey pasword in ftp (Ryan Thomas).
* added torrent ipv6 support (new setting torrent:ipv6)
* don't accept new connections when no torrent can accept them.
* allow to specify job numbers in ``jobs'' command.
* fixed a segfault in pget when an error happens on second chunk. detlist_end VERSION(4.1.3, 2011-01-17) detlist_begin
* fixed a coredump in torrent (introduced in 4.1.2). detlist_end VERSION(4.1.2, 2010-12-31) detlist_begin
* new command ln [-s], supported by FTP (SITE [SYM]LINK), FISH, SFTP, and locally via file: schema.
* create remote symlinks in mirror -R if supported by server.
* detect and remove duplicate peers in torrent. detlist_end VERSION(4.1.0, 2010-11-22) detlist_begin
* send path components to ftp server separately, unless TVFS is in FEAT reply.
* save pget status at the very beginning of pget execution.
* allow mirror pget continuation (mirror -c --use-pget).
* allow multiple torrent startup at once (e.g. torrent *.torrent).
* pre-allocate disk space in torrent, if posix_fallocate(3) is supported.
* new command prefix ``local''. It makes the following command use local session instead of remote.
* added torrent multi-tracker support.
* fixed convert-mozilla-cookies cookie duplication. detlist_end VERSION(4.0.10, 2010-09-01) detlist_begin
* use cached file set, dont parse file listing again.
* updated convert-netscape-cookies.
* fixed a problem with zeroed errno in http.
* fixed coredump on mirror --log=file when the file cannot be opened.
* translations updated (de, ru).
Diffstat (limited to 'net/lftp')
-rw-r--r-- | net/lftp/Makefile | 5 | ||||
-rw-r--r-- | net/lftp/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net/lftp/Makefile b/net/lftp/Makefile index dd32b07edd7..d67d2d53720 100644 --- a/net/lftp/Makefile +++ b/net/lftp/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.96 2011/04/22 13:44:24 obache Exp $ +# $NetBSD: Makefile,v 1.97 2011/06/19 16:58:18 pettai Exp $ -DISTNAME= lftp-4.2.0 -PKGREVISION= 1 +DISTNAME= lftp-4.2.3 CATEGORIES= net MASTER_SITES= http://ftp.yars.free.net/pub/source/lftp/ \ ftp://ftp.st.ryukoku.ac.jp/pub/network/ftp/lftp/ \ diff --git a/net/lftp/distinfo b/net/lftp/distinfo index 22cd51378a1..26477736ea2 100644 --- a/net/lftp/distinfo +++ b/net/lftp/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.56 2011/03/21 11:52:02 pettai Exp $ +$NetBSD: distinfo,v 1.57 2011/06/19 16:58:18 pettai Exp $ -SHA1 (lftp-4.2.0.tar.bz2) = 51ae345d22c6b4688984ed29dff6a6eed453c475 -RMD160 (lftp-4.2.0.tar.bz2) = 34df93c6b943e9217bae43094a14ea71c79978a2 -Size (lftp-4.2.0.tar.bz2) = 1727356 bytes +SHA1 (lftp-4.2.3.tar.bz2) = e6dde3dbe55a75bd3fe4096a6d4e0e8661cd7b60 +RMD160 (lftp-4.2.3.tar.bz2) = 7653d2ecedca9a9ee95ea91e28bb3e09ed3b6e63 +Size (lftp-4.2.3.tar.bz2) = 1726583 bytes SHA1 (patch-aa) = d63ec027e99130fa24621906194e43caabd086bd SHA1 (patch-ab) = cbf428fb51c64431eb32d25160303333ce695b5a SHA1 (patch-ac) = 32e1fba23d4d6bd0b06bacbe503cb9b39d2bf825 |