pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/libfido2



Module Name:    pkgsrc
Committed By:   tnn
Date:           Tue Apr 12 22:27:58 UTC 2022

Modified Files:
        pkgsrc/security/libfido2: Makefile PLIST buildlink3.mk distinfo
Removed Files:
        pkgsrc/security/libfido2/patches: patch-src_CMakeLists.txt
            patch-src_hid__netbsd.c

Log Message:
libfido2: update to 1.10.0

Major changes include:
- Upstreamed NetBSD support
- NFC on Linux
- OpenSSL 3 compatibility


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/libfido2/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/libfido2/PLIST \
    pkgsrc/security/libfido2/buildlink3.mk
cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/libfido2/distinfo
cvs rdiff -u -r1.3 -r0 \
    pkgsrc/security/libfido2/patches/patch-src_CMakeLists.txt
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/security/libfido2/patches/patch-src_hid__netbsd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/libfido2/Makefile
diff -u pkgsrc/security/libfido2/Makefile:1.3 pkgsrc/security/libfido2/Makefile:1.4
--- pkgsrc/security/libfido2/Makefile:1.3       Fri Nov 20 05:55:02 2020
+++ pkgsrc/security/libfido2/Makefile   Tue Apr 12 22:27:58 2022
@@ -1,7 +1,6 @@
-#      $NetBSD: Makefile,v 1.3 2020/11/20 05:55:02 riastradh Exp $
+#      $NetBSD: Makefile,v 1.4 2022/04/12 22:27:58 tnn Exp $
 
-DISTNAME=      libfido2-1.5.0
-PKGREVISION=   1
+DISTNAME=      libfido2-1.10.0
 CATEGORIES=    security devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=Yubico/}
 GITHUB_PROJECT=        ${PKGBASE}
@@ -24,5 +23,6 @@ pre-configure:
        ${MKDIR} ${WRKSRC}/build
 
 .include "../../devel/libcbor/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/security/libfido2/PLIST
diff -u pkgsrc/security/libfido2/PLIST:1.2 pkgsrc/security/libfido2/PLIST:1.3
--- pkgsrc/security/libfido2/PLIST:1.2  Thu Oct 22 20:29:44 2020
+++ pkgsrc/security/libfido2/PLIST      Tue Apr 12 22:27:58 2022
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.2 2020/10/22 20:29:44 tnn Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/04/12 22:27:58 tnn Exp $
 bin/fido2-assert
 bin/fido2-cred
 bin/fido2-token
 include/fido.h
 include/fido/bio.h
+include/fido/config.h
 include/fido/credman.h
 include/fido/eddsa.h
 include/fido/err.h
@@ -20,17 +21,21 @@ man/man1/fido2-assert.1
 man/man1/fido2-cred.1
 man/man1/fido2-token.1
 man/man3/eddsa_pk_free.3
+man/man3/eddsa_pk_from_EVP_PKEY.3
 man/man3/eddsa_pk_from_ptr.3
 man/man3/eddsa_pk_new.3
 man/man3/eddsa_pk_to_EVP_PKEY.3
 man/man3/es256_pk_free.3
 man/man3/es256_pk_from_EC_KEY.3
+man/man3/es256_pk_from_EVP_PKEY.3
 man/man3/es256_pk_from_ptr.3
 man/man3/es256_pk_new.3
 man/man3/es256_pk_to_EVP_PKEY.3
 man/man3/fido_assert_allow_cred.3
 man/man3/fido_assert_authdata_len.3
 man/man3/fido_assert_authdata_ptr.3
+man/man3/fido_assert_blob_len.3
+man/man3/fido_assert_blob_ptr.3
 man/man3/fido_assert_clientdata_hash_len.3
 man/man3/fido_assert_clientdata_hash_ptr.3
 man/man3/fido_assert_count.3
@@ -40,13 +45,18 @@ man/man3/fido_assert_hmac_secret_len.3
 man/man3/fido_assert_hmac_secret_ptr.3
 man/man3/fido_assert_id_len.3
 man/man3/fido_assert_id_ptr.3
