diff options
author | dougb <dougb@FreeBSD.org> | 2011-01-08 15:56:08 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-01-08 15:56:08 +0800 |
commit | 2bed800482c4af846d28f769aaad89ead7ef3aa5 (patch) | |
tree | 6fb5ebb079191502f8d3fff6e8bd739b41f8059a /net-p2p/libtorrent-rasterbar-15 | |
parent | 4a727baba0d773d0397b56460be16cfb13c26e16 (diff) | |
download | freebsd-ports-gnome-2bed800482c4af846d28f769aaad89ead7ef3aa5.tar.gz freebsd-ports-gnome-2bed800482c4af846d28f769aaad89ead7ef3aa5.tar.zst freebsd-ports-gnome-2bed800482c4af846d28f769aaad89ead7ef3aa5.zip |
Update to version 0.15.5, which has numerous updates and bug fixes:
* support DHT extension to report external IPs
* fixed rare crash in http_connection's error handling
* avoid connecting to peers listening on ports < 1024
* optimized piece picking to not cause busy loops in some end-game modes
* fixed python bindings for tcp::endpoint
* fixed edge case of pad file support
* limit number of torrents tracked by DHT
* fixed bug when allow_multiple_connections_per_ip was enabled
* potential WOW64 fix for unbuffered I/O (windows)
* expose set_alert_queue_size_limit to python binding
* support dht nodes in magnet links
* support 100 Continue HTTP responses
* changed default choker behavior to use 8 unchoke slots (instead of being
rate based)
* fixed error reporting issue in disk I/O thread
* fixed file allocation issues on linux
* fixed filename encoding and decoding issue on platforms using iconv
* reports redundant downloads to tracker, fixed downloaded calculation to
be more stable when not including redundant. Improved redundant data
accounting to be more accurate
* fixed bugs in http seed connection and added unit test for it
* fixed error reporting when fallocate fails
* deprecate support for separate proxies for separate kinds of connections
Diffstat (limited to 'net-p2p/libtorrent-rasterbar-15')
-rw-r--r-- | net-p2p/libtorrent-rasterbar-15/Makefile | 7 | ||||
-rw-r--r-- | net-p2p/libtorrent-rasterbar-15/distinfo | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/net-p2p/libtorrent-rasterbar-15/Makefile b/net-p2p/libtorrent-rasterbar-15/Makefile index 68457c30650e..0077c6771c43 100644 --- a/net-p2p/libtorrent-rasterbar-15/Makefile +++ b/net-p2p/libtorrent-rasterbar-15/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libtorrent-rasterbar -PORTVERSION= 0.15.4 +PORTVERSION= 0.15.5 PORTREVISION?= 0 CATEGORIES?= net-p2p ipv6 MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} @@ -58,6 +58,11 @@ CONFIGURE_ARGS+= --disable-python-binding post-patch: slave-post-patch .else post-patch: + ${MV} ${WRKSRC}/include/libtorrent/alloca.hpp \ + ${WRKSRC}/include/libtorrent/alloca.hpp.Dist + ${SED} -e 's#alloca.h#stdlib.h#g' \ + ${WRKSRC}/include/libtorrent/alloca.hpp.Dist > \ + ${WRKSRC}/include/libtorrent/alloca.hpp .endif .if defined(SLAVE_PORT) && ${SLAVE_PORT:L}=="yes" diff --git a/net-p2p/libtorrent-rasterbar-15/distinfo b/net-p2p/libtorrent-rasterbar-15/distinfo index 5ebe27051c2f..63de75dfda75 100644 --- a/net-p2p/libtorrent-rasterbar-15/distinfo +++ b/net-p2p/libtorrent-rasterbar-15/distinfo @@ -1,2 +1,2 @@ -SHA256 (libtorrent-rasterbar-0.15.4.tar.gz) = 9ebbd5f6f91037ddde84333b28ac8bcb81e003d4582e072a5ce140a215b04dde -SIZE (libtorrent-rasterbar-0.15.4.tar.gz) = 2569642 +SHA256 (libtorrent-rasterbar-0.15.5.tar.gz) = 150cbda406ac5ff57330446487961503c87d22bfb61a72d695ab4520b4c18a43 +SIZE (libtorrent-rasterbar-0.15.5.tar.gz) = 2606717 |