Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libfido2 for openSUSE:Factory checked in at 2022-10-13 15:39:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libfido2 (Old) and /work/SRC/openSUSE:Factory/.libfido2.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libfido2" Thu Oct 13 15:39:45 2022 rev:12 rq:1009786 version:1.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libfido2/libfido2.changes 2022-04-02 18:20:37.878213981 +0200 +++ /work/SRC/openSUSE:Factory/.libfido2.new.2275/libfido2.changes 2022-10-13 15:39:52.970460116 +0200 @@ -1,0 +2,35 @@ +Wed Oct 5 20:40:55 UTC 2022 - Torsten Gruner <simmpho...@opensuse.org> + +- Version 1.12.0 (2022-09-22) + * Support for COSE_ES384. + * Support for hidraw(4) on FreeBSD; gh#597. + * Improved support for FIDO 2.1 authenticators. + * New API calls: + + es384_pk_free; + + es384_pk_from_EC_KEY; + + es384_pk_from_EVP_PKEY; + + es384_pk_from_ptr; + + es384_pk_new; + + es384_pk_to_EVP_PKEY; + + fido_cbor_info_certs_len; + + fido_cbor_info_certs_name_ptr; + + fido_cbor_info_certs_value_ptr; + + fido_cbor_info_maxrpid_minpinlen; + + fido_cbor_info_minpinlen; + + fido_cbor_info_new_pin_required; + + fido_cbor_info_rk_remaining; + + fido_cbor_info_uv_attempts; + + fido_cbor_info_uv_modality. + * Documentation and reliability fixes. +- Version 1.11.0 (2022-05-03) + * Experimental PCSC support; enable with -DUSE_PCSC. + * Improved OpenSSL 3.0 compatibility. + * Use RFC1951 raw deflate to compress CTAP 2.1 largeBlobs. + * winhello: advertise "uv" instead of "clientPin". + * winhello: support hmac-secret in fido_dev_get_assert(). + * New API calls: + + fido_cbor_info_maxlargeblob. + * Documentation and reliability fixes. + * Separate build and regress targets. + +------------------------------------------------------------------- Old: ---- libfido2-1.10.0.tar.gz libfido2-1.10.0.tar.gz.sig New: ---- libfido2-1.12.0.tar.gz libfido2-1.12.0.tar.gz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libfido2.spec ++++++ --- /var/tmp/diff_new_pack.ByKFOp/_old 2022-10-13 15:39:53.590461502 +0200 +++ /var/tmp/diff_new_pack.ByKFOp/_new 2022-10-13 15:39:53.594461511 +0200 @@ -18,7 +18,7 @@ %define sover 1 Name: libfido2 -Version: 1.10.0 +Version: 1.12.0 Release: 0 Summary: FIDO U2F and FIDO 2.0 protocols License: BSD-2-Clause @@ -28,8 +28,12 @@ Source1: https://developers.yubico.com/libfido2/Releases/%{name}-%{version}.tar.gz.sig BuildRequires: cmake BuildRequires: gcc-c++ +%if 0%{?suse_version} >= 1540 || 0%{?sle_version} >= 150400 +BuildRequires: libopenssl-3-devel +%else +BuildRequires: pkgconfig(openssl) +%endif BuildRequires: ninja -BuildRequires: openssl-devel BuildRequires: pkgconfig BuildRequires: pkgconfig(hidapi-hidraw) BuildRequires: pkgconfig(libcbor) ++++++ libfido2-1.10.0.tar.gz -> libfido2-1.12.0.tar.gz ++++++ ++++ 14581 lines of diff (skipped)