From 8f529c0251e261db9ef7da4922f21bde9967c9bb Mon Sep 17 00:00:00 2001 From: snj Date: Fri, 1 Jan 2010 19:36:31 +0000 Subject: Update libtorrent to 0.12.6 and rtorrent to 0.8.6. Changes: - Added a simple scheduler framework. - Don't send numwant in STOPPED messages as some trackers are stupid about it. - Reintroduced clearing of epoll event list when a socket is closed as it might cause race conditions. - Added cppUnit test framework. Tests will be added on rather unregular basis. - Logging for SCGI calls. - Fixed handling of errors when writing out session torrents, it should no longer hit an infinite loop. - Fixed a bug that would cause reading of a piece to hang rtorrent if the incoming data contains only data up to a file boundary, but not the next file's data. - Fixes a file handle leak in the execute_capture functions. - Fixed crash on empty bitfield in 'd.bitfield'. - Fixed the Object::flag_unordered code to handle initial zero-length keys. Ticket #1950. - Made torrent::Rate::rate_type uint64_t and added sanity checks due to reports of bad download/upload values being reported to some trackers. OK tron@ wiz@ --- net/rtorrent/Makefile | 4 ++-- net/rtorrent/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'net/rtorrent') diff --git a/net/rtorrent/Makefile b/net/rtorrent/Makefile index 2eb458c09d5..49fd44e80dc 100644 --- a/net/rtorrent/Makefile +++ b/net/rtorrent/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.34 2009/10/29 11:42:31 tron Exp $ +# $NetBSD: Makefile,v 1.35 2010/01/01 19:36:31 snj Exp $ -DISTNAME= rtorrent-0.8.5 +DISTNAME= rtorrent-0.8.6 CATEGORIES= net MASTER_SITES= ${HOMEPAGE:=downloads/} diff --git a/net/rtorrent/distinfo b/net/rtorrent/distinfo index 1b8e89d6f6e..3632459f57b 100644 --- a/net/rtorrent/distinfo +++ b/net/rtorrent/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.24 2009/10/29 11:42:31 tron Exp $ +$NetBSD: distinfo,v 1.25 2010/01/01 19:36:31 snj Exp $ -SHA1 (rtorrent-0.8.5.tar.gz) = ebab4af5c3c5f31803e0880fadd303ecbc6adba8 -RMD160 (rtorrent-0.8.5.tar.gz) = ebf5bc3a39ec8b9905513a706a480452498ca991 -Size (rtorrent-0.8.5.tar.gz) = 512889 bytes +SHA1 (rtorrent-0.8.6.tar.gz) = ffce3959ba91738bb444d689db3db1e2375b14ce +RMD160 (rtorrent-0.8.6.tar.gz) = 3d5109d4ee26c663b376e0b9f610ab6055c57ba9 +Size (rtorrent-0.8.6.tar.gz) = 521045 bytes SHA1 (patch-aa) = ef8edceb33f28e022e3d48706c30733ac3a730a3 SHA1 (patch-ab) = 87873bb32166d00398ab0ef6421a6fe85a55c914 SHA1 (patch-ac) = b62de9ce834aa0422ec173e694d07e88aa1e2f47 -- cgit v1.2.3