aboutsummaryrefslogtreecommitdiff
path: root/net/flower
Commit message (Collapse)AuthorAgeFilesLines
* net/flower: Update to 0.10Ed Schouten2017-09-183-4/+9
| | | | | | | | | | | | | | | | This release includes proper support for egresses, meaning sandboxed applications can now make outgoing network connections properly. In addition to that, a new utility, flower_ls, can be used to extract a list of registered servers. This is pretty useful for debugging. Bump cloudabi-utils' revision to catch up with .proto changes. Reviewed_by: koobs Approved by: koobs (ports) Differential_Revision: D12399 Notes: svn path=/head/; revision=450032
* Add net/flower.Ed Schouten2017-09-074-0/+69
The latest versions of CloudABI make use of a separate daemon to facilitate connecting/listening on the network, called Flower. Add a package for this daemon, as it is a build dependency for the latest version of cloudabi-utils. Reviewed by: mat Differential Revision: https://reviews.freebsd.org/D12264 Notes: svn path=/head/; revision=449395