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

Bug 40417

Summary: openldap: openssl required for gencert.sh - (samba and) openssl useflags
Product: Gentoo Linux Reporter: Torsten Veller (RETIRED) <tove>
Component: [OLD] ServerAssignee: Robin Johnson <robbat2>
Status: RESOLVED FIXED    
Severity: normal CC: grandmasterlinux
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Torsten Veller (RETIRED) gentoo-dev 2004-02-04 15:32:06 UTC
Today i took a look at openldap-2.1.26.ebuild:

"samba? ( >=dev-libs/openssl-0.9.6 )"
"ssl? ( >=dev-libs/openssl-0.9.6 )" <-- openssl only required if use ssl (or samba), but

"# install MDK's ssl cert script
dodir /etc/openldap/ssl
exeinto /etc/openldap/ssl
doexe ${FILESDIR}/gencert.sh"      <-- gencert.sh depends on existing openssl.

Reproducible: Always
Steps to Reproduce:
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2004-02-04 17:42:04 UTC
changed existing 2.1.26 ebuild, not bumping revision for a minor change like this.
Comment 2 Torsten Veller (RETIRED) gentoo-dev 2004-02-05 07:05:57 UTC
Well this hole thing is not a real big problem, but...
gencert is called in pkg_postinst(). So this could be omitted if openssh is not installed. One error message less.