From 5a0f71a58ce2f9bc23a4f34e4ac13bd7fe71dfc556feaa24529e5477614d7e5f Mon Sep 17 00:00:00 2001 From: Torsten Gruner Date: Fri, 24 Feb 2023 12:29:56 +0000 Subject: [PATCH] Accepting request 1067573 from home:MSirringhaus:branches:security - Version 1.13.0 (2023-02-20) * Support for linking against OpenSSL on Windows; gh#668. * New API calls: + fido_assert_empty_allow_list; + fido_cred_empty_exclude_list. * fido2-token: fix issue when listing large blobs. * Improved support for different fuzzing engines. OBS-URL: https://build.opensuse.org/request/show/1067573 OBS-URL: https://build.opensuse.org/package/show/security/libfido2?expand=0&rev=50 --- libfido2-1.12.0.tar.gz | 3 --- libfido2-1.12.0.tar.gz.sig | Bin 119 -> 0 bytes libfido2-1.13.0.tar.gz | 3 +++ libfido2-1.13.0.tar.gz.sig | Bin 0 -> 119 bytes libfido2.changes | 11 +++++++++++ libfido2.spec | 4 ++-- 6 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 libfido2-1.12.0.tar.gz delete mode 100644 libfido2-1.12.0.tar.gz.sig create mode 100644 libfido2-1.13.0.tar.gz create mode 100644 libfido2-1.13.0.tar.gz.sig diff --git a/libfido2-1.12.0.tar.gz b/libfido2-1.12.0.tar.gz deleted file mode 100644 index e25c604..0000000 --- a/libfido2-1.12.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:813d6d25116143d16d2e96791718a74825da16b774a8d093d96f06ae1730d9c5 -size 652326 diff --git a/libfido2-1.12.0.tar.gz.sig b/libfido2-1.12.0.tar.gz.sig deleted file mode 100644 index 9a8fd74fd57fba18053c072843d1441747b90c37d49ea7a171cc77490e5718ef..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 119 zcmeAuWnmEGVvrS6WZ7K6{9klI#uDMD+%mRVo==WE*jCKSl&qt)hJlMy04Ab*j^TgV zTZ_jV|Gb%HzR##Le^pH1dk@}Ar7L#XKW;5e<34=v03*Y+)iu@L3#ZTC@ZkEV0>1hno}RoL%a8qEEh9{_I=H8B7H diff --git a/libfido2-1.13.0.tar.gz b/libfido2-1.13.0.tar.gz new file mode 100644 index 0000000..614ff53 --- /dev/null +++ b/libfido2-1.13.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51d43727e2a1c4544c7fd0ee47786f443e39f1388ada735a509ad4af0a2459ca +size 652777 diff --git a/libfido2-1.13.0.tar.gz.sig b/libfido2-1.13.0.tar.gz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..748773b4820585e80d170ecb09556db5da71a6e469d52794daefc0eb41bdf952 GIT binary patch literal 119 zcmeAuWnmEGVvrS6WZ7K6{9klI#uDMD+%mRVo==WE*jCKSl>Ax$Cj%F!08Hf1VMd0= zy7YTCTh@M!n$JEdV@_UMZ0`#WUEkEDk+M5iA5T>K#mMk>BjPnaz>SL0su&#GX?+v literal 0 HcmV?d00001 diff --git a/libfido2.changes b/libfido2.changes index 11da828..5203646 100644 --- a/libfido2.changes +++ b/libfido2.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Feb 24 10:08:21 UTC 2023 - Martin Sirringhaus + +- Version 1.13.0 (2023-02-20) + * Support for linking against OpenSSL on Windows; gh#668. + * New API calls: + + fido_assert_empty_allow_list; + + fido_cred_empty_exclude_list. + * fido2-token: fix issue when listing large blobs. + * Improved support for different fuzzing engines. + ------------------------------------------------------------------- Wed Oct 5 20:40:55 UTC 2022 - Torsten Gruner diff --git a/libfido2.spec b/libfido2.spec index 04aa51c..15d3172 100644 --- a/libfido2.spec +++ b/libfido2.spec @@ -1,7 +1,7 @@ # # spec file for package libfido2 # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 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.12.0 +Version: 1.13.0 Release: 0 Summary: FIDO U2F and FIDO 2.0 protocols License: BSD-2-Clause