ports/security/py-yubikey-manager/files
Michael Gmelin 95299192d7 security/py-yubikey-manager: Add OTP HID support for FreeBSD
This makes yubikey-manager usable on FreeBSD again. FreeBSD
support was broken since reliance on libusb and libykpersonalize
was dropped upstream in 4.0.0.

This supports the classic uhid(4) driver and the more modern
hidraw(4) driver.

See: https://github.com/Yubico/yubikey-manager/pull/504

As I had to redo the patch after the update to 4.0.9, I took
the chance to add unit test support (`make test`).

A future change could remove the dependency on ykpersonalize.

PR:		263916
Approved by:	egypcio (maintainer timeout, about 4 weeks)
2022-06-23 17:20:24 +02:00
..
patch-README.adoc
patch-ykman_hid_____init____.py
patch-ykman_hid_freebsd.py