forked from pool/libfido2
- update to 1.15.0:
* bio, credman: improved CTAP 2.1 support. * hid_osx: fix issue where fido_hid_read() may block unnecessarily; gh#757. * fido2-token -I: print maxcredbloblen. * hid_linux: improved support for uhid devices. * New API calls: - fido_cred_set_attobj; - fido_cred_x5c_list_count; - fido_cred_x5c_list_len; - fido_cred_x5c_list_ptr. OBS-URL: https://build.opensuse.org/package/show/security/libfido2?expand=0&rev=55
This commit is contained in:
parent
acd55c9c72
commit
4ccece13e3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3601792e320032d428002c4cce8499a4c7b803319051a25a0c9f1f138ffee45a
|
||||
size 660289
|
Binary file not shown.
BIN
libfido2-1.15.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
libfido2-1.15.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
libfido2-1.15.0.tar.gz.sig
Normal file
BIN
libfido2-1.15.0.tar.gz.sig
Normal file
Binary file not shown.
@ -1,7 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 29 12:53:17 UTC 2024 - Paolo Perego <paolo.perego@suse.com>
|
||||
Sat Aug 31 15:49:20 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- enabling PC Smartcard API support
|
||||
- update to 1.15.0:
|
||||
* bio, credman: improved CTAP 2.1 support.
|
||||
* hid_osx: fix issue where fido_hid_read() may block
|
||||
unnecessarily; gh#757.
|
||||
* fido2-token -I: print maxcredbloblen.
|
||||
* hid_linux: improved support for uhid devices.
|
||||
* New API calls:
|
||||
- fido_cred_set_attobj;
|
||||
- fido_cred_x5c_list_count;
|
||||
- fido_cred_x5c_list_len;
|
||||
- fido_cred_x5c_list_ptr.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 18 17:13:07 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define sover 1
|
||||
Name: libfido2
|
||||
Version: 1.14.0
|
||||
Version: 1.15.0
|
||||
Release: 0
|
||||
Summary: FIDO U2F and FIDO 2.0 protocols
|
||||
License: BSD-2-Clause
|
||||
@ -40,8 +40,6 @@ BuildRequires: pkgconfig(hidapi-hidraw)
|
||||
BuildRequires: pkgconfig(libcbor)
|
||||
BuildRequires: pkgconfig(libudev)
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
# For PCSC API
|
||||
BuildRequires: pcsc-lite-devel
|
||||
|
||||
%description
|
||||
Provides library functionality for communicating with a FIDO device
|
||||
@ -57,7 +55,6 @@ Obsoletes: %{name} < %{version}
|
||||
This library supports the FIDO U2F and FIDO 2.0 protocols for
|
||||
communicating with a USB authenticator via the
|
||||
Client-to-Authenticator Protocol (CTAP 1 and 2).
|
||||
This library is compiled with experimental support for Smardcard API (PC/SC)
|
||||
|
||||
%package -n %{name}-devel
|
||||
Summary: Development files for FIDO U2F and FIDO 2.0 protocols
|
||||
@ -97,7 +94,6 @@ This package contains the udev rules for FIDO2 compatible devices.
|
||||
-DCBOR_LIBRARY_DIRS=%{_libdir} \
|
||||
-DBUILD_EXAMPLES=OFF \
|
||||
-DUSE_HIDAPI=ON \
|
||||
-DUSE_PCSC=ON \
|
||||
-DNFC_LINUX=ON
|
||||
%cmake_build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user