Page MenuHomeSolus

Initial packaging of libfido2 1.5.0
ClosedPublic

Authored by silke on Sep 30 2020, 5:05 PM.
Tags
None
Referenced Files
F11069145: D9758.id23513.diff
Fri, Aug 11, 10:31 PM
F11050958: D9758.diff
Thu, Aug 10, 7:38 PM
F10958353: D9758.id23506.diff
Tue, Jul 18, 12:13 AM
F10944050: D9758.diff
Fri, Jul 14, 10:02 PM
F10935963: D9758.id23511.diff
Thu, Jul 13, 12:24 AM
F10911596: D9758.id23513.diff
Jul 7 2023, 9:30 AM
F10908599: D9758.diff
Jul 7 2023, 12:48 AM
F10895400: D9758.id23502.diff
Jul 1 2023, 4:26 PM
Subscribers

Details

Summary

Initial packaging of libfido2 as a dependency for FIDO2 support in OpenSSH.

Depends on D9757

Test Plan
  • Tested as part of OpenSSH
  • Compile and run two example programs

Diff Detail

Repository
R5082 libfido2
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

silke requested review of this revision.Sep 30 2020, 5:05 PM
JoshStrobl added a subscriber: JoshStrobl.
JoshStrobl added inline comments.
pspec_x86_64.xml
238

Static should be disabled.

This revision now requires changes to proceed.Sep 30 2020, 5:37 PM
  • Remove static library
  • Move man(3) pages to devel
JoshStrobl added inline comments.
package.yml
26

I'd prefer if we patched out static so we're not wasting time building it: https://github.com/Yubico/libfido2/blob/master/src/CMakeLists.txt#L68

This revision now requires changes to proceed.Sep 30 2020, 6:32 PM
silke marked an inline comment as done.

Add patch to disable building static library and examples

This revision is now accepted and ready to land.Sep 30 2020, 6:49 PM
This revision was automatically updated to reflect the committed changes.