Bug 133993 - [MAINTAINER] net-p2p/bitflu: update to 0.81
Summary: [MAINTAINER] net-p2p/bitflu: update to 0.81
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-25 11:30 UTC by Peter Schuller
Modified: 2009-04-27 00:40 UTC (History)
1 user (show)

See Also:


Attachments
bitflu-0.81.patch (6.02 KB, patch)
2009-04-25 11:30 UTC, Peter Schuller
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Schuller 2009-04-25 11:30:02 UTC
- Update to 0.81. Most of the changes are due to dougb@ (thanks!), I just upped to .81 which
  contains a IPv6 compatibility fix that caused problems in .80.

Of particular note for committer:

- The patch removes the @dirrm for the DOCSDIR. With it in place, removal fails because it tries
  to remove it twice. portlint -C does complain about the @dirrm being m issing, but if I re-add it
  pkg_delete:s are broken due to repeated removal attempts. Some ports seem to get away with this
  (such as security/wipe) without portlint complaining, but I don't get what the rule is and why it
  complains in my case but not in the wipe case.

Generated with FreeBSD Port Tools 0.77

Upstream ChangeLog:

Version 0.81 (Released: 20090412)

    Network:
     * Fixed IPv6 resolver on FreeBSD (and others?)
     * Increased network buffer-size to 32kb (old: 8kb on Linux, 1kb on FreeBSD)
       This should fix speed issues on *BSD

    BitTorrent:
     * Bugfix: Fixed broken 'tracker show' output (broke in 0.80 due to IPv6)

    Kademlia:
     * IPv6 Support (Experimental: Bitflu is currently the only implementation
                     that supports IPv6-Kad)

    StorageVFS:
     * New configuration option vfs_use_allocator
       Turns bitflus internal pre-allocator on or off
       Setting this to 1 causes bitflu to pre-allocate data.
       This results in more disc activity but can help to avoid fragmentation
       on some filesystems. Setting this to 0 turns the pre-allocation off
       The default is '0' (= Disabled).
       (Note: Bitflu <= 0.80 had this on and you couldn't turn it off)


Version 0.80 (Released: 20090209)

This might be the worst or the best bitflu release ever: You decide (and i
don't care :-p )

Bitflu 0.80 brings you (almost) full IPv6 support. yeah!


     Core:
      * Support for binding an OUTGOING connection to a specific (non-standard)
        Interface has been dropped.
      * Network: IPv6 support!
      * Network: API-Change: Use of IPv4 has been replaced by RemoteIp
      * Config: Bitflu will now create a backup of your configuration file
                while starting up

     StorageVFS:
      * Bugfix: _WriteFile failed to check the return code of print() and close(), this
        could have caused a corrupted clipboard file if you ran out of diskspace


     BitTorrent:
      * Bugfix: analyze_torrent and verify would cause a panic if the specified
                queue_id string did not exist. Oops.
      * Outgoing connections are (again) established less aggressive.
        Bitflu ~0.62 tried very hard to create outgoing connections but
        this would only reward people who are unable to receive
        incoming connections.
      * Tracker: Support IPv6 responses (TCP and UDP!)
      * PEX: Bitflu cann receive IPv6 Peers and will use them .. maybe :-)
      * New command: seedprio: Tells bitflu to reserve X upload slots
                     for a specific torrent
      * New command: seedhide: Tells bitflu to hide X % while seeding a
                     torrent. So bitflu will look like a normal
                     downloader and leechers won't be able to get the
                     full torrent from just a single peer.
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2009-04-25 12:07:39 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2009-04-27 00:32:54 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-04-27 00:32:55 UTC
miwi        2009-04-26 23:32:46 UTC

  FreeBSD ports repository

  Modified files:
    net-p2p/bitflu       Makefile distinfo pkg-descr pkg-plist 
  Log:
  - Force commit to correct the entry:
  
   Update to 0.81
  
  PR:             133993
  Submitted by:   Peter Schuller <peter.schuller@infidyne.com> (maintainer)
  
  Revision  Changes    Path
  1.11      +0 -0      ports/net-p2p/bitflu/Makefile
  1.10      +0 -0      ports/net-p2p/bitflu/distinfo
  1.2       +0 -0      ports/net-p2p/bitflu/pkg-descr
  1.3       +0 -0      ports/net-p2p/bitflu/pkg-plist
_______________________________________________
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"