Module Name: src
Committed By: christos
Date: Fri Sep 24 13:14:50 UTC 2021
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
new libfido2, pam-u2f
To generate a diff of this commit:
cvs rdiff -u -r1.1813 -r1.1814 src/doc/3RDPARTY
cvs rdiff -u -r1.2832 -r1.2833 src/doc/CHANGES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/3RDPARTY
diff -u src/doc/3RDPARTY:1.1813 src/doc/3RDPARTY:1.1814
--- src/doc/3RDPARTY:1.1813 Thu Sep 2 07:27:19 2021
+++ src/doc/3RDPARTY Fri Sep 24 09:14:49 2021
@@ -1,4 +1,4 @@
-# $NetBSD: 3RDPARTY,v 1.1813 2021/09/02 11:27:19 christos Exp $
+# $NetBSD: 3RDPARTY,v 1.1814 2021/09/24 13:14:49 christos Exp $
#
# This file contains a list of the software that has been integrated into
# NetBSD where we are not the primary maintainer.
@@ -2223,12 +2223,12 @@ Location: external/mit/libcbor
Notes:
Package: pam-u2f
-Version: 1.0.8-73-gd10f843 (d10f84314c55f10d244bc275794e783dc408e45c)
-Current Vers: 1.0.8
+Version: 1.2.0
+Current Vers: 1.2.0
Maintainer: Yubico
Archive Site: https://github.com/Yubico/pam-u2f
Home Page: https://developers.yubico.com/pam-u2f/
-Date: 2020-06-13
+Date: 2021-09-24
Mailing List:
Responsible: christos
License: bsd
@@ -2236,12 +2236,12 @@ Location: external/bsd/pam-u2f
Notes:
Package: libfido2
-Version: 1.7.0
-Current Vers: 1.7.0
+Version: 1.8.0
+Current Vers: 1.8.0
Maintainer: Yubico
Archive Site: https://github.com/Yubico/libfido2
Home Page: https://developers.yubico.com/libfido2/
-Date: 2021-06-16
+Date: 2021-09-24
Mailing List:
Responsible: christos
License: bsd
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.2832 src/doc/CHANGES:1.2833
--- src/doc/CHANGES:1.2832 Thu Sep 23 05:09:34 2021
+++ src/doc/CHANGES Fri Sep 24 09:14:49 2021
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2832 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2833 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -426,3 +426,5 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
pwritev() system calls to COMPAT_LINUX and COMPAT_LINXU32.
[thorpej 20210919]
aarch64: Add initial COMPAT_LINUX support. [ryo 20210923]
+ libfido2: Import 1.8.0 [christos 20210924]
+ pam-u2f: Import pam u2f 1.2.0 [christos 20210924]