diff --git a/libfido2-1.14.0.tar.gz b/libfido2-1.14.0.tar.gz deleted file mode 100644 index 6dfe43d..0000000 --- a/libfido2-1.14.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3601792e320032d428002c4cce8499a4c7b803319051a25a0c9f1f138ffee45a -size 660289 diff --git a/libfido2-1.14.0.tar.gz.sig b/libfido2-1.14.0.tar.gz.sig deleted file mode 100644 index 2f83afe..0000000 Binary files a/libfido2-1.14.0.tar.gz.sig and /dev/null differ diff --git a/libfido2-1.15.0.tar.gz b/libfido2-1.15.0.tar.gz new file mode 100644 index 0000000..9114b8e --- /dev/null +++ b/libfido2-1.15.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abaab1318d21d262ece416fb8a7132fa9374bda89f6fa52b86a98a2f5712b61e +size 670019 diff --git a/libfido2-1.15.0.tar.gz.sig b/libfido2-1.15.0.tar.gz.sig new file mode 100644 index 0000000..f3f5568 Binary files /dev/null and b/libfido2-1.15.0.tar.gz.sig differ diff --git a/libfido2.changes b/libfido2.changes index bafe883..3168fce 100644 --- a/libfido2.changes +++ b/libfido2.changes @@ -1,7 +1,17 @@ ------------------------------------------------------------------- -Wed May 29 12:53:17 UTC 2024 - Paolo Perego +Sat Aug 31 15:49:20 UTC 2024 - Dirk Müller -- 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 diff --git a/libfido2.spec b/libfido2.spec index b7aefb1..dce446e 100644 --- a/libfido2.spec +++ b/libfido2.spec @@ -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