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
Description:   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 )"

------- Comment #1 From Diego E. 'Flameeyes' Pettenò 2006-05-15 06:18:36 0000 -------
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.

------- Comment #2 From Stefan Schweizer 2006-05-15 06:21:30 0000 -------
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.

------- Comment #3 From Carsten Lohrke 2006-05-15 09:22:24 0000 -------
(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.

------- Comment #4 From Diego E. 'Flameeyes' Pettenò 2006-06-19 04:03:48 0000 -------
*** Bug 137239 has been marked as a duplicate of this bug. ***

------- Comment #5 From Carsten Lohrke 2007-04-15 22:42:18 0000 -------
Post install message suffices hopefully.