| Summary: | [MAINTAINER] net-p2p/bitflu: update to 0.70 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Peter Schuller <peter.schuller> | ||||
| Component: | Individual Port(s) | Assignee: | Marcelo Araujo <araujo> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Responsible Changed From-To: freebsd-ports-bugs->araujo I'll take it. State Changed From-To: open->closed Committed. Thanks! araujo 2009-01-24 16:29:31 UTC
FreeBSD ports repository
Modified files:
net-p2p/bitflu Makefile distinfo
Log:
- Update to 0.70.
PR: ports/130923
Submitted by: Peter Schuller <peter.schuller@infidyne.com> (maintainer)
Revision Changes Path
1.9 +1 -1 ports/net-p2p/bitflu/Makefile
1.8 +3 -3 ports/net-p2p/bitflu/distinfo
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
|
- 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