Wed Dec 3 12:57:40 2008 UTC ()
Update "libtorrent" to version 0.12.2 and "rtorrent" to version 0.8.2
Changes since version 0.11.9 respectively 0.7.9:
- Support for DHT.
- Cleanup and refactoring of the API.
- Enable PEX by default.
- A lot of bug fixes and minor improvements


(tron)
diff -r1.28 -r1.29 pkgsrc/net/libtorrent/Makefile
diff -r1.7 -r1.8 pkgsrc/net/libtorrent/PLIST
diff -r1.14 -r1.15 pkgsrc/net/libtorrent/buildlink3.mk
diff -r1.20 -r1.21 pkgsrc/net/libtorrent/distinfo
diff -r1.28 -r1.29 pkgsrc/net/rtorrent/Makefile
diff -r1.17 -r1.18 pkgsrc/net/rtorrent/distinfo

cvs diff -r1.28 -r1.29 pkgsrc/net/libtorrent/Makefile (expand / switch to context diff)
--- pkgsrc/net/libtorrent/Makefile 2008/05/25 20:49:39 1.28
+++ pkgsrc/net/libtorrent/Makefile 2008/12/03 12:57:40 1.29
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2008/05/25 20:49:39 tron Exp $
+# $NetBSD: Makefile,v 1.29 2008/12/03 12:57:40 tron Exp $
 
-DISTNAME=	libtorrent-0.11.9
-PKGREVISION=	1
+DISTNAME=	libtorrent-0.12.2
 CATEGORIES=	net
 MASTER_SITES=	${HOMEPAGE:=downloads/}
 

cvs diff -r1.7 -r1.8 pkgsrc/net/libtorrent/PLIST (expand / switch to context diff)
--- pkgsrc/net/libtorrent/PLIST 2007/04/20 13:37:57 1.7
+++ pkgsrc/net/libtorrent/PLIST 2008/12/03 12:57:40 1.8
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2007/04/20 13:37:57 tron Exp $
+@comment $NetBSD: PLIST,v 1.8 2008/12/03 12:57:40 tron Exp $
 include/torrent/bitfield.h
 include/torrent/chunk_manager.h
 include/torrent/common.h
@@ -13,6 +13,7 @@
 include/torrent/data/file_utils.h
 include/torrent/data/piece.h
 include/torrent/data/transfer_list.h
+include/torrent/dht_manager.h
 include/torrent/download.h
 include/torrent/error.h
 include/torrent/event.h
@@ -24,6 +25,7 @@
 include/torrent/path.h
 include/torrent/peer/client_info.h
 include/torrent/peer/client_list.h
+include/torrent/peer/connection_list.h
 include/torrent/peer/peer.h
 include/torrent/peer/peer_info.h
 include/torrent/peer/peer_list.h
@@ -33,6 +35,7 @@
 include/torrent/poll_select.h
 include/torrent/rate.h
 include/torrent/resume.h
+include/torrent/throttle.h
 include/torrent/torrent.h
 include/torrent/tracker.h
 include/torrent/tracker_list.h

cvs diff -r1.14 -r1.15 pkgsrc/net/libtorrent/buildlink3.mk (expand / switch to context diff)
--- pkgsrc/net/libtorrent/buildlink3.mk 2008/01/18 05:08:44 1.14
+++ pkgsrc/net/libtorrent/buildlink3.mk 2008/12/03 12:57:40 1.15
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.14 2008/01/18 05:08:44 tnn Exp $
+# $NetBSD: buildlink3.mk,v 1.15 2008/12/03 12:57:40 tron Exp $
 
 BUILDLINK_DEPTH:=		${BUILDLINK_DEPTH}+
 LIBTORRENT_BUILDLINK3_MK:=	${LIBTORRENT_BUILDLINK3_MK}+
@@ -12,8 +12,8 @@
 BUILDLINK_ORDER:=	${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}libtorrent
 
 .if !empty(LIBTORRENT_BUILDLINK3_MK:M+)
-BUILDLINK_API_DEPENDS.libtorrent+=	libtorrent>=0.11.0
-BUILDLINK_ABI_DEPENDS.libtorrent+=	libtorrent>=0.11.9nb1
+BUILDLINK_API_DEPENDS.libtorrent+=	libtorrent>=0.12.0
+BUILDLINK_ABI_DEPENDS.libtorrent+=	libtorrent>=0.12.0
 BUILDLINK_PKGSRCDIR.libtorrent?=	../../net/libtorrent
 .endif	# LIBTORRENT_BUILDLINK3_MK
 

cvs diff -r1.20 -r1.21 pkgsrc/net/libtorrent/distinfo (expand / switch to context diff)
--- pkgsrc/net/libtorrent/distinfo 2007/11/23 09:49:04 1.20
+++ pkgsrc/net/libtorrent/distinfo 2008/12/03 12:57:40 1.21
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2007/11/23 09:49:04 tron Exp $
+$NetBSD: distinfo,v 1.21 2008/12/03 12:57:40 tron Exp $
 
-SHA1 (libtorrent-0.11.9.tar.gz) = d88e754d1c2ff7f8c5fb7544331264bd505870b8
+SHA1 (libtorrent-0.12.2.tar.gz) = a53d2c671e9f2dd971d0622d5b3672da91c46ef9
-RMD160 (libtorrent-0.11.9.tar.gz) = fb8de66d65791dab67c195356a98de7cf653d3c9
+RMD160 (libtorrent-0.12.2.tar.gz) = 88cdc415f98afd8b87fa6d7330906737c3e434fa
-Size (libtorrent-0.11.9.tar.gz) = 545210 bytes
+Size (libtorrent-0.12.2.tar.gz) = 585374 bytes

cvs diff -r1.28 -r1.29 pkgsrc/net/rtorrent/Makefile (expand / switch to context diff)
--- pkgsrc/net/rtorrent/Makefile 2008/05/25 20:49:39 1.28
+++ pkgsrc/net/rtorrent/Makefile 2008/12/03 12:57:40 1.29
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2008/05/25 20:49:39 tron Exp $
+# $NetBSD: Makefile,v 1.29 2008/12/03 12:57:40 tron Exp $
 
-DISTNAME=	rtorrent-0.7.9
-PKGREVISION=	1
+DISTNAME=	rtorrent-0.8.2
 CATEGORIES=	net
 MASTER_SITES=	${HOMEPAGE:=downloads/}
 

cvs diff -r1.17 -r1.18 pkgsrc/net/rtorrent/distinfo (expand / switch to context diff)
--- pkgsrc/net/rtorrent/distinfo 2007/11/23 09:49:04 1.17
+++ pkgsrc/net/rtorrent/distinfo 2008/12/03 12:57:40 1.18
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2007/11/23 09:49:04 tron Exp $
+$NetBSD: distinfo,v 1.18 2008/12/03 12:57:40 tron Exp $
 
-SHA1 (rtorrent-0.7.9.tar.gz) = 0b53bd3b2c15f93352607ab3685916fe27033450
-RMD160 (rtorrent-0.7.9.tar.gz) = 8cfee138c0142ad22830b3d518e198f163063a84
-Size (rtorrent-0.7.9.tar.gz) = 489174 bytes
+SHA1 (rtorrent-0.8.2.tar.gz) = 891093c5d600c2e3853eadbbec369a12dfe6ec11
+RMD160 (rtorrent-0.8.2.tar.gz) = e86b0082d1788e4e7cd8fcf631f7f857d642c799
+Size (rtorrent-0.8.2.tar.gz) = 506015 bytes
 SHA1 (patch-ab) = 87873bb32166d00398ab0ef6421a6fe85a55c914