Date: Sat, 24 Jan 2009 00:02:38 +0100 (CET) From: Peter Schuller <peter.schuller@infidyne.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/130923: [MAINTAINER] net-p2p/bitflu: update to 0.70 Message-ID: <20090123230238.3B7EE49E79D@prometheus.scode.org> Resent-Message-ID: <200901232310.n0NNA1PW083090@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090123230238.3B7EE49E79D>