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 | |
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.
-rw-r--r-- | net/libtorrent/Makefile | 4 | ||||
-rw-r--r-- | net/libtorrent/PLIST | 4 | ||||
-rw-r--r-- | net/libtorrent/distinfo | 8 | ||||
-rw-r--r-- | net/rtorrent/Makefile | 4 | ||||
-rw-r--r-- | net/rtorrent/distinfo | 8 |
5 files changed, 15 insertions, 13 deletions
diff --git a/net/libtorrent/Makefile b/net/libtorrent/Makefile index b7640bd0814..f287f1366a7 100644 --- a/net/libtorrent/Makefile +++ b/net/libtorrent/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2006/09/13 21:04:19 tron Exp $ +# $NetBSD: Makefile,v 1.15 2006/09/27 20:36:45 tron Exp $ -DISTNAME= libtorrent-0.10.1 +DISTNAME= libtorrent-0.10.2 CATEGORIES= net MASTER_SITES= http://libtorrent.rakshasa.no/downloads/ diff --git a/net/libtorrent/PLIST b/net/libtorrent/PLIST index 275274ebb0d..f3081755d3a 100644 --- a/net/libtorrent/PLIST +++ b/net/libtorrent/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2006/09/13 21:04:19 tron Exp $ +@comment $NetBSD: PLIST,v 1.5 2006/09/27 20:36:45 tron Exp $ include/torrent/bitfield.h include/torrent/block.h include/torrent/block_list.h @@ -17,6 +17,8 @@ include/torrent/object_stream.h include/torrent/path.h include/torrent/peer.h include/torrent/piece.h +include/torrent/peer_info.h +include/torrent/peer_list.h include/torrent/poll.h include/torrent/poll_epoll.h include/torrent/poll_kqueue.h diff --git a/net/libtorrent/distinfo b/net/libtorrent/distinfo index bc6f137d7cf..327e4525d8b 100644 --- a/net/libtorrent/distinfo +++ b/net/libtorrent/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2006/09/18 22:04:52 joerg Exp $ +$NetBSD: distinfo,v 1.11 2006/09/27 20:36:45 tron Exp $ -SHA1 (libtorrent-0.10.1.tar.gz) = 0eb15edc789bbd549a505c5c9a54279ac352c538 -RMD160 (libtorrent-0.10.1.tar.gz) = 1cc40a2543e075658012b00f9709550de0c0a8d0 -Size (libtorrent-0.10.1.tar.gz) = 447888 bytes +SHA1 (libtorrent-0.10.2.tar.gz) = e24214555f9b1a663b65c1d7364394ed90fe0151 +RMD160 (libtorrent-0.10.2.tar.gz) = 51016db461ff1a3d4b2ff952c94f35981ce0004e +Size (libtorrent-0.10.2.tar.gz) = 453071 bytes SHA1 (patch-aa) = 98a4a23beb017c03005bcc42aa1d6cfefdfcfded 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 |