Date: Sun, 12 Nov 2017 22:13:47 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454091 - in head: devel/cloudabi sysutils/cloudabi-utils Message-ID: <201711122213.vACMDlU4058620@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ed (src committer) Date: Sun Nov 12 22:13:47 2017 New Revision: 454091 URL: https://svnweb.freebsd.org/changeset/ports/454091 Log: devel/cloudabi and sysutils/cloudabi-utils: Upgrade to v0.17 and v0.35. In CloudABI v0.17, we've removed some more unused bits from the polling framework. Processes have also gained process IDs in the form of UUIDv4s, which means they should never recycle and are globally unique. cloudabi-utils has been patched to catch up with the ABI changes. While there, some cleanups/bugfixes have been made to the emulator. Reviewed by: bapt Differential Revision: https://reviews.freebsd.org/D13052 Modified: head/devel/cloudabi/Makefile head/devel/cloudabi/distinfo head/sysutils/cloudabi-utils/Makefile head/sysutils/cloudabi-utils/distinfo Modified: head/devel/cloudabi/Makefile ============================================================================== --- head/devel/cloudabi/Makefile Sun Nov 12 22:00:41 2017 (r454090) +++ head/devel/cloudabi/Makefile Sun Nov 12 22:13:47 2017 (r454091) @@ -3,7 +3,7 @@ PORTNAME= cloudabi DISTVERSIONPREFIX= v -DISTVERSION= 0.16 +DISTVERSION= 0.17 CATEGORIES= devel MAINTAINER= ed@FreeBSD.org Modified: head/devel/cloudabi/distinfo ============================================================================== --- head/devel/cloudabi/distinfo Sun Nov 12 22:00:41 2017 (r454090) +++ head/devel/cloudabi/distinfo Sun Nov 12 22:13:47 2017 (r454091) @@ -1,3 +1,3 @@ -TIMESTAMP = 1508612977 -SHA256 (NuxiNL-cloudabi-v0.16_GH0.tar.gz) = a1eebcc716019178e04d206f854a01335ed1aab75f8da1a8ca02aebca7f125ad -SIZE (NuxiNL-cloudabi-v0.16_GH0.tar.gz) = 101908 +TIMESTAMP = 1510440737 +SHA256 (NuxiNL-cloudabi-v0.17_GH0.tar.gz) = bf89c61ca22fcf36db3b2373bc4e0618540362795bffacf29e88c7f4e3ef267a +SIZE (NuxiNL-cloudabi-v0.17_GH0.tar.gz) = 101679 Modified: head/sysutils/cloudabi-utils/Makefile ============================================================================== --- head/sysutils/cloudabi-utils/Makefile Sun Nov 12 22:00:41 2017 (r454090) +++ head/sysutils/cloudabi-utils/Makefile Sun Nov 12 22:13:47 2017 (r454091) @@ -3,7 +3,7 @@ PORTNAME= cloudabi-utils DISTVERSIONPREFIX= v -DISTVERSION= 0.32 +DISTVERSION= 0.35 CATEGORIES= sysutils MAINTAINER= ed@FreeBSD.org Modified: head/sysutils/cloudabi-utils/distinfo ============================================================================== --- head/sysutils/cloudabi-utils/distinfo Sun Nov 12 22:00:41 2017 (r454090) +++ head/sysutils/cloudabi-utils/distinfo Sun Nov 12 22:13:47 2017 (r454091) @@ -1,3 +1,3 @@ -TIMESTAMP = 1508612998 -SHA256 (NuxiNL-cloudabi-utils-v0.32_GH0.tar.gz) = 3f9cf883397c8b4ec484e544f0707e2c96839656b6fe82f29e4bf326f6f87024 -SIZE (NuxiNL-cloudabi-utils-v0.32_GH0.tar.gz) = 221095 +TIMESTAMP = 1510440751 +SHA256 (NuxiNL-cloudabi-utils-v0.35_GH0.tar.gz) = ab67e06e7c38a03bcc589c0c12e48eb4e3945c8ab369bf46002959b0036178d6 +SIZE (NuxiNL-cloudabi-utils-v0.35_GH0.tar.gz) = 218968
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711122213.vACMDlU4058620>