diff options
author | tron <tron@pkgsrc.org> | 2006-10-17 12:28:12 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2006-10-17 12:28:12 +0000 |
commit | 3405645ea464d9b220a45ea14316f5d391253845 (patch) | |
tree | e36d1abacf07aef37dfe32cc58e65a4924afa663 /net | |
parent | 980d6a91d4701948f77d81c2de34accca9bb527e (diff) | |
download | pkgsrc-3405645ea464d9b220a45ea14316f5d391253845.tar.gz |
Update the "libtorrent" package to version 0.10.3 and the "rtorrent"
package to version 0.6.3. Change since version 0.10.2 respectively 0.6.2:
- Didn't properly clean up when a torrent with the same info hash was
rejected. This caused random crashes and memory leaks.
- Properly cancel pieces that are skipped when downloading.
Diffstat (limited to 'net')
-rw-r--r-- | net/libtorrent/Makefile | 4 | ||||
-rw-r--r-- | net/libtorrent/distinfo | 8 | ||||
-rw-r--r-- | net/rtorrent/Makefile | 4 | ||||
-rw-r--r-- | net/rtorrent/distinfo | 8 |
4 files changed, 12 insertions, 12 deletions
diff --git a/net/libtorrent/Makefile b/net/libtorrent/Makefile index f287f1366a7..96acaa7ba19 100644 --- a/net/libtorrent/Makefile +++ b/net/libtorrent/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2006/09/27 20:36:45 tron Exp $ +# $NetBSD: Makefile,v 1.16 2006/10/17 12:28:12 tron Exp $ -DISTNAME= libtorrent-0.10.2 +DISTNAME= libtorrent-0.10.3 CATEGORIES= net MASTER_SITES= http://libtorrent.rakshasa.no/downloads/ diff --git a/net/libtorrent/distinfo b/net/libtorrent/distinfo index 327e4525d8b..05696fc191a 100644 --- a/net/libtorrent/distinfo +++ b/net/libtorrent/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2006/09/27 20:36:45 tron Exp $ +$NetBSD: distinfo,v 1.12 2006/10/17 12:28:12 tron Exp $ -SHA1 (libtorrent-0.10.2.tar.gz) = e24214555f9b1a663b65c1d7364394ed90fe0151 -RMD160 (libtorrent-0.10.2.tar.gz) = 51016db461ff1a3d4b2ff952c94f35981ce0004e -Size (libtorrent-0.10.2.tar.gz) = 453071 bytes +SHA1 (libtorrent-0.10.3.tar.gz) = 6f71cb3b05650f81a34eb34186415c75f877027a +RMD160 (libtorrent-0.10.3.tar.gz) = daa0f367f24bf15886c14968045b2d771fb06483 +Size (libtorrent-0.10.3.tar.gz) = 449091 bytes SHA1 (patch-aa) = 98a4a23beb017c03005bcc42aa1d6cfefdfcfded diff --git a/net/rtorrent/Makefile b/net/rtorrent/Makefile index 586ce1fe7f3..bb8f9fbbe6c 100644 --- a/net/rtorrent/Makefile +++ b/net/rtorrent/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2006/09/27 20:36:45 tron Exp $ +# $NetBSD: Makefile,v 1.14 2006/10/17 12:28:13 tron Exp $ -DISTNAME= rtorrent-0.6.2 +DISTNAME= rtorrent-0.6.3 CATEGORIES= net MASTER_SITES= http://libtorrent.rakshasa.no/downloads/ diff --git a/net/rtorrent/distinfo b/net/rtorrent/distinfo index c828245621b..5d703978ca0 100644 --- a/net/rtorrent/distinfo +++ b/net/rtorrent/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2006/09/27 20:36:45 tron Exp $ +$NetBSD: distinfo,v 1.9 2006/10/17 12:28:13 tron Exp $ -SHA1 (rtorrent-0.6.2.tar.gz) = 60ab4548c96890bffe03f40381594ab0349a4fff -RMD160 (rtorrent-0.6.2.tar.gz) = c1b244b42c946913c51466fa0735f14ac4c1145e -Size (rtorrent-0.6.2.tar.gz) = 412290 bytes +SHA1 (rtorrent-0.6.3.tar.gz) = fb3fcb59117109f4e1c983da205b8c3a9cc2326f +RMD160 (rtorrent-0.6.3.tar.gz) = 95c6a7d56d88245a4adf8450261cd82c1923f191 +Size (rtorrent-0.6.3.tar.gz) = 411337 bytes |