From owner-cvs-ports@FreeBSD.ORG Sat Aug 6 21:20:51 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4AB32106566C; Sat, 6 Aug 2011 21:20:51 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 229EB8FC08; Sat, 6 Aug 2011 21:20:51 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p76LKpKc026478; Sat, 6 Aug 2011 21:20:51 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p76LKpJT026477; Sat, 6 Aug 2011 21:20:51 GMT (envelope-from dougb) Message-Id: <201108062120.p76LKpJT026477@repoman.freebsd.org> From: Doug Barton Date: Sat, 6 Aug 2011 21:20:51 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-p2p/libtorrent-rasterbar-15 Makefile distinfo X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Aug 2011 21:20:51 -0000 dougb 2011-08-06 21:20:51 UTC FreeBSD ports repository Modified files: net-p2p/libtorrent-rasterbar-15 Makefile distinfo Log: Update to version 0.15.7: * exposed set_peer_id to python binding * improve support for merkle tree torrent creation * exposed comparison operators on torrent_handle to python * exposed alert error_codes to python * fixed bug in announce_entry::next_announce_in and min_announce_in * fixed sign issue in set_alert_mask signature * fixed unaligned disk access for unbuffered I/O in windows * support torrents whose name is empty * fixed connection limit to take web seeds into account as well * fixed bug when receiving a have message before having the metadata * fixed python bindings build with disabled DHT support * fixed BSD file allocation issue * fixed bug in session::delete_files option to remove_torrent For the port, future-proof CONFLICTS and make OPENSSLBASE explicit. Revision Changes Path 1.11 +3 -2 ports/net-p2p/libtorrent-rasterbar-15/Makefile 1.7 +2 -2 ports/net-p2p/libtorrent-rasterbar-15/distinfo