diff options
author | Doug Barton <dougb@FreeBSD.org> | 2011-10-02 19:32:44 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2011-10-02 19:32:44 +0000 |
commit | 8cd21a4f27a013126985fc2751bbd16f0ce295be (patch) | |
tree | d43ba2a6cf1bf93010a74701026c23d6effcb23c /net-p2p | |
parent | Fix FORBIDDEN line. (diff) |
0.15.8 release
* allow NULL to be passed to create_torrent::set_comment and
create_torrent::set_creator
* fix UPnP issue for routers with multiple PPPoE connections
* fix issue where event=stopped announces wouldn't be sent when closing
session
* fix crash when using broken SOCKS5 proxies
* fix CPU busy loop issue in tracker announce logic
* honor IOV_MAX when using writev and readv
* don't post 'operation aborted' UDP errors when changing listen port
* fix tracker retry logic, where in some configurations the next tier
would not be tried
* fixed bug in http seeding logic (introduced in 0.15.7)
* add support for dont-have extension message
* fix for set_piece_deadline
* add reset_piece_deadline function
* fix merkle tree torrent assert
Notes
Notes:
svn path=/head/; revision=282821
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/libtorrent-rasterbar-15/Makefile | 3 | ||||
-rw-r--r-- | net-p2p/libtorrent-rasterbar-15/distinfo | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/net-p2p/libtorrent-rasterbar-15/Makefile b/net-p2p/libtorrent-rasterbar-15/Makefile index aab260eca89c..c69a9cbbe831 100644 --- a/net-p2p/libtorrent-rasterbar-15/Makefile +++ b/net-p2p/libtorrent-rasterbar-15/Makefile @@ -6,8 +6,7 @@ # PORTNAME= libtorrent-rasterbar -PORTVERSION= 0.15.7 -PORTREVISION?= 1 +PORTVERSION= 0.15.8 CATEGORIES?= net-p2p ipv6 MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PROJECTHOST= libtorrent diff --git a/net-p2p/libtorrent-rasterbar-15/distinfo b/net-p2p/libtorrent-rasterbar-15/distinfo index 74398d12ab06..e11bb9abb7c6 100644 --- a/net-p2p/libtorrent-rasterbar-15/distinfo +++ b/net-p2p/libtorrent-rasterbar-15/distinfo @@ -1,2 +1,2 @@ -SHA256 (libtorrent-rasterbar-0.15.7.tar.gz) = f5cef05e6205f0e4f2a4dd01802ab121ec68c1b27f57a1c047e1fb84c17b0af0 -SIZE (libtorrent-rasterbar-0.15.7.tar.gz) = 2518963 +SHA256 (libtorrent-rasterbar-0.15.8.tar.gz) = f5dfe715e4f49784d5cc2821983a5fbe454c5a53beedc1996ecae5178188c71c +SIZE (libtorrent-rasterbar-0.15.8.tar.gz) = 2605456 |