diff options
author | tron <tron@pkgsrc.org> | 2006-09-27 20:36:45 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2006-09-27 20:36:45 +0000 |
commit | 0497ecbb4e426caf30d16423254455f03ea3bdd3 (patch) | |
tree | bfdd42b61c998de5a731623ad5a11d3e2f3bae3a /net/rtorrent | |
parent | 256e85d3bfcfbfd79862b840af8849744390e838 (diff) | |
download | pkgsrc-0497ecbb4e426caf30d16423254455f03ea3bdd3.tar.gz |
Update "libtorrent" package to version 0.10.2 and "rtorrent" package to
version 0.6.2. Changes since 0.10.1 respectively 0.6.1:
- Rebound the old ^P for commands to ^X due to a collision with up key.
- The ^F and ^B keys can be used instead of left and right arrows.
- Support for qwertz keyboard layout.
- Fixed a bug that caused quick hash checking to mark chunks as
unfinished if it was unable to map them.
- Peer info with the corrupt upload counter is now saved in the session
torrent. Uninteresting peers are removed at regular intervals.
- Allow only one connection from a single host. A peer's listening port
is now kept track of separately from the connection port.
- An integer is used in the session torrent instead of a bitfield when
either none or all chunks are done.
- Added code for preloading chunks that get mapped, currently disabled.
- When checking how much free disk-space remains, any file or directory
that is a symlink is tested as they may be on a different mount point.
- Fixed most of the bugs reported.
Diffstat (limited to 'net/rtorrent')
-rw-r--r-- | net/rtorrent/Makefile | 4 | ||||
-rw-r--r-- | net/rtorrent/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/rtorrent/Makefile b/net/rtorrent/Makefile index 7b7c0986252..586ce1fe7f3 100644 --- a/net/rtorrent/Makefile +++ b/net/rtorrent/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2006/09/13 21:04:20 tron Exp $ +# $NetBSD: Makefile,v 1.13 2006/09/27 20:36:45 tron Exp $ -DISTNAME= rtorrent-0.6.1 +DISTNAME= rtorrent-0.6.2 CATEGORIES= net MASTER_SITES= http://libtorrent.rakshasa.no/downloads/ diff --git a/net/rtorrent/distinfo b/net/rtorrent/distinfo index 57c1839678c..c828245621b 100644 --- a/net/rtorrent/distinfo +++ b/net/rtorrent/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2006/09/13 21:04:20 tron Exp $ +$NetBSD: distinfo,v 1.8 2006/09/27 20:36:45 tron Exp $ -SHA1 (rtorrent-0.6.1.tar.gz) = 4defe3a47ce84b8e2be6041b504015019eda606b -RMD160 (rtorrent-0.6.1.tar.gz) = 71a2e4cf5522d0e3a42e1d3293e4d8ff960252b1 -Size (rtorrent-0.6.1.tar.gz) = 411058 bytes +SHA1 (rtorrent-0.6.2.tar.gz) = 60ab4548c96890bffe03f40381594ab0349a4fff +RMD160 (rtorrent-0.6.2.tar.gz) = c1b244b42c946913c51466fa0735f14ac4c1145e +Size (rtorrent-0.6.2.tar.gz) = 412290 bytes |