diff options
author | Doug Barton <dougb@FreeBSD.org> | 2010-03-21 00:02:47 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2010-03-21 00:02:47 +0000 |
commit | ae11a063220ee376c333d2e397dcf20c2939ac12 (patch) | |
tree | e0237e3c6259cd04e87280a5daaefca3299c778a /net-p2p | |
parent | Fix the build with the new libnice. (diff) |
Update to version 0.14.10, which has the following bug fixes:
* fixed udp tracker race condition
* fixed error handling with torrents with invalid piece sizes
* added support for torrents with odd piece sizes
* fixed issue with disk read cache not being cleared when removing torrents
* made the DHT socket bind to the same interface as the session
* fixed issue where an http proxy would not be used on redirects
* disabled buggy disconnect_peers feature
Notes
Notes:
svn path=/head/; revision=251323
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/libtorrent-rasterbar-14/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/libtorrent-rasterbar-14/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-p2p/libtorrent-rasterbar-14/Makefile b/net-p2p/libtorrent-rasterbar-14/Makefile index cf3b1057e006..d4114d613525 100644 --- a/net-p2p/libtorrent-rasterbar-14/Makefile +++ b/net-p2p/libtorrent-rasterbar-14/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libtorrent-rasterbar -PORTVERSION= 0.14.9 +PORTVERSION= 0.14.10 CATEGORIES= net-p2p ipv6 MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PROJECTHOST= libtorrent diff --git a/net-p2p/libtorrent-rasterbar-14/distinfo b/net-p2p/libtorrent-rasterbar-14/distinfo index 9bb243fc1de9..f40e332ee9c3 100644 --- a/net-p2p/libtorrent-rasterbar-14/distinfo +++ b/net-p2p/libtorrent-rasterbar-14/distinfo @@ -1,3 +1,3 @@ -MD5 (libtorrent-rasterbar-0.14.9.tar.gz) = 1274d88d9602628e960b84a99680c9ad -SHA256 (libtorrent-rasterbar-0.14.9.tar.gz) = 08ea1eeea7d0fb8ed2ca2628c2e9c79d3bacc9f08011b4d9020a15dcd24e6ea3 -SIZE (libtorrent-rasterbar-0.14.9.tar.gz) = 1989956 +MD5 (libtorrent-rasterbar-0.14.10.tar.gz) = 99e9f4fa9c9f1f5097a4748c7260ef53 +SHA256 (libtorrent-rasterbar-0.14.10.tar.gz) = 524a19effb6b7e410a20e385e0d0421bfefc1d3f87cb7f78b77f391f12351957 +SIZE (libtorrent-rasterbar-0.14.10.tar.gz) = 1997446 |