Date: Sat, 22 Nov 2014 19:29:21 +0000 (UTC) From: Rusmir Dusko <nemysis@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373094 - head/net-p2p/libtorrent-rasterbar Message-ID: <201411221929.sAMJTLiJ050223@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nemysis Date: Sat Nov 22 19:29:20 2014 New Revision: 373094 URL: https://svnweb.freebsd.org/changeset/ports/373094 QAT: https://qat.redports.org/buildarchive/r373094/ Log: - 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 Modified: head/net-p2p/libtorrent-rasterbar/Makefile head/net-p2p/libtorrent-rasterbar/distinfo Modified: head/net-p2p/libtorrent-rasterbar/Makefile ============================================================================== --- head/net-p2p/libtorrent-rasterbar/Makefile Sat Nov 22 19:24:06 2014 (r373093) +++ head/net-p2p/libtorrent-rasterbar/Makefile Sat Nov 22 19:29:20 2014 (r373094) @@ -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 Modified: head/net-p2p/libtorrent-rasterbar/distinfo ============================================================================== --- head/net-p2p/libtorrent-rasterbar/distinfo Sat Nov 22 19:24:06 2014 (r373093) +++ head/net-p2p/libtorrent-rasterbar/distinfo Sat Nov 22 19:29:20 2014 (r373094) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411221929.sAMJTLiJ050223>