Add libcbor to the buildFrom https://github.com/PJK/libcbor: libcbor is a C library for parsing and generating CBOR, the general- purpose schema-less binary data format.libcbor will be u
Add libcbor to the buildFrom https://github.com/PJK/libcbor: libcbor is a C library for parsing and generating CBOR, the general- purpose schema-less binary data format.libcbor will be used by ssh to support FIDO/U2F keys. It is currentlyintended only for use by ssh, and so is installed as a PRIVATELIB and isplaced in the ssh pkgbase package.cbor_export.h and configuration.h were generated by the upstream CMakebuild. We could create them with bmake rules instead (as NetBSD hasdone) but this is a fine start.This is currently disabled for the 32-bit library build as libfido2 isnot compatible with the COMPAT_32BIT hack in usb_ioctl.h, and there isno need for libcbor without libfido2.Reviewed by: kevansMFC after: 2 weeksSponsored by: The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D32347
show more ...