pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net Update libtorrent to 0.12.6 and rtorrent to 0.8.6.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/feb19a4367d4
branches:  trunk
changeset: 568993:feb19a4367d4
user:      snj <snj%pkgsrc.org@localhost>
date:      Fri Jan 01 19:36:31 2010 +0000

description:
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:

 net/libtorrent/Makefile |  4 ++--
 net/libtorrent/distinfo |  8 ++++----
 net/rtorrent/Makefile   |  4 ++--
 net/rtorrent/distinfo   |  8 ++++----
 4 files changed, 12 insertions(+), 12 deletions(-)

diffs (54 lines):

diff -r 4019cb330c90 -r feb19a4367d4 net/libtorrent/Makefile
--- a/net/libtorrent/Makefile   Fri Jan 01 18:38:08 2010 +0000
+++ b/net/libtorrent/Makefile   Fri Jan 01 19:36:31 2010 +0000
@@ -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 -r 4019cb330c90 -r feb19a4367d4 net/libtorrent/distinfo
--- a/net/libtorrent/distinfo   Fri Jan 01 18:38:08 2010 +0000
+++ b/net/libtorrent/distinfo   Fri Jan 01 19:36:31 2010 +0000
@@ -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
diff -r 4019cb330c90 -r feb19a4367d4 net/rtorrent/Makefile
--- a/net/rtorrent/Makefile     Fri Jan 01 18:38:08 2010 +0000
+++ b/net/rtorrent/Makefile     Fri Jan 01 19:36:31 2010 +0000
@@ -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 -r 4019cb330c90 -r feb19a4367d4 net/rtorrent/distinfo
--- a/net/rtorrent/distinfo     Fri Jan 01 18:38:08 2010 +0000
+++ b/net/rtorrent/distinfo     Fri Jan 01 19:36:31 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index