diff options
author | tron <tron@pkgsrc.org> | 2007-11-06 21:38:07 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2007-11-06 21:38:07 +0000 |
commit | 4b8a89c9f4ca54d359b3155a6d09c8840de95545 (patch) | |
tree | 6a1234fd5482633d2ebb535d1f4ecfbca3278bcb /net | |
parent | a756b42f09080b288d346596367cb0f602bc35cd (diff) | |
download | pkgsrc-4b8a89c9f4ca54d359b3155a6d09c8840de95545.tar.gz |
Update "libtorrent" package to version 0.11.8 and "rtorrent" package
to version 0.7.8. Changes since version 0.11.7/0.7.7:
- Several new commands for use with XMLRPC. See the SVN log for a
complete list.
- Fixed the wrong tracker requests being sent when finishing a torrent.
- Added Peer Exchange support, enable with the "peer_exchange=yes"
option.
- Don't skip the last line in rc files missing the final newline.
- The torrent is no longer closed on finished for on_finished commands
as it did last release. Instead d.set_directory causes the download to
call close_directly to allow moving of finished torrents.
- Added "close_on_ratio".
- Allow commands to be appended to "{stop,close}_on_ratio", so you can
e.g. erase a torrent that has finished.
- Set "encryption=allow_incoming,prefer_plaintext,enable_retry" by default.
Diffstat (limited to 'net')
-rw-r--r-- | net/libtorrent/Makefile | 5 | ||||
-rw-r--r-- | net/libtorrent/distinfo | 8 | ||||
-rw-r--r-- | net/rtorrent/Makefile | 5 | ||||
-rw-r--r-- | net/rtorrent/distinfo | 8 |
4 files changed, 12 insertions, 14 deletions
diff --git a/net/libtorrent/Makefile b/net/libtorrent/Makefile index 3af3549f48d..1daab629e57 100644 --- a/net/libtorrent/Makefile +++ b/net/libtorrent/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2007/09/21 13:04:12 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2007/11/06 21:38:07 tron Exp $ -DISTNAME= libtorrent-0.11.7 -PKGREVISION= 1 +DISTNAME= libtorrent-0.11.8 CATEGORIES= net MASTER_SITES= ${HOMEPAGE:=downloads/} diff --git a/net/libtorrent/distinfo b/net/libtorrent/distinfo index 6723a99d09f..18f39e9e803 100644 --- a/net/libtorrent/distinfo +++ b/net/libtorrent/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2007/09/18 12:35:12 tron Exp $ +$NetBSD: distinfo,v 1.19 2007/11/06 21:38:07 tron Exp $ -SHA1 (libtorrent-0.11.7.tar.gz) = 3228cd5660e2a387464ec8a8be5ad1193ab166a0 -RMD160 (libtorrent-0.11.7.tar.gz) = de88d9cb5708b792326d34b1b6522e15a52c0766 -Size (libtorrent-0.11.7.tar.gz) = 532076 bytes +SHA1 (libtorrent-0.11.8.tar.gz) = fc02f7557b5c9dbaa9c701d8e198e77cb904bbea +RMD160 (libtorrent-0.11.8.tar.gz) = ece6dacd4fc10302395a98b9fb8e7147fa91273a +Size (libtorrent-0.11.8.tar.gz) = 541982 bytes diff --git a/net/rtorrent/Makefile b/net/rtorrent/Makefile index ecfe1ccfe9b..4d66b8093a0 100644 --- a/net/rtorrent/Makefile +++ b/net/rtorrent/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2007/09/21 13:04:13 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2007/11/06 21:38:07 tron Exp $ -DISTNAME= rtorrent-0.7.7 -PKGREVISION= 1 +DISTNAME= rtorrent-0.7.8 CATEGORIES= net MASTER_SITES= ${HOMEPAGE:=downloads/} diff --git a/net/rtorrent/distinfo b/net/rtorrent/distinfo index 816273a0b83..ffca8923003 100644 --- a/net/rtorrent/distinfo +++ b/net/rtorrent/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.15 2007/09/18 12:35:13 tron Exp $ +$NetBSD: distinfo,v 1.16 2007/11/06 21:38:07 tron Exp $ -SHA1 (rtorrent-0.7.7.tar.gz) = 0994cfc5fd4915ce18520169963e8b4836ac54a8 -RMD160 (rtorrent-0.7.7.tar.gz) = bf10c9075ea6536c7f2dd92f670b915af4d1752b -Size (rtorrent-0.7.7.tar.gz) = 487340 bytes +SHA1 (rtorrent-0.7.8.tar.gz) = 9d3e2bba17a2049992001f1d1457e1f8f6c5973b +RMD160 (rtorrent-0.7.8.tar.gz) = 77f9b1627a65804d54f204919c7b2d58c95d751b +Size (rtorrent-0.7.8.tar.gz) = 489952 bytes SHA1 (patch-ab) = 87d7741906f6d7c8572b80d2a3f42910175e182f |