diff options
author | tron <tron@pkgsrc.org> | 2008-12-03 12:57:40 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2008-12-03 12:57:40 +0000 |
commit | 4467a2649c2fcd02f7aefbb7dfacff92a49b413f (patch) | |
tree | f5d7fcd9ecc97c4af37f41033fe59fcec0f34ecb /net/libtorrent | |
parent | 922e8f583bf06ae9185b89eb400d4a6415b32d96 (diff) | |
download | pkgsrc-4467a2649c2fcd02f7aefbb7dfacff92a49b413f.tar.gz |
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
Diffstat (limited to 'net/libtorrent')
-rw-r--r-- | net/libtorrent/Makefile | 5 | ||||
-rw-r--r-- | net/libtorrent/PLIST | 5 | ||||
-rw-r--r-- | net/libtorrent/buildlink3.mk | 6 | ||||
-rw-r--r-- | net/libtorrent/distinfo | 8 |
4 files changed, 13 insertions, 11 deletions
diff --git a/net/libtorrent/Makefile b/net/libtorrent/Makefile index 3cb8e9e0946..4d20919aafe 100644 --- a/net/libtorrent/Makefile +++ b/net/libtorrent/Makefile @@ -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/} diff --git a/net/libtorrent/PLIST b/net/libtorrent/PLIST index 4059aa253e5..ab22cc92345 100644 --- a/net/libtorrent/PLIST +++ b/net/libtorrent/PLIST @@ -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_manager.h 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/object_stream.h 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_kqueue.h 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 diff --git a/net/libtorrent/buildlink3.mk b/net/libtorrent/buildlink3.mk index c38b79cad4c..953e1586f45 100644 --- a/net/libtorrent/buildlink3.mk +++ b/net/libtorrent/buildlink3.mk @@ -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_PACKAGES+= libtorrent 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 diff --git a/net/libtorrent/distinfo b/net/libtorrent/distinfo index 5e38c5d1bc1..6de783f1f7f 100644 --- a/net/libtorrent/distinfo +++ b/net/libtorrent/distinfo @@ -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 -RMD160 (libtorrent-0.11.9.tar.gz) = fb8de66d65791dab67c195356a98de7cf653d3c9 -Size (libtorrent-0.11.9.tar.gz) = 545210 bytes +SHA1 (libtorrent-0.12.2.tar.gz) = a53d2c671e9f2dd971d0622d5b3672da91c46ef9 +RMD160 (libtorrent-0.12.2.tar.gz) = 88cdc415f98afd8b87fa6d7330906737c3e434fa +Size (libtorrent-0.12.2.tar.gz) = 585374 bytes |