From owner-svn-ports-all@freebsd.org Wed Aug 10 21:23:09 2016 Return-Path: Delivered-To: svn-ports-all@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 603FBBB5936; Wed, 10 Aug 2016 21:23:09 +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 2CA851519; Wed, 10 Aug 2016 21:23:09 +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 u7ALN86N050582; Wed, 10 Aug 2016 21:23:08 GMT (envelope-from ed@FreeBSD.org) Received: (from ed@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7ALN8wo050580; Wed, 10 Aug 2016 21:23:08 GMT (envelope-from ed@FreeBSD.org) Message-Id: <201608102123.u7ALN8wo050580@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ed set sender to ed@FreeBSD.org using -f From: Ed Schouten Date: Wed, 10 Aug 2016 21:23:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420040 - head/sysutils/cloudabi-utils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Aug 2016 21:23:09 -0000 Author: ed (src committer) Date: Wed Aug 10 21:23:07 2016 New Revision: 420040 URL: https://svnweb.freebsd.org/changeset/ports/420040 Log: Upgrade to the latest version of cloudabi-utils, v0.15. The most important change in this release is that it contains new prebuilt binaries of cloudabi-reexec. These contain some important bug fixes related to the handling of vDSOs, in a way that they provide better forward compatibility. In addition to that, the YAML parser in cloudabi-run follows the YAML 1.1 specification more closely. Modified: head/sysutils/cloudabi-utils/Makefile head/sysutils/cloudabi-utils/distinfo Modified: head/sysutils/cloudabi-utils/Makefile ============================================================================== --- head/sysutils/cloudabi-utils/Makefile Wed Aug 10 21:20:51 2016 (r420039) +++ head/sysutils/cloudabi-utils/Makefile Wed Aug 10 21:23:07 2016 (r420040) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cloudabi-utils -PORTVERSION= 0.14 +PORTVERSION= 0.15 DISTVERSIONPREFIX=v CATEGORIES= sysutils Modified: head/sysutils/cloudabi-utils/distinfo ============================================================================== --- head/sysutils/cloudabi-utils/distinfo Wed Aug 10 21:20:51 2016 (r420039) +++ head/sysutils/cloudabi-utils/distinfo Wed Aug 10 21:23:07 2016 (r420040) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470168361 -SHA256 (NuxiNL-cloudabi-utils-v0.14_GH0.tar.gz) = 21c23c39620f98b5994a42306d34b05e0c1e172164b4f85cd5f28fab0fa9077b -SIZE (NuxiNL-cloudabi-utils-v0.14_GH0.tar.gz) = 142672 +TIMESTAMP = 1470864037 +SHA256 (NuxiNL-cloudabi-utils-v0.15_GH0.tar.gz) = dd365421502538243b76935ba5ebdfc899696c0afe538839bf5d0adf0e1eee42 +SIZE (NuxiNL-cloudabi-utils-v0.15_GH0.tar.gz) = 146174