Date: Sat, 25 Nov 2017 21:48:43 +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: r454898 - head/devel/cloudabi Message-ID: <201711252148.vAPLmheC051949@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ed (src committer) Date: Sat Nov 25 21:48:42 2017 New Revision: 454898 URL: https://svnweb.freebsd.org/changeset/ports/454898 Log: Bump CloudABI to v0.18. Compared to the previous version, nothing installed by this port has changed. The only changes that have happened are in the vDSO assembly files that are only used by the FreeBSD kernel. These changes allow us to add support for running ARMv6/7 binaries on ARM64. Reviewed by: rene Differential Revision: https://reviews.freebsd.org/D13241 Modified: head/devel/cloudabi/Makefile head/devel/cloudabi/distinfo Modified: head/devel/cloudabi/Makefile ============================================================================== --- head/devel/cloudabi/Makefile Sat Nov 25 20:57:07 2017 (r454897) +++ head/devel/cloudabi/Makefile Sat Nov 25 21:48:42 2017 (r454898) @@ -3,7 +3,7 @@ PORTNAME= cloudabi DISTVERSIONPREFIX= v -DISTVERSION= 0.17 +DISTVERSION= 0.18 CATEGORIES= devel MAINTAINER= ed@FreeBSD.org Modified: head/devel/cloudabi/distinfo ============================================================================== --- head/devel/cloudabi/distinfo Sat Nov 25 20:57:07 2017 (r454897) +++ head/devel/cloudabi/distinfo Sat Nov 25 21:48:42 2017 (r454898) @@ -1,3 +1,3 @@ -TIMESTAMP = 1510440737 -SHA256 (NuxiNL-cloudabi-v0.17_GH0.tar.gz) = bf89c61ca22fcf36db3b2373bc4e0618540362795bffacf29e88c7f4e3ef267a -SIZE (NuxiNL-cloudabi-v0.17_GH0.tar.gz) = 101679 +TIMESTAMP = 1511643175 +SHA256 (NuxiNL-cloudabi-v0.18_GH0.tar.gz) = 923c09572718ce320c93eda0458f47420df894f179cc0b174880d6e23060aaaf +SIZE (NuxiNL-cloudabi-v0.18_GH0.tar.gz) = 103073
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711252148.vAPLmheC051949>