diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-11-22 19:29:20 +0000 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-11-22 19:29:20 +0000 |
commit | b6306b308977cfc9084ea518cd48c8e2d9aae554 (patch) | |
tree | 0a1026741118b096c46d522f4beb3f78bc9e25d1 /net-p2p | |
parent | af9e7689c66234a1102b98d104c5899f8e17917e (diff) | |
download | ports-b6306b308977cfc9084ea518cd48c8e2d9aae554.tar.gz ports-b6306b308977cfc9084ea518cd48c8e2d9aae554.zip |
- Update to 0.16.18, announce message:
* fix uninitialized values in DHT DOS mitigation
* fix error handling in file::phys_offset
* fix bug in HTTP scrape response parsing
* enable TCP keepalive for socks5 connection for UDP associate
* fix python3 support
* fix bug in lt_donthave extension
* expose i2p_alert to python. cleaning up of i2p connection code
* fixed overflow and download performance issue when downloading at high rates
* fixed bug in add_torrent_alert::message for magnet links
* disable optimistic disconnects when connection limit is low
* improved error handling of session::listen_on
* suppress initial 'completed' announce to trackers added with replace_trackers
after becoming a seed
* SOCKS4 fix for trying to connect over IPv6
* fix saving resume data when removing all trackers
* fix bug in udp_socket when changing socks5 proxy quickly
- Set PORTSCOUT, With Versions 1.x not build yet net-p2p/qbittorrent
Notes
Notes:
svn path=/head/; revision=373094
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/libtorrent-rasterbar/Makefile | 7 | ||||
-rw-r--r-- | net-p2p/libtorrent-rasterbar/distinfo | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-p2p/libtorrent-rasterbar/Makefile b/net-p2p/libtorrent-rasterbar/Makefile index a270d4c614cb..e92a4767ebed 100644 --- a/net-p2p/libtorrent-rasterbar/Makefile +++ b/net-p2p/libtorrent-rasterbar/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= libtorrent-rasterbar -PORTVERSION= 0.16.17 -PORTREVISION= 1 +PORTVERSION= 0.16.18 CATEGORIES?= net-p2p ipv6 MASTER_SITES= SF/${PORTNAME:S/-rasterbar//}/${PORTNAME:S/-rasterbar//}/ @@ -55,6 +54,10 @@ DEBUG_CONFIGURE_ENABLE= debug .include <bsd.port.options.mk> +# Restrict to stable (even) versions, indicated by the second component. +# With Versions 1.x not build yet net-p2p/qbittorrent +PORTSCOUT= limit:^0.16\..* + .if defined(SLAVE_PORT) && ${SLAVE_PORT:tl} == "yes" && defined(USE_PYTHON) CONFIGURE_ARGS+= --enable-python-binding \ --with-boost-python=boost_python diff --git a/net-p2p/libtorrent-rasterbar/distinfo b/net-p2p/libtorrent-rasterbar/distinfo index 035e95271c3a..2b0948e78b1a 100644 --- a/net-p2p/libtorrent-rasterbar/distinfo +++ b/net-p2p/libtorrent-rasterbar/distinfo @@ -1,2 +1,2 @@ -SHA256 (libtorrent-rasterbar-0.16.17.tar.gz) = 67a1d29c626d991d6e39c2f9828ca70c4053d057070ce01fff9b4ad37e64aff0 -SIZE (libtorrent-rasterbar-0.16.17.tar.gz) = 3018881 +SHA256 (libtorrent-rasterbar-0.16.18.tar.gz) = 0ebbddacaa269a597ea3f07f130bb96cfeb4ec2a1a3d56ecbedf11ec80bdf84a +SIZE (libtorrent-rasterbar-0.16.18.tar.gz) = 3029308 |