diff options
author | dougb <dougb@FreeBSD.org> | 2010-03-21 08:02:47 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2010-03-21 08:02:47 +0800 |
commit | 07b686351e0d2411bb3a5f1af9c453b76be1d84e (patch) | |
tree | 64c8e415c88bd6ec18bf469cd84d251f3e46692a /net-p2p | |
parent | 5633ef4d8a597d3475f921b42fac9f714a31ca8c (diff) | |
download | freebsd-ports-gnome-07b686351e0d2411bb3a5f1af9c453b76be1d84e.tar.gz freebsd-ports-gnome-07b686351e0d2411bb3a5f1af9c453b76be1d84e.tar.zst freebsd-ports-gnome-07b686351e0d2411bb3a5f1af9c453b76be1d84e.zip |
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
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 |