diff options
author | pettai <pettai> | 2011-11-18 22:47:10 +0000 |
---|---|---|
committer | pettai <pettai> | 2011-11-18 22:47:10 +0000 |
commit | b1dc5f7a573069083ff333587bb8d6ba01404114 (patch) | |
tree | 88a890f5995d3ee6fe006a1ed0d4517278867d43 /net/lftp | |
parent | e1def852950c83e2bb90eb45bf9266a4568c8a5c (diff) | |
download | pkgsrc-b1dc5f7a573069083ff333587bb8d6ba01404114.tar.gz |
Version 4.3.3 - 2011-10-20
* new setting ftp:use-tvfs (yes, no, auto).
* improved ftp path handling for servers without TVFS feature.
* improved closure matching, now *.EXT matches URLs ending with ".EXT".
* updated man page.
* updated translations.
* fixed mirror target directory naming.
Version 4.3.2 - 2011-09-16
* fixed fish protocol synchronization when ls fails on the server.
* fixed torrent shutting down when the tracker fails.
* fixed compilation on Solaris.
Diffstat (limited to 'net/lftp')
-rw-r--r-- | net/lftp/Makefile | 4 | ||||
-rw-r--r-- | net/lftp/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/lftp/Makefile b/net/lftp/Makefile index f9efcda90ac..5a7065e8b9a 100644 --- a/net/lftp/Makefile +++ b/net/lftp/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.98 2011/07/27 04:57:47 pettai Exp $ +# $NetBSD: Makefile,v 1.99 2011/11/18 22:47:10 pettai Exp $ -DISTNAME= lftp-4.3.1 +DISTNAME= lftp-4.3.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 483569d9f4c..cd533eb46c4 100644 --- a/net/lftp/distinfo +++ b/net/lftp/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.58 2011/07/27 04:57:47 pettai Exp $ +$NetBSD: distinfo,v 1.59 2011/11/18 22:47:11 pettai Exp $ -SHA1 (lftp-4.3.1.tar.bz2) = 702023cababe34a0fe5854d792d6437c04e9f059 -RMD160 (lftp-4.3.1.tar.bz2) = 5cef49b536326f647b0ee9f629bf9d14ce6712f1 -Size (lftp-4.3.1.tar.bz2) = 1752431 bytes +SHA1 (lftp-4.3.3.tar.bz2) = dc4c47366b28cccf94a599d11acb18f9b3f833be +RMD160 (lftp-4.3.3.tar.bz2) = 3a8e212323bf58c14f5f0dca05d8b9fddb461747 +Size (lftp-4.3.3.tar.bz2) = 1795860 bytes SHA1 (patch-aa) = fee203675df2863830d8b0aaddac44169926709d SHA1 (patch-ab) = cbf428fb51c64431eb32d25160303333ce695b5a SHA1 (patch-ac) = 32e1fba23d4d6bd0b06bacbe503cb9b39d2bf825 |