mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 18:36:28 -04:00
Upgrade all CloudABI components to their latest upstream versions.
This release of CloudABI includes some minor tweaks to improve support for Rust, including some changes that should keep the ABI more robust going forward. In addition to that, there are some tiny fixes for Linux, but these are not relevant for FreeBSD. Reviewed by: mat Differential Revision: https://reviews.freebsd.org/D14076
This commit is contained in:
parent
35b3fa6b57
commit
d76eaf43eb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=460378
7 changed files with 12 additions and 14 deletions
|
@ -3,8 +3,7 @@
|
|||
|
||||
PORTNAME= arpc
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.6
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 0.7
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= ed@FreeBSD.org
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1505988221
|
||||
SHA256 (NuxiNL-arpc-v0.6_GH0.tar.gz) = 22bb8bdadabb8793c01d3997e2992ea4e449b2bada62b93579f02358994838bd
|
||||
SIZE (NuxiNL-arpc-v0.6_GH0.tar.gz) = 1301128
|
||||
TIMESTAMP = 1517076895
|
||||
SHA256 (NuxiNL-arpc-v0.7_GH0.tar.gz) = 14d4ced3631f26e9ef1ce5f45e6711907fee56954322d6a9f6686aaf2b8fd55b
|
||||
SIZE (NuxiNL-arpc-v0.7_GH0.tar.gz) = 1301172
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= cloudabi
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.18
|
||||
DISTVERSION= 0.19
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= ed@FreeBSD.org
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1511643175
|
||||
SHA256 (NuxiNL-cloudabi-v0.18_GH0.tar.gz) = 923c09572718ce320c93eda0458f47420df894f179cc0b174880d6e23060aaaf
|
||||
SIZE (NuxiNL-cloudabi-v0.18_GH0.tar.gz) = 103073
|
||||
TIMESTAMP = 1517076945
|
||||
SHA256 (NuxiNL-cloudabi-v0.19_GH0.tar.gz) = d78947e52d45f2202469b3606d2171b9f5e26258067d6d76f41e3e80c2555ff3
|
||||
SIZE (NuxiNL-cloudabi-v0.19_GH0.tar.gz) = 175769
|
||||
|
|
|
@ -2,6 +2,5 @@ include/cloudabi32_types.h
|
|||
include/cloudabi64_types.h
|
||||
include/cloudabi_syscalls.h
|
||||
include/cloudabi_syscalls_info.h
|
||||
include/cloudabi_syscalls_struct.h
|
||||
include/cloudabi_types.h
|
||||
include/cloudabi_types_common.h
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= cloudabi-utils
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.36
|
||||
DISTVERSION= 0.38
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= ed@FreeBSD.org
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1515271458
|
||||
SHA256 (NuxiNL-cloudabi-utils-v0.36_GH0.tar.gz) = 2bafcc66e48be7f0b11fc7e0438fa7141dcb8938adf9cbd6014e1695009851c6
|
||||
SIZE (NuxiNL-cloudabi-utils-v0.36_GH0.tar.gz) = 75358
|
||||
TIMESTAMP = 1517076972
|
||||
SHA256 (NuxiNL-cloudabi-utils-v0.38_GH0.tar.gz) = 331913d737605d43df62a0dfcf05dc13582d5d97b27d6d87f7c4daffd5cde8b0
|
||||
SIZE (NuxiNL-cloudabi-utils-v0.38_GH0.tar.gz) = 75648
|
||||
|
|
Loading…
Add table
Reference in a new issue