Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 40417 - openldap: openssl required for gencert.sh - (samba and) openssl useflags
Summary: openldap: openssl required for gencert.sh - (samba and) openssl useflags
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: High normal
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-04 15:32 UTC by Torsten Veller (RETIRED)
Modified: 2004-02-05 07:05 UTC (History)
1 user (show)

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 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.