diff options
author | pettai <pettai@pkgsrc.org> | 2011-07-27 04:57:47 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2011-07-27 04:57:47 +0000 |
commit | 0248607e57d6816c76b6804635bece26aa604027 (patch) | |
tree | b06c74802f5278c37d603e0c43beab607cc22e98 /net/lftp/Makefile | |
parent | fe14a002d0643040da0297b0b4ca05711852ffcc (diff) | |
download | pkgsrc-0248607e57d6816c76b6804635bece26aa604027.tar.gz |
Version 4.3.1 - 2011-06-28
* fixed a coredump in torrent on linux with a ppp interface.
* translation updated (ru).
Version 4.3.0 - 2011-06-17
* new command `attach' to control a backgrounded lftp.
* automatically fill torrent:ipv6 setting.
* slightly improved torrent status display.
* fixed reconnect interval (it was sometimes uninitialized).
* several fixes for the case of cmd:parallel>1
Diffstat (limited to 'net/lftp/Makefile')
-rw-r--r-- | net/lftp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/lftp/Makefile b/net/lftp/Makefile index d67d2d53720..f9efcda90ac 100644 --- a/net/lftp/Makefile +++ b/net/lftp/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.97 2011/06/19 16:58:18 pettai Exp $ +# $NetBSD: Makefile,v 1.98 2011/07/27 04:57:47 pettai Exp $ -DISTNAME= lftp-4.2.3 +DISTNAME= lftp-4.3.1 CATEGORIES= net MASTER_SITES= http://ftp.yars.free.net/pub/source/lftp/ \ ftp://ftp.st.ryukoku.ac.jp/pub/network/ftp/lftp/ \ |