From owner-svn-ports-head@FreeBSD.ORG Sat Nov 22 19:29:22 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 13A62475; Sat, 22 Nov 2014 19:29:22 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DA4D89DC; Sat, 22 Nov 2014 19:29:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAMJTLoH050225; Sat, 22 Nov 2014 19:29:21 GMT (envelope-from nemysis@FreeBSD.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAMJTLiJ050223; Sat, 22 Nov 2014 19:29:21 GMT (envelope-from nemysis@FreeBSD.org) Message-Id: <201411221929.sAMJTLiJ050223@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: nemysis set sender to nemysis@FreeBSD.org using -f From: Rusmir Dusko Date: Sat, 22 Nov 2014 19:29:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373094 - head/net-p2p/libtorrent-rasterbar X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2014 19:29:22 -0000 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 +# 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