1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

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
This commit is contained in:
Doug Barton 2011-01-08 07:56:08 +00:00
parent d5f12424bd
commit ddaf24a9a3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=267505
2 changed files with 8 additions and 3 deletions

View File

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

View File

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