diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-01-12 10:17:56 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-01-12 10:17:56 +0800 |
commit | 69394e95448a3160e657c8b43d3ac1f59faf3ea8 (patch) | |
tree | 0bf7f54f47c9286423015706049d440ebe30cdb7 /net-p2p | |
parent | 28187a60a78188f7792d7cf0dac6af7296dc3e8f (diff) | |
download | freebsd-ports-gnome-69394e95448a3160e657c8b43d3ac1f59faf3ea8.tar.gz freebsd-ports-gnome-69394e95448a3160e657c8b43d3ac1f59faf3ea8.tar.zst freebsd-ports-gnome-69394e95448a3160e657c8b43d3ac1f59faf3ea8.zip |
- 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 <peter.schuller@infidyne.com> (maintainer)
PR: ports/129991
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/bitflu/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/bitflu/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
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 |