Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 795462 - app-admin/keepassxc is missing -DWITH_XC_KEESHARE_SECURE configure option
Summary: app-admin/keepassxc is missing -DWITH_XC_KEESHARE_SECURE configure option
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Lars Wendler (Polynomial-C) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-11 21:43 UTC by Wilke Schwiedop
Modified: 2021-06-12 10:35 UTC (History)
0 users

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 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(+)