1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-26 23:20:30 -04:00
Commit graph

1 commit

Author SHA1 Message Date
Ed Schouten
bd4875a6bb Upgrade argdata and cloudabi-utils to the latest upstream versions.
Version 0.3 of argdata includes an all new reader/writer API that allows
you to stream argdata objects into files, pipes and sockets. Version 0.4
reworks the iterator API to make it easier/safer to duplicate iterators.

Version 0.4 of argdata now depends on max_align_t. This type definition
is not available on older versions of FreeBSD. Add a local patch to use
a locally defined structure instead. This patch can be removed once we
only support versions that do provide this type.

Version 0.25 of cloudabi-utils catches up with the argdata iterator API
changes.

Reviewed by:	bapt
Differential Revision:	https://reviews.freebsd.org/D11300
2017-06-22 12:37:35 +00:00