libcbor: Ignore errors for unknown #pragmaslibcbor embeds clang-specific #pragmas that GCC then warns about.Reviewed by: emaste(cherry picked from commit 6ca0468a2f23c82d6cdde2af1a42b62af366476
libcbor: Ignore errors for unknown #pragmaslibcbor embeds clang-specific #pragmas that GCC then warns about.Reviewed by: emaste(cherry picked from commit 6ca0468a2f23c82d6cdde2af1a42b62af3664766)
show more ...
Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
libcbor: update to 0.10.2Sponsored by: The FreeBSD Foundation
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