[Bug 270092] www/firefox: Cannot use webauth since 111.0

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 14 Mar 2023 21:44:18 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270092

--- Comment #2 from Thibault Payet <monwarez@mailoo.org> ---
It seems that it is related to authenticator-rs
in third_party/rust/authenticator

The version went from 0.4.0-alpha.6 to 0.4.0-alpha.9

When using the version from 110, no issue the registration process works.
When using the version from 111, it stop at

[2023-03-14T21:39:29Z DEBUG authenticator::authenticatorservice] register
called with 1 transports, iterable is 1
[2023-03-14T21:39:29Z DEBUG authenticator::authenticatorservice] register
transports_to_cancel 0
[2023-03-14T21:39:29Z DEBUG authenticator::transport::platform::monitor] Adding
device /dev/uhid3
[2023-03-14T21:39:29Z DEBUG authenticator::transport::platform::monitor] Adding
device /dev/uhid2
[2023-03-14T21:39:29Z DEBUG authenticator::transport::platform::monitor] Adding
device /dev/uhid0
[2023-03-14T21:39:29Z DEBUG authenticator::transport::platform::monitor] Adding
device /dev/uhid1
[2023-03-14T21:39:29Z DEBUG authenticator::transport::device_selector] Device
added event: "/dev/uhid3"
[2023-03-14T21:39:29Z DEBUG authenticator::transport::device_selector] Device
added event: "/dev/uhid2"
[2023-03-14T21:39:29Z DEBUG authenticator::transport::device_selector] Device
added event: "/dev/uhid0"
[2023-03-14T21:39:29Z DEBUG authenticator::transport::device_selector] Device
added event: "/dev/uhid1"

Comparatively

[2023-03-14T21:40:27Z DEBUG authenticator::authenticatorservice] register
called with 1 transports, iterable is 1
[2023-03-14T21:40:27Z DEBUG authenticator::authenticatorservice] register
transports_to_cancel 0
[2023-03-14T21:40:27Z DEBUG authenticator::transport::platform::monitor] Adding
device /dev/uhid3
[2023-03-14T21:40:27Z DEBUG authenticator::transport::platform::monitor] Adding
device /dev/uhid2
[2023-03-14T21:40:27Z DEBUG authenticator::transport::platform::monitor] Adding
device /dev/uhid0
[2023-03-14T21:40:27Z DEBUG authenticator::transport::platform::monitor] Adding
device /dev/uhid1
[2023-03-14T21:40:27Z DEBUG authenticator::transport::device_selector] Device
added event: "/dev/uhid3"
[2023-03-14T21:40:27Z DEBUG authenticator::transport::device_selector] Device
added event: "/dev/uhid2"
[2023-03-14T21:40:27Z DEBUG authenticator::transport::device_selector] Device
added event: "/dev/uhid0"
[2023-03-14T21:40:27Z DEBUG authenticator::transport::device_selector] Device
added event: "/dev/uhid1"
[2023-03-14T21:40:27Z DEBUG authenticator::transport::platform::device] device
timeout 0
[2023-03-14T21:40:27Z INFO  authenticator::transport::platform::device] new
device "/dev/uhid1"
STATUS: device available: Vendor: Unknown Vendor, Device: Unknown Device,
Interface: 2, Firmware: v1.0.2, Capabilities: 05

-- 
You are receiving this mail because:
You are the assignee for the bug.