Hi, Update cloud-agent to v0.8.
This release includes the following fixes: * Builds with LibreSSL on OpenBSD 6.5 and newer * Unbreaks OpenStack support It includes the following enhancements: * Support for growing the disk and the last partition of the root disk (disabled by default) * Improved OpenNebula support OK? Reyk Index: sysutils/cloud-agent/Makefile =================================================================== RCS file: /cvs/ports/sysutils/cloud-agent/Makefile,v retrieving revision 1.2 diff -u -p -u -p -r1.2 Makefile --- sysutils/cloud-agent/Makefile 9 Nov 2018 10:08:20 -0000 1.2 +++ sysutils/cloud-agent/Makefile 3 Jun 2019 13:25:05 -0000 @@ -1,10 +1,8 @@ # $OpenBSD: Makefile,v 1.2 2018/11/09 10:08:20 sthen Exp $ -BROKEN= needs to adapt to libressl changes - COMMENT= cloud provisioning for OpenBSD VMs -V= 0.6 +V= 0.8 DISTNAME= cloud-agent-$V CATEGORIES= sysutils HOMEPAGE= https://github.com/reyk/cloud-agent/ Index: sysutils/cloud-agent/distinfo =================================================================== RCS file: /cvs/ports/sysutils/cloud-agent/distinfo,v retrieving revision 1.1.1.1 diff -u -p -u -p -r1.1.1.1 distinfo --- sysutils/cloud-agent/distinfo 16 May 2018 11:58:32 -0000 1.1.1.1 +++ sysutils/cloud-agent/distinfo 3 Jun 2019 13:25:05 -0000 @@ -1,2 +1,2 @@ -SHA256 (cloud-agent-0.6.tar.gz) = HDtRHrNAFRNqAvg9BU+qbY/jRR+IN6As3zyTD5sFX58= -SIZE (cloud-agent-0.6.tar.gz) = 127325 +SHA256 (cloud-agent-0.8.tar.gz) = cj9SOZvbaxd/OVBo1xtxF7uxI3uwIn7ftiiRc4cP94Q= +SIZE (cloud-agent-0.8.tar.gz) = 132601 Index: sysutils/cloud-agent/pkg/DESCR =================================================================== RCS file: /cvs/ports/sysutils/cloud-agent/pkg/DESCR,v retrieving revision 1.1.1.1 diff -u -p -u -p -r1.1.1.1 DESCR --- sysutils/cloud-agent/pkg/DESCR 16 May 2018 11:58:32 -0000 1.1.1.1 +++ sysutils/cloud-agent/pkg/DESCR 3 Jun 2019 13:25:05 -0000 @@ -1,3 +1,3 @@ This is a simple OpenBSD-specific agent that handles provisioning and cloud initialization on clouds such as Microsoft Azure, Amazon AWS, -Apache CloudStack, or OpenStack. +Apache CloudStack, OpenNebula, or OpenStack.