1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

net/flower: Update to 0.10

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
This commit is contained in:
Ed Schouten 2017-09-18 07:00:55 +00:00
parent de14206f31
commit 6f41015441
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=450032
4 changed files with 10 additions and 4 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= flower PORTNAME= flower
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
DISTVERSION= 0.9 DISTVERSION= 0.10
CATEGORIES= net CATEGORIES= net
MAINTAINER= ed@FreeBSD.org MAINTAINER= ed@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1504764102 TIMESTAMP = 1505658294
SHA256 (NuxiNL-flower-v0.9_GH0.tar.gz) = e712081eb5794245f4e27e591b1a1ea296c1bd6f2941afc2536c04be01355b10 SHA256 (NuxiNL-flower-v0.10_GH0.tar.gz) = 6af98bf7f598a41c40e4a9006b034943795f9bea453ea22b6c07aec57b851a30
SIZE (NuxiNL-flower-v0.9_GH0.tar.gz) = 1306944 SIZE (NuxiNL-flower-v0.10_GH0.tar.gz) = 1308398

View File

@ -1,12 +1,17 @@
bin/flower_cat bin/flower_cat
bin/flower_egress_connect bin/flower_egress_connect
bin/flower_ingress_accept bin/flower_ingress_accept
bin/flower_ls
bin/flower_resolver_getaddrinfo bin/flower_resolver_getaddrinfo
bin/flower_switchboard bin/flower_switchboard
include/flower/cat/configuration.proto include/flower/cat/configuration.proto
include/flower/cat/configuration.ad.h include/flower/cat/configuration.ad.h
include/flower/egress/connect/configuration.proto
include/flower/egress/connect/configuration.ad.h
include/flower/ingress/accept/configuration.proto include/flower/ingress/accept/configuration.proto
include/flower/ingress/accept/configuration.ad.h include/flower/ingress/accept/configuration.ad.h
include/flower/ls/configuration.proto
include/flower/ls/configuration.ad.h
include/flower/protocol/egress.proto include/flower/protocol/egress.proto
include/flower/protocol/egress.ad.h include/flower/protocol/egress.ad.h
include/flower/protocol/resolver.proto include/flower/protocol/resolver.proto

View File

@ -4,6 +4,7 @@
PORTNAME= cloudabi-utils PORTNAME= cloudabi-utils
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
DISTVERSION= 0.30 DISTVERSION= 0.30
PORTREVISION= 1
CATEGORIES= sysutils CATEGORIES= sysutils
MAINTAINER= ed@FreeBSD.org MAINTAINER= ed@FreeBSD.org