Search Criteria
Package Details: libfido2-full 1.14.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/libfido2-full.git (read-only, click to copy) |
---|---|
Package Base: | libfido2-full |
Description: | Library functionality for FIDO 2.0, with support for USB, NFC, and PCSC devices |
Upstream URL: | https://developers.yubico.com/libfido2/ |
Licenses: | BSD |
Conflicts: | libfido2 |
Provides: | libfido2, libfido2.so |
Submitter: | BryanJacobs |
Maintainer: | BryanJacobs |
Last Packager: | BryanJacobs |
Votes: | 1 |
Popularity: | 0.031439 |
First Submitted: | 2022-08-05 07:48 (UTC) |
Last Updated: | 2024-05-08 01:09 (UTC) |
Dependencies (11)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- hidapi (hidapi-gitAUR)
- libcbor
- libcbor.so (libcbor)
- libudev.so (lib32-systemd-gitAUR, systemd-chromiumos-libsAUR, libeudevAUR, systemd-libs-fmlAUR, systemd-libs-selinuxAUR, sysupdated-systemd-libs-gitAUR, systemd-libs-gitAUR, lib32-systemd, systemd-libs)
- openssl (openssl-gitAUR, openssl-staticAUR)
- pcsclite (pcsclite-gitAUR)
- systemd-libs (systemd-chromiumos-libsAUR, systemd-libs-fmlAUR, systemd-libs-selinuxAUR, sysupdated-systemd-libs-gitAUR, systemd-libs-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compatAUR, zlib-ng-compat)
- cmake (cmake-gitAUR) (make)
- systemd (systemd-chromiumosAUR, systemd-fmlAUR, systemd-selinuxAUR, sysupdated-systemd-gitAUR, systemd-gitAUR) (make)
Required by (63)
- booster-git (requires libfido2) (optional)
- booster-wip-git (requires libfido2) (optional)
- goldwarden (requires libfido2)
- keys-pub (requires libfido2)
- keys-pub-git (requires libfido2) (make)
- khefin (requires libfido2)
- libmysqlclient (requires libfido2) (make)
- libmysqlclient80 (requires libfido2) (make)
- libmysqlclient81 (requires libfido2) (make)
- mysql (requires libfido2) (make)
- mysql-clients (requires libfido2) (make)
- mysql-clients80 (requires libfido2) (make)
- mysql-clients81 (requires libfido2) (make)
- mysql80 (requires libfido2) (make)
- mysql81 (requires libfido2) (make)
- nosystemd-boot-artix (requires libfido2) (make)
- openssh-dotconfig (requires libfido2) (make)
- openssh-dotconfig (requires libfido2) (optional)
- openssh-dotconfig-bin (requires libfido2) (optional)
- openssh-gssapi (requires libfido2) (make)
- Show 43 more...
Latest Comments
Brummbaer commented on 2024-02-20 11:32 (UTC)
Thank you for the explanation.
BryanJacobs commented on 2024-02-20 10:28 (UTC)
libfido2.so links to libcbor.so, and it'll use whichever version is in your filesystem.
If there's an upgrade to libcbor you need to remove the package you build from this package and rebuild it. Then it'll link to the new libcbor in your filesystem and depend on that version instead.
Removing the dependency from the pkgbuild file just means that now the package has an undeclared dependency and will fail at run time when libcbor gets upgraded.
Brummbaer commented on 2024-02-20 10:22 (UTC)
looks like it depends on a fixed version of libcbor.
It works if I remove "libcbor.so" from the depends in the MAKEPKG.
Why is there a dependency on "libcbor.so" in there?
BryanJacobs commented on 2023-01-11 09:42 (UTC)
You're right. libfido2 doesn't use libnfc to provide NFC support.
I've removed the extraneous dependency and updated the package to the latest.
mk-fg commented on 2022-12-29 03:26 (UTC) (edited on 2022-12-29 03:27 (UTC) by mk-fg)
libnfc seem to be an unused dependency here - libfido2 supports two interfaces for NFC readers:
pcsclite will likely also need reader/card-specific drivers installed into /usr/lib/pcsc/drivers/ (e.g. ccid, acsccid).
But libnfc is not one of those, it's an alternative API and set of tools to pcsc/pcscd, which afaict libfido2 does not use in any way, at least as of current 1.12.0.
(libnfc itself can also use pcsc driver to talk to things that it doesn't support directly, so there is a kind of reverse relation to that, not really relevant here)
So pretty sure libnfc dependency should be dropped from this PKGBUILD.