diff options
author | snj <snj@pkgsrc.org> | 2010-01-01 19:36:31 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2010-01-01 19:36:31 +0000 |
commit | 46f88a9795afdde42c79f2d7eea371af8cb3c92c (patch) | |
tree | e1bfc06ed9021623cf1425b3b201df559fa4e663 /net/rtorrent/Makefile | |
parent | c477b7cb2124efce3363fe24c9a993e1dc06582a (diff) | |
download | pkgsrc-46f88a9795afdde42c79f2d7eea371af8cb3c92c.tar.gz |
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@
Diffstat (limited to 'net/rtorrent/Makefile')
-rw-r--r-- | net/rtorrent/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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/} |