Date: Sun, 28 Dec 2008 12:12:09 +0100 (CET) From: Peter Schuller <peter.schuller@infidyne.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/129991: [MAINTAINER] net-p2p/bitflu: update to 0.62 Message-ID: <20081228111209.E420D18FFCB@prometheus.scode.org> Resent-Message-ID: <200812281120.mBSBK1Cw088811@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 129991 >Category: ports >Synopsis: [MAINTAINER] net-p2p/bitflu: update to 0.62 >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: Sun Dec 28 11:20:01 UTC 2008 >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.62 Generated with FreeBSD Port Tools 0.77 Upstream changelog: Version 0.62 (Released: 20081222) StorageVFS: * Implemented a filedescriptor cache to reduce the number of open()/close() calls. Core: * Removed the (unimplemented) echo command that caused bitflu to panic. Uups... Telnet: * Added 'clear' command to clear the screen * Added 'repeat' command that repeats a command each second. Example: foo@bitflu> repeat clear ; date ; vd (Hit CTRL+C to stop) BitTorrent: * Remember received peers (via Tracker, Kademlia or ut_pex) and try to contact them in small steps. This will/should result in more peers * Removed torrent_minpeers setting * Do not blacklist peer if first chunk was bad (Added MIN_HASHFAILS) WebUI: * Bugfix: The upload function forgot to remove tempfiles. oops. >How-To-Repeat: >Fix: --- bitflu-0.62.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 2008-12-13 16:32:59.000000000 +0100 +++ /usr/ports/net-p2p/bitflu/Makefile 2008-12-28 12:06:57.978609560 +0100 @@ -6,7 +6,7 @@ # PORTNAME= bitflu -PORTVERSION= 0.61 +PORTVERSION= 0.62 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 2008-12-13 16:32:59.000000000 +0100 +++ /usr/ports/net-p2p/bitflu/distinfo 2008-12-28 12:07:01.738526077 +0100 @@ -1,3 +1,3 @@ -MD5 (bitflu-0.61.tgz) = 78633a317651de1bbd0e57b67e10eb1a -SHA256 (bitflu-0.61.tgz) = 9f8790881a789027848b620874507e6086ed08c52ab6a567eee2fa1249e63a86 -SIZE (bitflu-0.61.tgz) = 116867 +MD5 (bitflu-0.62.tgz) = 6836923db9e58109e6e33c48ad5de8b9 +SHA256 (bitflu-0.62.tgz) = 58022daa04e5982206fa3c524466d9666cc72f80b913441cfe72f4666bee58ef +SIZE (bitflu-0.62.tgz) = 118530 --- bitflu-0.62.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?20081228111209.E420D18FFCB>