+man/man3/fido_assert_largeblob_key_len.3
+man/man3/fido_assert_largeblob_key_ptr.3
 man/man3/fido_assert_new.3
 man/man3/fido_assert_rp_id.3
 man/man3/fido_assert_set_authdata.3
+man/man3/fido_assert_set_authdata_raw.3
+man/man3/fido_assert_set_clientdata.3
 man/man3/fido_assert_set_clientdata_hash.3
 man/man3/fido_assert_set_count.3
 man/man3/fido_assert_set_extensions.3
 man/man3/fido_assert_set_hmac_salt.3
+man/man3/fido_assert_set_hmac_secret.3
 man/man3/fido_assert_set_rp.3
 man/man3/fido_assert_set_sig.3
 man/man3/fido_assert_set_up.3
@@ -88,10 +98,14 @@ man/man3/fido_bio_template_set_id.3
 man/man3/fido_bio_template_set_name.3
 man/man3/fido_cbor_info_aaguid_len.3
 man/man3/fido_cbor_info_aaguid_ptr.3
+man/man3/fido_cbor_info_algorithm_cose.3
+man/man3/fido_cbor_info_algorithm_count.3
+man/man3/fido_cbor_info_algorithm_type.3
 man/man3/fido_cbor_info_extensions_len.3
 man/man3/fido_cbor_info_extensions_ptr.3
 man/man3/fido_cbor_info_free.3
 man/man3/fido_cbor_info_fwversion.3
+man/man3/fido_cbor_info_maxcredbloblen.3
 man/man3/fido_cbor_info_maxcredcntlst.3
 man/man3/fido_cbor_info_maxcredidlen.3
 man/man3/fido_cbor_info_maxmsgsiz.3
@@ -101,12 +115,18 @@ man/man3/fido_cbor_info_options_name_ptr
 man/man3/fido_cbor_info_options_value_ptr.3
 man/man3/fido_cbor_info_protocols_len.3
 man/man3/fido_cbor_info_protocols_ptr.3
+man/man3/fido_cbor_info_transports_len.3
+man/man3/fido_cbor_info_transports_ptr.3
 man/man3/fido_cbor_info_versions_len.3
 man/man3/fido_cbor_info_versions_ptr.3
 man/man3/fido_cred_aaguid_len.3
 man/man3/fido_cred_aaguid_ptr.3
+man/man3/fido_cred_attstmt_len.3
+man/man3/fido_cred_attstmt_ptr.3
 man/man3/fido_cred_authdata_len.3
 man/man3/fido_cred_authdata_ptr.3
+man/man3/fido_cred_authdata_raw_len.3
+man/man3/fido_cred_authdata_raw_ptr.3
 man/man3/fido_cred_clientdata_hash_len.3
 man/man3/fido_cred_clientdata_hash_ptr.3
 man/man3/fido_cred_display_name.3
@@ -116,17 +136,25 @@ man/man3/fido_cred_fmt.3
 man/man3/fido_cred_free.3
 man/man3/fido_cred_id_len.3
 man/man3/fido_cred_id_ptr.3
+man/man3/fido_cred_largeblob_key_len.3
+man/man3/fido_cred_largeblob_key_ptr.3
 man/man3/fido_cred_new.3
+man/man3/fido_cred_pin_minlen.3
 man/man3/fido_cred_prot.3
 man/man3/fido_cred_pubkey_len.3
 man/man3/fido_cred_pubkey_ptr.3
 man/man3/fido_cred_rp_id.3
 man/man3/fido_cred_rp_name.3
+man/man3/fido_cred_set_attstmt.3
 man/man3/fido_cred_set_authdata.3
 man/man3/fido_cred_set_authdata_raw.3
+man/man3/fido_cred_set_blob.3
+man/man3/fido_cred_set_clientdata.3
 man/man3/fido_cred_set_clientdata_hash.3
 man/man3/fido_cred_set_extensions.3
 man/man3/fido_cred_set_fmt.3
+man/man3/fido_cred_set_id.3
+man/man3/fido_cred_set_pin_minlen.3
 man/man3/fido_cred_set_prot.3
 man/man3/fido_cred_set_rk.3
 man/man3/fido_cred_set_rp.3
@@ -137,11 +165,13 @@ man/man3/fido_cred_set_uv.3
 man/man3/fido_cred_set_x509.3
 man/man3/fido_cred_sig_len.3
 man/man3/fido_cred_sig_ptr.3
+man/man3/fido_cred_sigcount.3
 man/man3/fido_cred_type.3
 man/man3/fido_cred_user_id_len.3
 man/man3/fido_cred_user_id_ptr.3
 man/man3/fido_cred_user_name.3
 man/man3/fido_cred_verify.3
+man/man3/fido_cred_verify_self.3
 man/man3/fido_cred_x5c_len.3
 man/man3/fido_cred_x5c_ptr.3
 man/man3/fido_credman_del_dev_rk.3
@@ -163,17 +193,24 @@ man/man3/fido_credman_rp_id_hash_len.3
 man/man3/fido_credman_rp_id_hash_ptr.3
 man/man3/fido_credman_rp_name.3
 man/man3/fido_credman_rp_new.3
+man/man3/fido_credman_set_dev_rk.3
 man/man3/fido_dev_build.3
 man/man3/fido_dev_cancel.3
 man/man3/fido_dev_close.3
+man/man3/fido_dev_enable_entattest.3
 man/man3/fido_dev_flags.3
 man/man3/fido_dev_force_fido2.3
+man/man3/fido_dev_force_pin_change.3
 man/man3/fido_dev_force_u2f.3
 man/man3/fido_dev_free.3
 man/man3/fido_dev_get_assert.3
 man/man3/fido_dev_get_cbor_info.3
 man/man3/fido_dev_get_retry_count.3
 man/man3/fido_dev_get_touch_begin.3
+man/man3/fido_dev_get_touch_status.3
+man/man3/fido_dev_get_uv_retry_count.3
+man/man3/fido_dev_has_pin.3
+man/man3/fido_dev_has_uv.3
 man/man3/fido_dev_info_free.3
 man/man3/fido_dev_info_manifest.3
 man/man3/fido_dev_info_manufacturer_string.3
@@ -182,32 +219,55 @@ man/man3/fido_dev_info_path.3
 man/man3/fido_dev_info_product.3
 man/man3/fido_dev_info_product_string.3
 man/man3/fido_dev_info_ptr.3
+man/man3/fido_dev_info_set.3
 man/man3/fido_dev_info_vendor.3
+man/man3/fido_dev_io_handle.3
 man/man3/fido_dev_is_fido2.3
+man/man3/fido_dev_is_winhello.3
+man/man3/fido_dev_largeblob_get.3
+man/man3/fido_dev_largeblob_get_array.3
+man/man3/fido_dev_largeblob_remove.3
+man/man3/fido_dev_largeblob_set.3
+man/man3/fido_dev_largeblob_set_array.3
 man/man3/fido_dev_major.3
 man/man3/fido_dev_make_cred.3
 man/man3/fido_dev_minor.3
 man/man3/fido_dev_new.3
+man/man3/fido_dev_new_with_info.3
 man/man3/fido_dev_open.3
+man/man3/fido_dev_open_with_info.3
 man/man3/fido_dev_protocol.3
 man/man3/fido_dev_reset.3
 man/man3/fido_dev_set_io_functions.3
 man/man3/fido_dev_set_pin.3
+man/man3/fido_dev_set_pin_minlen.3
+man/man3/fido_dev_set_pin_minlen_rpid.3
+man/man3/fido_dev_set_sigmask.3
+man/man3/fido_dev_set_timeout.3
+man/man3/fido_dev_set_transport_functions.3
 man/man3/fido_dev_supports_cred_prot.3
+man/man3/fido_dev_supports_credman.3
+man/man3/fido_dev_supports_permissions.3
 man/man3/fido_dev_supports_pin.3
+man/man3/fido_dev_supports_uv.3
+man/man3/fido_dev_toggle_always_uv.3
 man/man3/fido_init.3
+man/man3/fido_set_log_handler.3
 man/man3/fido_strerr.3
 man/man3/rs256_pk_free.3
