diff --git a/libfido2-1.10.0.tar.gz b/libfido2-1.10.0.tar.gz new file mode 100644 index 0000000..d932365 --- /dev/null +++ b/libfido2-1.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:526efd3d56af706c05d09f3d21f18ee3b0b15ac0c1f5c5da1acbc27c2730b99b +size 591372 diff --git a/libfido2-1.10.0.tar.gz.sig b/libfido2-1.10.0.tar.gz.sig new file mode 100644 index 0000000..de8dbc4 Binary files /dev/null and b/libfido2-1.10.0.tar.gz.sig differ diff --git a/libfido2-1.9.0.tar.gz b/libfido2-1.9.0.tar.gz deleted file mode 100644 index 49525bf..0000000 --- a/libfido2-1.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba39e3af3736d2dfc8ad3d1cb6e3be7eccc09588610a3b07c865d0ed3e58c2d2 -size 576088 diff --git a/libfido2-1.9.0.tar.gz.sig b/libfido2-1.9.0.tar.gz.sig deleted file mode 100644 index 748f728..0000000 Binary files a/libfido2-1.9.0.tar.gz.sig and /dev/null differ diff --git a/libfido2.changes b/libfido2.changes index 5aa8ac3..d4ab3d0 100644 --- a/libfido2.changes +++ b/libfido2.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Mar 28 16:53:52 UTC 2022 - Torsten Gruner + +- Version 1.10.0 (2022-01-17) + * hid_osx: handle devices with paths > 511 bytes; gh#462. + * bio: fix CTAP2 canonical CBOR encoding in fido_bio_dev_enroll_*(); gh#480. + * winhello: fallback to GetTopWindow() if GetForegroundWindow() fails. + * winhello: fallback to hid_win.c if webauthn.dll isn’t available. + * New API calls: + - fido_dev_info_set; + - fido_dev_io_handle; + - fido_dev_new_with_info; + - fido_dev_open_with_info. + * Cygwin and NetBSD build fixes. + * Documentation and reliability fixes. + * Support for TPM 2.0 attestation of COSE_ES256 credentials. + ------------------------------------------------------------------- Mon Jan 10 17:22:01 UTC 2022 - Guillaume GARDET diff --git a/libfido2.spec b/libfido2.spec index 9ff4704..e73c32f 100644 --- a/libfido2.spec +++ b/libfido2.spec @@ -1,7 +1,7 @@ # # spec file for package libfido2 # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define sover 1 Name: libfido2 -Version: 1.9.0 +Version: 1.10.0 Release: 0 Summary: FIDO U2F and FIDO 2.0 protocols License: BSD-2-Clause @@ -28,8 +28,8 @@ Source0: https://developers.yubico.com/libfido2/Releases/%{name}-%{versio Source1: https://developers.yubico.com/libfido2/Releases/%{name}-%{version}.tar.gz.sig BuildRequires: cmake BuildRequires: gcc-c++ -BuildRequires: openssl-devel BuildRequires: ninja +BuildRequires: openssl-devel BuildRequires: pkgconfig BuildRequires: pkgconfig(hidapi-hidraw) BuildRequires: pkgconfig(libcbor)