Bug 133377 - certmanager depend on dirmngr should be optional
|
Bug#:
133377
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: Other
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: kde@gentoo.org
|
Reported By: uberlord@gentoo.org
|
|
Component: KDE
|
|
|
URL:
|
|
Summary: certmanager depend on dirmngr should be optional
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2006-05-15 05:53 0000
|
I have no wish to install openldap on my system, yet kde-base/certmanager
requires dirmngr which has a hard dep on openldap.
Please add a ldap USE flag to certmanager so I can choose not to have dirmngr
installed
RDEPEND="${DEPEND}
ldap? ( >=app-crypt/dirmngr-0.9.3 )"
Forcing openldap over users is surely something I don't want to do, specially
considering security concerns.
I've commented out the dep while deciding upon this, myself I'd vote for
dropping the dep entirely, and just have users merge it if they want to, as it
doesn't require rebuild.
I vote for making it a ldap? ( dirmngr ) depend. Also I think pinentry should
be added to the dependencies as it used for asking the password.
(In reply to comment #2)
> I vote for making it a ldap? ( dirmngr ) depend. Also I think pinentry should
> be added to the dependencies as it used for asking the password.
Yes and no. Probably it would be better to have it as an (optional) runtime
dependency of gnupg 1.9, as (a) dirmngr is invoked via gpgsm. Still, a warning
message that X509 CRL and OSCP support is missing without it, would be in
order. Similar for pinentry: Having it installed as a PDEPEND of gnupg-1.9 as
gpg-agent is the program using it, would make more sense, than having the
dependency in every program that uses gpg-agent.
*** Bug 137239 has been marked as a duplicate of this bug. ***
Post install message suffices hopefully.