+man/man3/rs256_pk_from_EVP_PKEY.3
 man/man3/rs256_pk_from_RSA.3
 man/man3/rs256_pk_from_ptr.3
 man/man3/rs256_pk_new.3
 man/man3/rs256_pk_to_EVP_PKEY.3
 share/doc/libfido2/html/eddsa_pk_free.html
+share/doc/libfido2/html/eddsa_pk_from_EVP_PKEY.html
 share/doc/libfido2/html/eddsa_pk_from_ptr.html
 share/doc/libfido2/html/eddsa_pk_new.html
 share/doc/libfido2/html/eddsa_pk_to_EVP_PKEY.html
 share/doc/libfido2/html/es256_pk_free.html
 share/doc/libfido2/html/es256_pk_from_EC_KEY.html
+share/doc/libfido2/html/es256_pk_from_EVP_PKEY.html
 share/doc/libfido2/html/es256_pk_from_ptr.html
 share/doc/libfido2/html/es256_pk_new.html
 share/doc/libfido2/html/es256_pk_to_EVP_PKEY.html
@@ -217,6 +277,8 @@ share/doc/libfido2/html/fido2-token.html
 share/doc/libfido2/html/fido_assert_allow_cred.html
 share/doc/libfido2/html/fido_assert_authdata_len.html
 share/doc/libfido2/html/fido_assert_authdata_ptr.html
+share/doc/libfido2/html/fido_assert_blob_len.html
+share/doc/libfido2/html/fido_assert_blob_ptr.html
 share/doc/libfido2/html/fido_assert_clientdata_hash_len.html
 share/doc/libfido2/html/fido_assert_clientdata_hash_ptr.html
 share/doc/libfido2/html/fido_assert_count.html
@@ -226,13 +288,18 @@ share/doc/libfido2/html/fido_assert_hmac
 share/doc/libfido2/html/fido_assert_hmac_secret_ptr.html
 share/doc/libfido2/html/fido_assert_id_len.html
 share/doc/libfido2/html/fido_assert_id_ptr.html
+share/doc/libfido2/html/fido_assert_largeblob_key_len.html
+share/doc/libfido2/html/fido_assert_largeblob_key_ptr.html
 share/doc/libfido2/html/fido_assert_new.html
 share/doc/libfido2/html/fido_assert_rp_id.html
 share/doc/libfido2/html/fido_assert_set_authdata.html
+share/doc/libfido2/html/fido_assert_set_authdata_raw.html
+share/doc/libfido2/html/fido_assert_set_clientdata.html
 share/doc/libfido2/html/fido_assert_set_clientdata_hash.html
 share/doc/libfido2/html/fido_assert_set_count.html
 share/doc/libfido2/html/fido_assert_set_extensions.html
 share/doc/libfido2/html/fido_assert_set_hmac_salt.html
+share/doc/libfido2/html/fido_assert_set_hmac_secret.html
 share/doc/libfido2/html/fido_assert_set_rp.html
 share/doc/libfido2/html/fido_assert_set_sig.html
 share/doc/libfido2/html/fido_assert_set_up.html
@@ -274,10 +341,14 @@ share/doc/libfido2/html/fido_bio_templat
 share/doc/libfido2/html/fido_bio_template_set_name.html
 share/doc/libfido2/html/fido_cbor_info_aaguid_len.html
 share/doc/libfido2/html/fido_cbor_info_aaguid_ptr.html
+share/doc/libfido2/html/fido_cbor_info_algorithm_cose.html
+share/doc/libfido2/html/fido_cbor_info_algorithm_count.html
+share/doc/libfido2/html/fido_cbor_info_algorithm_type.html
 share/doc/libfido2/html/fido_cbor_info_extensions_len.html
 share/doc/libfido2/html/fido_cbor_info_extensions_ptr.html
 share/doc/libfido2/html/fido_cbor_info_free.html
 share/doc/libfido2/html/fido_cbor_info_fwversion.html
+share/doc/libfido2/html/fido_cbor_info_maxcredbloblen.html
 share/doc/libfido2/html/fido_cbor_info_maxcredcntlst.html
 share/doc/libfido2/html/fido_cbor_info_maxcredidlen.html
 share/doc/libfido2/html/fido_cbor_info_maxmsgsiz.html
@@ -287,12 +358,18 @@ share/doc/libfido2/html/fido_cbor_info_o
 share/doc/libfido2/html/fido_cbor_info_options_value_ptr.html
 share/doc/libfido2/html/fido_cbor_info_protocols_len.html
 share/doc/libfido2/html/fido_cbor_info_protocols_ptr.html
+share/doc/libfido2/html/fido_cbor_info_transports_len.html
+share/doc/libfido2/html/fido_cbor_info_transports_ptr.html
 share/doc/libfido2/html/fido_cbor_info_versions_len.html
 share/doc/libfido2/html/fido_cbor_info_versions_ptr.html
 share/doc/libfido2/html/fido_cred_aaguid_len.html
 share/doc/libfido2/html/fido_cred_aaguid_ptr.html
+share/doc/libfido2/html/fido_cred_attstmt_len.html
+share/doc/libfido2/html/fido_cred_attstmt_ptr.html
 share/doc/libfido2/html/fido_cred_authdata_len.html
 share/doc/libfido2/html/fido_cred_authdata_ptr.html
+share/doc/libfido2/html/fido_cred_authdata_raw_len.html
+share/doc/libfido2/html/fido_cred_authdata_raw_ptr.html
 share/doc/libfido2/html/fido_cred_clientdata_hash_len.html
 share/doc/libfido2/html/fido_cred_clientdata_hash_ptr.html
 share/doc/libfido2/html/fido_cred_display_name.html
@@ -302,17 +379,25 @@ share/doc/libfido2/html/fido_cred_fmt.ht
 share/doc/libfido2/html/fido_cred_free.html
 share/doc/libfido2/html/fido_cred_id_len.html
 share/doc/libfido2/html/fido_cred_id_ptr.html
+share/doc/libfido2/html/fido_cred_largeblob_key_len.html
+share/doc/libfido2/html/fido_cred_largeblob_key_ptr.html
 share/doc/libfido2/html/fido_cred_new.html
+share/doc/libfido2/html/fido_cred_pin_minlen.html
 share/doc/libfido2/html/fido_cred_prot.html
 share/doc/libfido2/html/fido_cred_pubkey_len.html
 share/doc/libfido2/html/fido_cred_pubkey_ptr.html
 share/doc/libfido2/html/fido_cred_rp_id.html
 share/doc/libfido2/html/fido_cred_rp_name.html
+share/doc/libfido2/html/fido_cred_set_attstmt.html
 share/doc/libfido2/html/fido_cred_set_authdata.html
 share/doc/libfido2/html/fido_cred_set_authdata_raw.html
+share/doc/libfido2/html/fido_cred_set_blob.html
+share/doc/libfido2/html/fido_cred_set_clientdata.html
 share/doc/libfido2/html/fido_cred_set_clientdata_hash.html
 share/doc/libfido2/html/fido_cred_set_extensions.html
 share/doc/libfido2/html/fido_cred_set_fmt.html
+share/doc/libfido2/html/fido_cred_set_id.html
+share/doc/libfido2/html/fido_cred_set_pin_minlen.html
 share/doc/libfido2/html/fido_cred_set_prot.html
 share/doc/libfido2/html/fido_cred_set_rk.html
 share/doc/libfido2/html/fido_cred_set_rp.html
@@ -323,11 +408,13 @@ share/doc/libfido2/html/fido_cred_set_uv
 share/doc/libfido2/html/fido_cred_set_x509.html
 share/doc/libfido2/html/fido_cred_sig_len.html
 share/doc/libfido2/html/fido_cred_sig_ptr.html
+share/doc/libfido2/html/fido_cred_sigcount.html
 share/doc/libfido2/html/fido_cred_type.html
 share/doc/libfido2/html/fido_cred_user_id_len.html
 share/doc/libfido2/html/fido_cred_user_id_ptr.html
 share/doc/libfido2/html/fido_cred_user_name.html
 share/doc/libfido2/html/fido_cred_verify.html
+share/doc/libfido2/html/fido_cred_verify_self.html
 share/doc/libfido2/html/fido_cred_x5c_len.html
 share/doc/libfido2/html/fido_cred_x5c_ptr.html
 share/doc/libfido2/html/fido_credman_del_dev_rk.html
@@ -349,17 +436,24 @@ share/doc/libfido2/html/fido_credman_rp_
 share/doc/libfido2/html/fido_credman_rp_id_hash_ptr.html
 share/doc/libfido2/html/fido_credman_rp_name.html
 share/doc/libfido2/html/fido_credman_rp_new.html
+share/doc/libfido2/html/fido_credman_set_dev_rk.html
 share/doc/libfido2/html/fido_dev_build.html
 share/doc/libfido2/html/fido_dev_cancel.html
 share/doc/libfido2/html/fido_dev_close.html
+share/doc/libfido2/html/fido_dev_enable_entattest.html
 share/doc/libfido2/html/fido_dev_flags.html
 share/doc/libfido2/html/fido_dev_force_fido2.html
+share/doc/libfido2/html/fido_dev_force_pin_change.html
 share/doc/libfido2/html/fido_dev_force_u2f.html
 share/doc/libfido2/html/fido_dev_free.html
 share/doc/libfido2/html/fido_dev_get_assert.html
 share/doc/libfido2/html/fido_dev_get_cbor_info.html
 share/doc/libfido2/html/fido_dev_get_retry_count.html
 share/doc/libfido2/html/fido_dev_get_touch_begin.html
+share/doc/libfido2/html/fido_dev_get_touch_status.html
+share/doc/libfido2/html/fido_dev_get_uv_retry_count.html
+share/doc/libfido2/html/fido_dev_has_pin.html
+share/doc/libfido2/html/fido_dev_has_uv.html
 share/doc/libfido2/html/fido_dev_info_free.html
 share/doc/libfido2/html/fido_dev_info_manifest.html
 share/doc/libfido2/html/fido_dev_info_manufacturer_string.html
@@ -368,22 +462,43 @@ share/doc/libfido2/html/fido_dev_info_pa
 share/doc/libfido2/html/fido_dev_info_product.html
 share/doc/libfido2/html/fido_dev_info_product_string.html
 share/doc/libfido2/html/fido_dev_info_ptr.html
+share/doc/libfido2/html/fido_dev_info_set.html
 share/doc/libfido2/html/fido_dev_info_vendor.html
+share/doc/libfido2/html/fido_dev_io_handle.html
 share/doc/libfido2/html/fido_dev_is_fido2.html
+share/doc/libfido2/html/fido_dev_is_winhello.html
+share/doc/libfido2/html/fido_dev_largeblob_get.html
+share/doc/libfido2/html/fido_dev_largeblob_get_array.html
+share/doc/libfido2/html/fido_dev_largeblob_remove.html
+share/doc/libfido2/html/fido_dev_largeblob_set.html
+share/doc/libfido2/html/fido_dev_largeblob_set_array.html
 share/doc/libfido2/html/fido_dev_major.html
 share/doc/libfido2/html/fido_dev_make_cred.html
 share/doc/libfido2/html/fido_dev_minor.html
 share/doc/libfido2/html/fido_dev_new.html
+share/doc/libfido2/html/fido_dev_new_with_info.html
 share/doc/libfido2/html/fido_dev_open.html
+share/doc/libfido2/html/fido_dev_open_with_info.html
 share/doc/libfido2/html/fido_dev_protocol.html
 share/doc/libfido2/html/fido_dev_reset.html
 share/doc/libfido2/html/fido_dev_set_io_functions.html
 share/doc/libfido2/html/fido_dev_set_pin.html
+share/doc/libfido2/html/fido_dev_set_pin_minlen.html
+share/doc/libfido2/html/fido_dev_set_pin_minlen_rpid.html
+share/doc/libfido2/html/fido_dev_set_sigmask.html
+share/doc/libfido2/html/fido_dev_set_timeout.html
+share/doc/libfido2/html/fido_dev_set_transport_functions.html
 share/doc/libfido2/html/fido_dev_supports_cred_prot.html
+share/doc/libfido2/html/fido_dev_supports_credman.html
+share/doc/libfido2/html/fido_dev_supports_permissions.html
 share/doc/libfido2/html/fido_dev_supports_pin.html
