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 | 5e5cdb1a31921772b178afa5cca64d7c06154bab (patch) | |
tree | e1bfc06ed9021623cf1425b3b201df559fa4e663 /net/libtorrent | |
parent | a42b4bba2380e5608e430106a974a5b4b1d2ab5a (diff) | |
download | pkgsrc-5e5cdb1a31921772b178afa5cca64d7c06154bab.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/libtorrent')
-rw-r--r-- | net/libtorrent/Makefile | 4 | ||||
-rw-r--r-- | net/libtorrent/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/libtorrent/Makefile b/net/libtorrent/Makefile index 2fb5493ab10..9e3fea66010 100644 --- a/net/libtorrent/Makefile +++ b/net/libtorrent/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.35 2009/10/29 11:42:30 tron Exp $ +# $NetBSD: Makefile,v 1.36 2010/01/01 19:36:31 snj Exp $ -DISTNAME= libtorrent-0.12.5 +DISTNAME= libtorrent-0.12.6 CATEGORIES= net MASTER_SITES= ${HOMEPAGE:=downloads/} diff --git a/net/libtorrent/distinfo b/net/libtorrent/distinfo index 1b43db759d2..11949adca52 100644 --- a/net/libtorrent/distinfo +++ b/net/libtorrent/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.26 2009/10/29 11:42:30 tron Exp $ +$NetBSD: distinfo,v 1.27 2010/01/01 19:36:31 snj Exp $ -SHA1 (libtorrent-0.12.5.tar.gz) = 05a60581c6b1a94e2a07d1a07e47b8c60d2e237c -RMD160 (libtorrent-0.12.5.tar.gz) = 645ae77a23c77c1d2134431b182cb206ab254259 -Size (libtorrent-0.12.5.tar.gz) = 587228 bytes +SHA1 (libtorrent-0.12.6.tar.gz) = bf7082f98bd6281493cba94a456697fb88c2c21b +RMD160 (libtorrent-0.12.6.tar.gz) = 62f0c9737d4ca9621c42d673ea997f9d36875530 +Size (libtorrent-0.12.6.tar.gz) = 594113 bytes SHA1 (patch-aa) = d864808b9e9524b3a7f72bcc1b465d4e6b2d4f4a |