diff --git a/fix-cmake-linking.patch b/fix-cmake-linking.patch deleted file mode 100644 index 1bacc5d..0000000 --- a/fix-cmake-linking.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -Nur libfido2-1.7.0/src/CMakeLists.txt new/src/CMakeLists.txt ---- libfido2-1.7.0/src/CMakeLists.txt 2021-03-29 17:28:56.000000000 +0200 -+++ new/src/CMakeLists.txt 2021-04-17 04:08:16.614325721 +0200 -@@ -45,6 +45,9 @@ - - if(USE_HIDAPI) - list(APPEND FIDO_SOURCES hid_hidapi.c) -+ if(NOT WIN32 AND NOT APPLE) -+ list(APPEND FIDO_SOURCES hid_unix.c) -+ endif() - elseif(WIN32) - list(APPEND FIDO_SOURCES hid_win.c) - elseif(APPLE) diff --git a/libfido2-1.7.0.tar.gz b/libfido2-1.7.0.tar.gz deleted file mode 100644 index cb215f4..0000000 --- a/libfido2-1.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:116749b2a6c95f6559439494fcebdbe803dff14037017ad239843c84c59d708e -size 517426 diff --git a/libfido2-1.7.0.tar.gz.sig b/libfido2-1.7.0.tar.gz.sig deleted file mode 100644 index bea772c..0000000 Binary files a/libfido2-1.7.0.tar.gz.sig and /dev/null differ diff --git a/libfido2-1.8.0.tar.gz b/libfido2-1.8.0.tar.gz new file mode 100644 index 0000000..d28ce5f --- /dev/null +++ b/libfido2-1.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:554291188f24ab595cb947f9d2b6ec40ce5afe39d9257c1e2cd0bdef8bf7fd1d +size 535947 diff --git a/libfido2-1.8.0.tar.gz.sig b/libfido2-1.8.0.tar.gz.sig new file mode 100644 index 0000000..3e9fb4d Binary files /dev/null and b/libfido2-1.8.0.tar.gz.sig differ diff --git a/libfido2.changes b/libfido2.changes index 8f2e49a..4192d64 100644 --- a/libfido2.changes +++ b/libfido2.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Tue Sep 14 13:49:56 UTC 2021 - Paolo Perego + +- Update to version 1.8.0: + * Dropped 'Requires.private' entry from pkg-config file. + * Better support for FIDO 2.1 authenticators. + * Support for Windows's native webauthn API. + * Support for attestation format 'none'. + * New API calls: + - fido_assert_set_clientdata; + - fido_cbor_info_algorithm_cose; + - fido_cbor_info_algorithm_count; + - fido_cbor_info_algorithm_type; + - fido_cbor_info_transports_len; + - fido_cbor_info_transports_ptr; + - fido_cred_set_clientdata; + - fido_cred_set_id; + - fido_credman_set_dev_rk; + - fido_dev_is_winhello. + * fido2-token: new -Sc option to update a resident credential. + * Documentation and reliability fixes. + * HID access serialisation on Linux. + ------------------------------------------------------------------- Sat Apr 17 01:41:49 UTC 2021 - Ferdinand Thiessen @@ -75,7 +98,7 @@ Fri Jul 24 19:33:15 UTC 2020 - Stefan Brüns ------------------------------------------------------------------- Fri Jul 3 09:11:31 UTC 2020 - Ismail Dönmez -- Create a udev subpackage and ship the udev rule +- Create a udev subpackage and ship the udev rule ------------------------------------------------------------------- Thu Jul 2 13:03:31 UTC 2020 - Ismail Dönmez @@ -157,7 +180,7 @@ Sat Apr 20 18:50:23 UTC 2019 - Jan Engelhardt Tue Apr 16 06:52:58 UTC 2019 - Karol Babioch - Added Conflicts to libfido2-0_4_0 to make sure upgrade goes smoothly as - outline in sr#690566 + outline in sr#690566 ------------------------------------------------------------------- Tue Apr 2 07:05:19 UTC 2019 - Karol Babioch @@ -195,7 +218,7 @@ Mon Oct 1 16:35:14 UTC 2018 - Karol Babioch ------------------------------------------------------------------- Mon Oct 1 06:56:58 UTC 2018 - Karol Babioch -- Applied spec-cleaner +- Applied spec-cleaner ------------------------------------------------------------------- Sun Sep 30 08:41:05 UTC 2018 - t.gruner@katodev.de @@ -213,7 +236,7 @@ Sun Sep 30 08:41:05 UTC 2018 - t.gruner@katodev.de * fido_assert_set_hmac_salt; * fido_cred_set_extensions; * fido_dev_force_fido2. - - Support for native builds with Microsoft Visual Studio 17. + - Support for native builds with Microsoft Visual Studio 17. ------------------------------------------------------------------- Fri Sep 28 19:05:32 UTC 2018 - Jan Engelhardt diff --git a/libfido2.spec b/libfido2.spec index 47045f3..fb1da73 100644 --- a/libfido2.spec +++ b/libfido2.spec @@ -18,7 +18,7 @@ %define sover 1 Name: libfido2 -Version: 1.7.0 +Version: 1.8.0 Release: 0 Summary: FIDO U2F and FIDO 2.0 protocols License: BSD-2-Clause @@ -27,7 +27,7 @@ URL: https://developers.yubico.com/ Source0: https://developers.yubico.com/libfido2/Releases/%{name}-%{version}.tar.gz Source1: https://developers.yubico.com/libfido2/Releases/%{name}-%{version}.tar.gz.sig # PATCH-FIX-UPSTREAM fix-cmake-linking.patch -- Fix linking when building with hidapi, gh#323 -Patch0: fix-cmake-linking.patch +# Patch0: fix-cmake-linking.patch BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: libopenssl-1_1-devel @@ -44,7 +44,6 @@ over USB as well as verifying attestation and assertion signatures. %package -n %{name}-%{sover} Summary: FIDO U2F and FIDO 2.0 protocols -Requires: %{name}-udev Provides: %{name} = %{version} Obsoletes: %{name} < %{version} @@ -73,11 +72,11 @@ Conflicts: libfido2-1_0_0 %description -n %{name}-utils This package contains utilities to use FIDO U2F and FIDO 2.0 protocols. -%package udev +%package -n %{name}-udev Summary: Udev rules for libfido2 BuildArch: noarch -%description udev +%description -n %{name}-udev This package contains the udev rules for FIDO2 compatible devices. %prep