+share/doc/libfido2/html/fido_dev_supports_uv.html
+share/doc/libfido2/html/fido_dev_toggle_always_uv.html
 share/doc/libfido2/html/fido_init.html
+share/doc/libfido2/html/fido_set_log_handler.html
 share/doc/libfido2/html/fido_strerr.html
 share/doc/libfido2/html/rs256_pk_free.html
+share/doc/libfido2/html/rs256_pk_from_EVP_PKEY.html
 share/doc/libfido2/html/rs256_pk_from_RSA.html
 share/doc/libfido2/html/rs256_pk_from_ptr.html
 share/doc/libfido2/html/rs256_pk_new.html
Index: pkgsrc/security/libfido2/buildlink3.mk
diff -u pkgsrc/security/libfido2/buildlink3.mk:1.2 pkgsrc/security/libfido2/buildlink3.mk:1.3
--- pkgsrc/security/libfido2/buildlink3.mk:1.2  Thu Oct 22 20:29:44 2020
+++ pkgsrc/security/libfido2/buildlink3.mk      Tue Apr 12 22:27:58 2022
@@ -1,14 +1,16 @@
-#      $NetBSD: buildlink3.mk,v 1.2 2020/10/22 20:29:44 tnn Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2022/04/12 22:27:58 tnn Exp $
 
 BUILDLINK_TREE+=       libfido2
 
-.if !defined(LIBFIDO2_BUILDLINK_MK)
-LIBFIDO2_BUILDLINK_MK:=
+.if !defined(LIBFIDO2_BUILDLINK3_MK)
+LIBFIDO2_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.libfido2+=       libfido2>=1.4.0
-BUILDLINK_ABI_DEPENDS.libfido2+=       libfido2>=1.5.0
-BUILDLINK_PKGSRCDIR.libfido2?=         ../../security/libfido2
+BUILDLINK_API_DEPENDS.libfido2+=       libfido2>=1.10.0
+BUILDLINK_PKGSRCDIR.libfido2?= ../../security/libfido2
 
-.endif # LIBFIDO2_BUILDLINK_MK
+.include "../../devel/libcbor/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
+.endif # LIBFIDO2_BUILDLINK3_MK
 
 BUILDLINK_TREE+=       -libfido2

Index: pkgsrc/security/libfido2/distinfo
diff -u pkgsrc/security/libfido2/distinfo:1.5 pkgsrc/security/libfido2/distinfo:1.6
--- pkgsrc/security/libfido2/distinfo:1.5       Tue Oct 26 11:17:13 2021
+++ pkgsrc/security/libfido2/distinfo   Tue Apr 12 22:27:58 2022
@@ -1,7 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 11:17:13 nia Exp $
+$NetBSD: distinfo,v 1.6 2022/04/12 22:27:58 tnn Exp $
 
-BLAKE2s (libfido2-1.5.0.tar.gz) = 8abdf607588538d6b56c95fbc1cafc50d915e2a730666a46b233b150ecbf57d3
-SHA512 (libfido2-1.5.0.tar.gz) = 240e2368e43846fddf5e98bbcc247468833565bcde4ec27976b88c814d787f1a477241a82b064818aa0eb0a98ff46a65d80b8243f4d0bbd763270e42492354e2
-Size (libfido2-1.5.0.tar.gz) = 407259 bytes
-SHA1 (patch-src_CMakeLists.txt) = ebc7243648b1026f01b4d8ba3572425d7f75264c
-SHA1 (patch-src_hid__netbsd.c) = 7bfc4d66d3046e5fea591a9d79516eb72b479625
+BLAKE2s (libfido2-1.10.0.tar.gz) = e7051c52d0ce83c5393b6e1deb0a4e19c257192b786a6ba1dca761fbab8779ac
+SHA512 (libfido2-1.10.0.tar.gz) = ba03e25d3f42f11cec74dee48c853ae35d03600f24ca06d2b751840408a132290fe22461372ae42ae31419061a63d9908c20a2c0cf3c0c9c8dbc46c34916784f
+Size (libfido2-1.10.0.tar.gz) = 591372 bytes



Home | Main Index | Thread Index | Old Index