From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jan 23 23:10:02 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4667510656DA for ; Fri, 23 Jan 2009 23:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 18CA48FC2B for ; Fri, 23 Jan 2009 23:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n0NNA1FX083091 for ; Fri, 23 Jan 2009 23:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0NNA1PW083090; Fri, 23 Jan 2009 23:10:01 GMT (envelope-from gnats) Resent-Date: Fri, 23 Jan 2009 23:10:01 GMT Resent-Message-Id: <200901232310.n0NNA1PW083090@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Peter Schuller Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A7B3106566B for ; Fri, 23 Jan 2009 23:02:41 +0000 (UTC) (envelope-from root@prometheus.scode.org) Received: from proxy3.bredband.net (proxy3.bredband.net [195.54.101.73]) by mx1.freebsd.org (Postfix) with ESMTP id ED3818FC19 for ; Fri, 23 Jan 2009 23:02:40 +0000 (UTC) (envelope-from root@prometheus.scode.org) Received: from ironport.bredband.com (195.54.101.120) by proxy3.bredband.net (7.3.127) id 492A9CFF0155757D for FreeBSD-gnats-submit@freebsd.org; Sat, 24 Jan 2009 00:02:38 +0100 Received: from c-b416e555.03-51-73746f3.cust.bredbandsbolaget.se (HELO prometheus.scode.org) ([85.229.22.180]) by ironport1.bredband.com with ESMTP; 24 Jan 2009 00:02:38 +0100 Received: by prometheus.scode.org (Postfix, from userid 0) id 3B7EE49E79D; Sat, 24 Jan 2009 00:02:38 +0100 (CET) Message-Id: <20090123230238.3B7EE49E79D@prometheus.scode.org> Date: Sat, 24 Jan 2009 00:02:38 +0100 (CET) From: Peter Schuller To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/130923: [MAINTAINER] net-p2p/bitflu: update to 0.70 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jan 2009 23:10:02 -0000 >Number: 130923 >Category: ports >Synopsis: [MAINTAINER] net-p2p/bitflu: update to 0.70 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Jan 23 23:10:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: peter.schuller@infidyne.com >Release: FreeBSD 8.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD prometheus.scode.org 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Wed Dec 3 01:00:41 CET >Description: - Update to 0.70 Generated with FreeBSD Port Tools 0.77 Upstream ChangeLog: Version 0.70 (Released: 20090102) BitTorrent: * The tracker plugin can now handle udp:// trackers We also use auto-udp (= try to contact a tracker via udp even if there is no udp:// uri for it) New config options: -> torrent_tracker_udpport (Port used for UDP, must not be forwarded) -> torrent_tracker_autoudp ('Guess' udp capability) * Disable 'pipelining' (reqq) if torrent is in 'AlmostDone' state. This reduces the feasibility that a slow/broken peer can pile-up all remaining piece requests. * Bugfix: Bitflu will now always send NOT_INTERESTED messages after completing the download (not a big problem but it was still a bug) * Disconnect from other seeders while seeding a torrent (Bitflu used to wait until the connection times out due to no activity) * Internal: Removed multilock feature (Wasn't used anyway) Core: * Beautified 'config show' output (locked values are yellow) * Added a '--quiet' option * Beautified '--help' output * Bitflu will not print anything to STDOUT if started with --daemon >How-To-Repeat: >Fix: --- bitflu-0.70.patch begins here --- diff -ruN --exclude=CVS /usr/ports/net-p2p/bitflu.orig/Makefile /usr/ports/net-p2p/bitflu/Makefile --- /usr/ports/net-p2p/bitflu.orig/Makefile 2009-01-12 03:17:56.000000000 +0100 +++ /usr/ports/net-p2p/bitflu/Makefile 2009-01-23 23:58:30.546499718 +0100 @@ -6,7 +6,7 @@ # PORTNAME= bitflu -PORTVERSION= 0.62 +PORTVERSION= 0.70 CATEGORIES= net-p2p MASTER_SITES= http://bitflu.workaround.ch/bitflu/ CENKES EXTRACT_SUFX= .tgz diff -ruN --exclude=CVS /usr/ports/net-p2p/bitflu.orig/distinfo /usr/ports/net-p2p/bitflu/distinfo --- /usr/ports/net-p2p/bitflu.orig/distinfo 2009-01-12 03:17:56.000000000 +0100 +++ /usr/ports/net-p2p/bitflu/distinfo 2009-01-23 23:58:33.132448604 +0100 @@ -1,3 +1,3 @@ -MD5 (bitflu-0.62.tgz) = 6836923db9e58109e6e33c48ad5de8b9 -SHA256 (bitflu-0.62.tgz) = 58022daa04e5982206fa3c524466d9666cc72f80b913441cfe72f4666bee58ef -SIZE (bitflu-0.62.tgz) = 118530 +MD5 (bitflu-0.70.tgz) = 03e58b83e8852055a2c1042052ea8cc4 +SHA256 (bitflu-0.70.tgz) = 0593e052177f0fb405d718e1a1937a947a5f26ef8e09d50e7df3caee6d891377 +SIZE (bitflu-0.70.tgz) = 122943 --- bitflu-0.70.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: