mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 18:36:28 -04:00
- 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
This commit is contained in:
parent
14d8858a81
commit
a1b8fe09cc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=225809
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue