Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 795462

Summary: app-admin/keepassxc is missing -DWITH_XC_KEESHARE_SECURE configure option
Product: Gentoo Linux Reporter: Wilke Schwiedop <bugs>
Component: Current packagesAssignee: Lars Wendler (Polynomial-C) (RETIRED) <polynomial-c>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Wilke Schwiedop 2021-06-11 21:43:56 UTC
current ebuild only sets
    -DWITH_XC_KEESHARE=$(usex keeshare)
istead of
    -DWITH_XC_KEESHARE=ON
    -DWITH_XC_KEESHARE_SECURE=$(usex keeshare)
which is required for full keeshare functionality

see https://github.com/keepassxreboot/keepassxc/blob/develop/INSTALL.md

Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2021-06-12 10:35:06 UTC
The bug has been closed via the following commit(s):

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

commit ff75ed1a73c8fc68981a4b61215ba55a298771f4
Author:     Lars Wendler <polynomial-c@gentoo.org>
AuthorDate: 2021-06-12 09:49:03 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2021-06-12 10:34:58 +0000

    app-admin/keepassxc: Bump to version 2.6.6
    
    Closes: https://bugs.gentoo.org/795462
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>

 app-admin/keepassxc/Manifest               |  1 +
 app-admin/keepassxc/keepassxc-2.6.6.ebuild | 99 ++++++++++++++++++++++++++++++
 2 files changed, 100 insertions(+)