[I sent this earlier this week but it didn't go through]

Here's an update to libtorrent 0.10.4 and rtorrent 0.6.4.  This is a
fairly critical update as 0.6.3 had a bug that caused it to report
lower than actual uploads, which is bad for people who use trackers with
ratios.

Tested on i386 only.

diff -ubr libtorrent.orig/Makefile libtorrent/Makefile
--- libtorrent.orig/Makefile    Mon Nov 13 16:34:35 2006
+++ libtorrent/Makefile Mon Nov 13 22:40:22 2006
@@ -2,8 +2,8 @@
 
 COMMENT=               "BitTorrent Library written in C++"
 
-DISTNAME=              libtorrent-0.10.3
-SHARED_LIBS=           torrent 9.0
+DISTNAME=              libtorrent-0.10.4
+SHARED_LIBS+=          torrent 10
 CATEGORIES=            net devel
 
 HOMEPAGE=              http://libtorrent.rakshasa.no/
diff -ubr libtorrent.orig/distinfo libtorrent/distinfo
--- libtorrent.orig/distinfo    Mon Nov 13 16:34:35 2006
+++ libtorrent/distinfo Mon Nov 13 17:39:03 2006
@@ -1,4 +1,4 @@
-MD5 (libtorrent-0.10.3.tar.gz) = 8697a637db74f42fa23acbee03fa1734
-RMD160 (libtorrent-0.10.3.tar.gz) = daa0f367f24bf15886c14968045b2d771fb06483
-SHA1 (libtorrent-0.10.3.tar.gz) = 6f71cb3b05650f81a34eb34186415c75f877027a
-SIZE (libtorrent-0.10.3.tar.gz) = 449091
+MD5 (libtorrent-0.10.4.tar.gz) = 3154a686d9616f04012596b8daa2ff52
+RMD160 (libtorrent-0.10.4.tar.gz) = 43fdfe827e6f56c7caed2406f5c0c6df28dcf007
+SHA1 (libtorrent-0.10.4.tar.gz) = f809a013469be9a933c1032f8e4ebe08d4150e5a
+SIZE (libtorrent-0.10.4.tar.gz) = 485174


diff -ubr rtorrent.orig/Makefile rtorrent/Makefile
--- rtorrent.orig/Makefile      Mon Nov 13 16:34:46 2006
+++ rtorrent/Makefile   Mon Nov 13 22:49:18 2006
@@ -2,7 +2,7 @@
 
 COMMENT=               "Ncurses BitTorrent Client based on LibTorrent"
 
-DISTNAME=              rtorrent-0.6.3
+DISTNAME=              rtorrent-0.6.4
 CATEGORIES=            net
 HOMEPAGE=              http://libtorrent.rakshasa.no/
 
@@ -19,7 +19,7 @@
 MASTER_SITES=          ${HOMEPAGE}downloads/
 
 BUILD_DEPENDS=         :pkgconfig-*:devel/pkgconfig
-LIB_DEPENDS=           torrent.>=9::net/libtorrent \
+LIB_DEPENDS=           torrent.>=10::net/libtorrent \
                        curl.>=3::net/curl
 
 USE_LIBTOOL=           Yes
diff -ubr rtorrent.orig/distinfo rtorrent/distinfo
--- rtorrent.orig/distinfo      Mon Nov 13 16:34:46 2006
+++ rtorrent/distinfo   Mon Nov 13 22:29:51 2006
@@ -1,4 +1,4 @@
-MD5 (rtorrent-0.6.3.tar.gz) = 80119c01f484a81626ca89d83bfee885
-RMD160 (rtorrent-0.6.3.tar.gz) = 95c6a7d56d88245a4adf8450261cd82c1923f191
-SHA1 (rtorrent-0.6.3.tar.gz) = fb3fcb59117109f4e1c983da205b8c3a9cc2326f
-SIZE (rtorrent-0.6.3.tar.gz) = 411337
+MD5 (rtorrent-0.6.4.tar.gz) = 9077817e5a0f505e0b71add9c57b89f7
+RMD160 (rtorrent-0.6.4.tar.gz) = fa9fb6e8693a9d16926b022f97db6145847bb4c6
+SHA1 (rtorrent-0.6.4.tar.gz) = df3e39a78334284262fe71e9db63b3e47ca5ab29
+SIZE (rtorrent-0.6.4.tar.gz) = 438407

Reply via email to