From owner-svn-ports-head@freebsd.org Sun Nov 12 22:13:48 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EFC1EC7DDF2; Sun, 12 Nov 2017 22:13:48 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C98D37737B; Sun, 12 Nov 2017 22:13:48 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vACMDleh058624; Sun, 12 Nov 2017 22:13:47 GMT (envelope-from ed@FreeBSD.org) Received: (from ed@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vACMDlU4058620; Sun, 12 Nov 2017 22:13:47 GMT (envelope-from ed@FreeBSD.org) Message-Id: <201711122213.vACMDlU4058620@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ed set sender to ed@FreeBSD.org using -f From: Ed Schouten Date: Sun, 12 Nov 2017 22:13:47 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: ed X-SVN-Commit-Paths: in head: devel/cloudabi sysutils/cloudabi-utils X-SVN-Commit-Revision: 454091 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Nov 2017 22:13:49 -0000 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