svn commit: r450032 - in head: net/flower sysutils/cloudabi-utils

Ed Schouten ed at FreeBSD.org
Mon Sep 18 07:00:57 UTC 2017


Author: ed (src committer)
Date: Mon Sep 18 07:00:55 2017
New Revision: 450032
URL: https://svnweb.freebsd.org/changeset/ports/450032

Log:
  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

Modified:
  head/net/flower/Makefile
  head/net/flower/distinfo
  head/net/flower/pkg-plist
  head/sysutils/cloudabi-utils/Makefile

Modified: head/net/flower/Makefile
==============================================================================
--- head/net/flower/Makefile	Mon Sep 18 00:18:04 2017	(r450031)
+++ head/net/flower/Makefile	Mon Sep 18 07:00:55 2017	(r450032)
@@ -3,7 +3,7 @@
 
 PORTNAME=	flower
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.9
+DISTVERSION=	0.10
 CATEGORIES=	net
 
 MAINTAINER=	ed at FreeBSD.org

Modified: head/net/flower/distinfo
==============================================================================
--- head/net/flower/distinfo	Mon Sep 18 00:18:04 2017	(r450031)
+++ head/net/flower/distinfo	Mon Sep 18 07:00:55 2017	(r450032)
@@ -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

Modified: head/net/flower/pkg-plist
==============================================================================
--- head/net/flower/pkg-plist	Mon Sep 18 00:18:04 2017	(r450031)
+++ head/net/flower/pkg-plist	Mon Sep 18 07:00:55 2017	(r450032)
@@ -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

Modified: head/sysutils/cloudabi-utils/Makefile
==============================================================================
--- head/sysutils/cloudabi-utils/Makefile	Mon Sep 18 00:18:04 2017	(r450031)
+++ head/sysutils/cloudabi-utils/Makefile	Mon Sep 18 07:00:55 2017	(r450032)
@@ -4,6 +4,7 @@
 PORTNAME=	cloudabi-utils
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.30
+PORTREVISION=	1
 CATEGORIES=	sysutils
 
 MAINTAINER=	ed at FreeBSD.org


More information about the svn-ports-all mailing list