Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 926837 - app-admin/keepassxc: Enable Passkey Support
Summary: app-admin/keepassxc: Enable Passkey Support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal minor
Assignee: Maciej Barć
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-12 11:53 UTC by knifed
Modified: 2024-03-12 17:03 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description knifed 2024-03-12 11:53:32 UTC
Keepass 2.7.7 introduced support for Passkeys. This is controlled with the CMake build option WITH_XC_BROWSER_PASSKEYS. This is not handled in the ebuild. It can be enabled by users using the CMAKE compiler flag overrides, but I think it would make more sense to add it to the ebuild, as it's more expected behavior. It should probably follow the browser USE flag, but a separate USE flag could be added too.

Reproducible: Always

Steps to Reproduce:
1. Install KeepassXC 2.7.7 with browser USE flag enabled.
2. Configure browser support for KeepassXC and install the extension.
3. Enable Passkeys in the KeepassXC browser extension
4. Try to create a Passkey on a supported site.
Actual Results:  
The browser will fall back to the native Passkey support (e.g. using a Yubikey).

Expected Results:  
The KeepassXC Passkey prompt should come up.
Comment 1 Larry the Git Cow gentoo-dev 2024-03-12 17:03:39 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97686f9e0ce0b38208ae36443d3406728ad93ca6

commit 97686f9e0ce0b38208ae36443d3406728ad93ca6
Author:     Maciej Barć <xgqt@gentoo.org>
AuthorDate: 2024-03-12 16:06:57 +0000
Commit:     Maciej Barć <xgqt@gentoo.org>
CommitDate: 2024-03-12 17:03:36 +0000

    app-admin/keepassxc: support browser passkeys
    
    Closes: https://bugs.gentoo.org/926837
    Signed-off-by: Maciej Barć <xgqt@gentoo.org>

 .../keepassxc/{keepassxc-2.7.7-r1.ebuild => keepassxc-2.7.7-r2.ebuild}   | 1 +
 1 file changed, 1 insertion(+)