On 2019/11/01 14:18, Damien Miller wrote:
> Hi,
>
> It's been a while since I've written a port and I'm pretty rusty, but
> here's a port for https://github.com/PJK/libcbor - an implementation of
> the RFC7049 Concise Binary Object Representation format.
>
> This is used by (among other things) FIDO2 tokens and is a prerequisite
> for libfido2 and some parts that I need to enable U2F tokens in OpenSSH
> (see my next message).
>
> Ok?
>
Minor tweaks,
- please use GH_* variables for github /archive/ URLs (auto generated
tarballs)
- the cmake module already handles shared lib versions, but new patch to
avoid forcing -O3 (which we definitely normally patch away) and -flto (unsure
but I'm a bit dubious about this working across all arches).
- start SHARED_LIBS from 0.0
New tarball attached.
No comments:
Post a Comment