From 4ccece13e32ca2582369517bae4f3181cc6ea8a322b3b3c456e5b260f5257b2f Mon Sep 17 00:00:00 2001 From: Torsten Gruner Date: Tue, 3 Sep 2024 06:40:39 +0000 Subject: [PATCH] - 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 --- libfido2-1.14.0.tar.gz | 3 --- libfido2-1.14.0.tar.gz.sig | Bin 119 -> 0 bytes libfido2-1.15.0.tar.gz | 3 +++ libfido2-1.15.0.tar.gz.sig | Bin 0 -> 119 bytes libfido2.changes | 14 ++++++++++++-- libfido2.spec | 6 +----- 6 files changed, 16 insertions(+), 10 deletions(-) delete mode 100644 libfido2-1.14.0.tar.gz delete mode 100644 libfido2-1.14.0.tar.gz.sig create mode 100644 libfido2-1.15.0.tar.gz create mode 100644 libfido2-1.15.0.tar.gz.sig 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 2f83afe5a5ef5238278914c9335ca3b343ea18dea646615eed218b0b4b46c673..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 119 zcmeAuWnmEGVvrS6WZ7K6{9klI#uDMD+%mRVo==WE*jCKSlp1)hn1PE^04Ac(&hS6d zH%xNRk{_RJ7VTPc|LE+c-;TanKH<91@}8(zrFU#%JPiL74zKsR|DfG=p3dB*E`C#Z V1Juflb81&Ve0ywP*Tp$n3; +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