diff options
author | Ed Schouten <ed@FreeBSD.org> | 2017-09-18 15:00:55 +0800 |
---|---|---|
committer | Ed Schouten <ed@FreeBSD.org> | 2017-09-18 15:00:55 +0800 |
commit | 6f410154418813fee8b1cb0492b2114452843066 (patch) | |
tree | fd3826a9bf520c8d796632c797653afca8e4147e | |
parent | de14206f319a2b574ad2bf03a4c66521ef351e9b (diff) | |
download | freebsd-ports-gnome-6f410154418813fee8b1cb0492b2114452843066.tar.gz freebsd-ports-gnome-6f410154418813fee8b1cb0492b2114452843066.tar.zst freebsd-ports-gnome-6f410154418813fee8b1cb0492b2114452843066.zip |
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
-rw-r--r-- | net/flower/Makefile | 2 | ||||
-rw-r--r-- | net/flower/distinfo | 6 | ||||
-rw-r--r-- | net/flower/pkg-plist | 5 | ||||
-rw-r--r-- | sysutils/cloudabi-utils/Makefile | 1 |
4 files changed, 10 insertions, 4 deletions
diff --git a/net/flower/Makefile b/net/flower/Makefile index 795cb195be74..9662c51c2b54 100644 --- a/net/flower/Makefile +++ b/net/flower/Makefile @@ -3,7 +3,7 @@ PORTNAME= flower DISTVERSIONPREFIX= v -DISTVERSION= 0.9 +DISTVERSION= 0.10 CATEGORIES= net MAINTAINER= ed@FreeBSD.org diff --git a/net/flower/distinfo b/net/flower/distinfo index baf4e8eb6da2..84a0587d68cc 100644 --- a/net/flower/distinfo +++ b/net/flower/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1504764102 -SHA256 (NuxiNL-flower-v0.9_GH0.tar.gz) = e712081eb5794245f4e27e591b1a1ea296c1bd6f2941afc2536c04be01355b10 -SIZE (NuxiNL-flower-v0.9_GH0.tar.gz) = 1306944 +TIMESTAMP = 1505658294 +SHA256 (NuxiNL-flower-v0.10_GH0.tar.gz) = 6af98bf7f598a41c40e4a9006b034943795f9bea453ea22b6c07aec57b851a30 +SIZE (NuxiNL-flower-v0.10_GH0.tar.gz) = 1308398 diff --git a/net/flower/pkg-plist b/net/flower/pkg-plist index 4f9fd50cc8d4..4a3a4b682696 100644 --- a/net/flower/pkg-plist +++ b/net/flower/pkg-plist @@ -1,12 +1,17 @@ bin/flower_cat bin/flower_egress_connect bin/flower_ingress_accept +bin/flower_ls bin/flower_resolver_getaddrinfo bin/flower_switchboard include/flower/cat/configuration.proto 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.ad.h +include/flower/ls/configuration.proto +include/flower/ls/configuration.ad.h include/flower/protocol/egress.proto include/flower/protocol/egress.ad.h include/flower/protocol/resolver.proto diff --git a/sysutils/cloudabi-utils/Makefile b/sysutils/cloudabi-utils/Makefile index fd9117dede3e..903996ef984a 100644 --- a/sysutils/cloudabi-utils/Makefile +++ b/sysutils/cloudabi-utils/Makefile @@ -4,6 +4,7 @@ PORTNAME= cloudabi-utils DISTVERSIONPREFIX= v DISTVERSION= 0.30 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= ed@FreeBSD.org |