new libfido2
This commit is contained in:
parent
07d9d5661b
commit
99047b006e
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: shl.mi,v 1.920 2021/05/17 04:07:41 yamaguchi Exp $
|
||||
# $NetBSD: shl.mi,v 1.921 2021/06/17 01:17:27 christos Exp $
|
||||
#
|
||||
# Note: Don't delete entries from here - mark them as "obsolete" instead,
|
||||
# unless otherwise stated below.
|
||||
|
@ -328,8 +328,8 @@
|
|||
./usr/lib/libfetch.so.3 base-sys-shlib compatfile
|
||||
./usr/lib/libfetch.so.3.0 base-sys-shlib compatfile
|
||||
./usr/lib/libfido2.so base-sys-shlib compatfile
|
||||
./usr/lib/libfido2.so.2 base-sys-shlib compatfile
|
||||
./usr/lib/libfido2.so.2.1 base-sys-shlib compatfile
|
||||
./usr/lib/libfido2.so.3 base-sys-shlib compatfile
|
||||
./usr/lib/libfido2.so.3.0 base-sys-shlib compatfile
|
||||
./usr/lib/libform.so base-sys-shlib compatfile
|
||||
./usr/lib/libform.so.8 base-sys-shlib compatfile
|
||||
./usr/lib/libform.so.8.0 base-sys-shlib compatfile
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: mi,v 1.2388 2021/05/30 01:56:45 joerg Exp $
|
||||
# $NetBSD: mi,v 1.2389 2021/06/17 01:17:28 christos Exp $
|
||||
#
|
||||
# Note: don't delete entries from here - mark them as "obsolete" instead.
|
||||
./etc/mtree/set.comp comp-sys-root
|
||||
|
@ -952,6 +952,7 @@
|
|||
./usr/include/fido.h comp-c-include
|
||||
./usr/include/fido/bio.h comp-c-include
|
||||
./usr/include/fido/credman.h comp-c-include
|
||||
./usr/include/fido/config.h comp-c-include
|
||||
./usr/include/fido/eddsa.h comp-c-include
|
||||
./usr/include/fido/err.h comp-c-include
|
||||
./usr/include/fido/es256.h comp-c-include
|
||||
|
@ -7356,9 +7357,11 @@
|
|||
./usr/share/man/cat3/fido_cred_set_authdata.0 comp-c-catman .cat
|
||||
./usr/share/man/cat3/fido_cred_verify.0 comp-c-catman .cat
|
||||
./usr/share/man/cat3/fido_credman_metadata_new.0 comp-c-catman .cat
|
||||
./usr/share/man/cat3/fido_dev_enable_entattest.0 comp-c-catman .cat
|
||||
./usr/share/man/cat3/fido_dev_get_assert.0 comp-c-catman .cat
|
||||
./usr/share/man/cat3/fido_dev_get_touch_begin.0 comp-c-catman .cat
|
||||
./usr/share/man/cat3/fido_dev_info_manifest.0 comp-c-catman .cat
|
||||
./usr/share/man/cat3/fido_dev_largeblob_get.0 comp-c-catman .cat
|
||||
./usr/share/man/cat3/fido_dev_make_cred.0 comp-c-catman .cat
|
||||
./usr/share/man/cat3/fido_dev_open.0 comp-c-catman .cat
|
||||
./usr/share/man/cat3/fido_dev_set_io_functions.0 comp-c-catman .cat
|
||||
|
@ -15639,9 +15642,11 @@
|
|||
./usr/share/man/html3/fido_cred_set_authdata.html comp-c-htmlman html
|
||||
./usr/share/man/html3/fido_cred_verify.html comp-c-htmlman html
|
||||
./usr/share/man/html3/fido_credman_metadata_new.html comp-c-htmlman html
|
||||
./usr/share/man/html3/fido_dev_enable_entattest.html comp-c-htmlman html
|
||||
./usr/share/man/html3/fido_dev_get_assert.html comp-c-htmlman html
|
||||
./usr/share/man/html3/fido_dev_get_touch_begin.html comp-c-htmlman html
|
||||
./usr/share/man/html3/fido_dev_info_manifest.html comp-c-htmlman html
|
||||
./usr/share/man/html3/fido_dev_largeblob_get.html comp-c-htmlman html
|
||||
./usr/share/man/html3/fido_dev_make_cred.html comp-c-htmlman html
|
||||
./usr/share/man/html3/fido_dev_open.html comp-c-htmlman html
|
||||
./usr/share/man/html3/fido_dev_set_io_functions.html comp-c-htmlman html
|
||||
|
@ -23860,9 +23865,11 @@
|
|||
./usr/share/man/man3/fido_cred_set_authdata.3 comp-c-man .man
|
||||
./usr/share/man/man3/fido_cred_verify.3 comp-c-man .man
|
||||
./usr/share/man/man3/fido_credman_metadata_new.3 comp-c-man .man
|
||||
./usr/share/man/man3/fido_dev_enable_entattest.3 comp-c-man .man
|
||||
./usr/share/man/man3/fido_dev_get_assert.3 comp-c-man .man
|
||||
./usr/share/man/man3/fido_dev_get_touch_begin.3 comp-c-man .man
|
||||
./usr/share/man/man3/fido_dev_info_manifest.3 comp-c-man .man
|
||||
./usr/share/man/man3/fido_dev_largeblob_get.3 comp-c-man .man
|
||||
./usr/share/man/man3/fido_dev_make_cred.3 comp-c-man .man
|
||||
./usr/share/man/man3/fido_dev_open.3 comp-c-man .man
|
||||
./usr/share/man/man3/fido_dev_set_io_functions.3 comp-c-man .man
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: shl.mi,v 1.277 2021/05/17 04:07:42 yamaguchi Exp $
|
||||
# $NetBSD: shl.mi,v 1.278 2021/06/17 01:17:28 christos Exp $
|
||||
./usr/lib/libbfd_g.a comp-c-debuglib debuglib,compatfile,binutils
|
||||
./usr/libdata/debug/lib base-sys-usr debug,dynamicroot,compatdir
|
||||
./usr/libdata/debug/lib/libavl.so.0.0.debug comp-zfs-debug debug,dynamicroot,zfs
|
||||
|
@ -115,7 +115,7 @@
|
|||
./usr/libdata/debug/usr/lib/libexecinfo.so.0.0.debug comp-sys-debug debug,compatfile
|
||||
./usr/libdata/debug/usr/lib/libexpat.so.2.3.debug comp-sys-debug debug,compatfile
|
||||
./usr/libdata/debug/usr/lib/libfetch.so.3.0.debug comp-sys-debug debug,compatfile
|
||||
./usr/libdata/debug/usr/lib/libfido2.so.2.1.debug comp-sys-debug debug,compatfile
|
||||
./usr/libdata/debug/usr/lib/libfido2.so.3.0.debug comp-sys-debug debug,compatfile
|
||||
./usr/libdata/debug/usr/lib/libform.so.6.0.debug comp-sys-debug debug,obsolete,compatfile
|
||||
./usr/libdata/debug/usr/lib/libform.so.7.0.debug comp-sys-debug debug,obsolete,compatfile
|
||||
./usr/libdata/debug/usr/lib/libform.so.8.0.debug comp-sys-debug debug,compatfile
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: 3RDPARTY,v 1.1803 2021/05/27 07:01:23 mrg Exp $
|
||||
# $NetBSD: 3RDPARTY,v 1.1804 2021/06/17 01:16:55 christos Exp $
|
||||
#
|
||||
# This file contains a list of the software that has been integrated into
|
||||
# NetBSD where we are not the primary maintainer.
|
||||
|
@ -2236,12 +2236,12 @@ Location: external/bsd/pam-u2f
|
|||
Notes:
|
||||
|
||||
Package: libfido2
|
||||
Version: 1.5.0
|
||||
Current Vers: 1.5.0
|
||||
Version: 1.7.0
|
||||
Current Vers: 1.7.0
|
||||
Maintainer: Yubico
|
||||
Archive Site: https://github.com/Yubico/libfido2
|
||||
Home Page: https://developers.yubico.com/libfido2/
|
||||
Date: 2020-12-04
|
||||
Date: 2021-06-16
|
||||
Mailing List:
|
||||
Responsible: christos
|
||||
License: bsd
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2810 $>
|
||||
# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2811 $>
|
||||
#
|
||||
#
|
||||
# [Note: This file does not mention every change made to the NetBSD source tree.
|
||||
|
@ -380,3 +380,4 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
|
|||
dhcp: Import version 4.4.2-P1. [christos 20210526]
|
||||
mips: Switch to GCC 10. [mrg 20210426]
|
||||
i386: Switch to GCC 10. [mrg 20210426]
|
||||
libfido2: Import 1.7.0 [christos 20210616]
|
||||
|
|
Loading…
Reference in New Issue