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
This commit is contained in:
Doug Barton 2010-03-21 00:02:47 +00:00
parent 82322d91a1
commit ae11a06322
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=251323
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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