From 69394e95448a3160e657c8b43d3ac1f59faf3ea8 Mon Sep 17 00:00:00 2001 From: pgollucci Date: Mon, 12 Jan 2009 02:17:56 +0000 Subject: - Update to 0.62 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. Submitted by: Peter Schuller (maintainer) PR: ports/129991 --- net-p2p/bitflu/Makefile | 2 +- net-p2p/bitflu/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'net-p2p/bitflu') diff --git a/net-p2p/bitflu/Makefile b/net-p2p/bitflu/Makefile index 8f171b6d394f..8d5c002396f5 100644 --- a/net-p2p/bitflu/Makefile +++ b/net-p2p/bitflu/Makefile @@ -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 --git a/net-p2p/bitflu/distinfo b/net-p2p/bitflu/distinfo index c70c8e02fa61..3d89abd51beb 100644 --- a/net-p2p/bitflu/distinfo +++ b/net-p2p/bitflu/distinfo @@ -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 -- cgit