Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 586073
Summary: | Add new 'mod_revocator' runtime dependency to RA and TPS . . . | ||||||
---|---|---|---|---|---|---|---|
Product: | [Retired] Dogtag Certificate System | Reporter: | Matthew Harmsen <mharmsen> | ||||
Component: | Mod_NSS | Assignee: | Matthew Harmsen <mharmsen> | ||||
Status: | CLOSED EOL | QA Contact: | Ben Levenson <benl> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | high | ||||||
Version: | 1.3 | CC: | asn, cfu, dpal, jgalipea, rcritten | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | |||||||
: | 588460 (view as bug list) | Environment: | |||||
Last Closed: | 2020-03-27 18:35:48 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | 563874 | ||||||
Bug Blocks: | 541012, 588460 | ||||||
Attachments: |
|
Description
Matthew Harmsen
2010-04-26 18:38:58 UTC
Created attachment 468707 [details]
changes to cmake build system
This attachment provides the following:
* added "libldif60.so" library logic to FindMozLDAP.cmake
* added in new FindSvrcore.cmake module
* "CS.cfg.in" --> "CS.cfg" fixes added to both legacy and cmake build systems
* adds miscellaneous CMAKE changes to numerous existing files
* adds the following new RPM spec files:
* specs/pki-kra.spec
* specs/pki-ocsp.spec
* specs/pki-ra.spec
* specs/pki-tks.spec
* specs/pki-tps.spec
* specs/pki-console.spec
* specs/pki-migrate.spec
* provides optional developer helper scripts for generating RPMS/SRPMS
using these new spec files
TIP # cd pki # svn status | grep -v ^$ | grep -v ^P | grep -v ^X | grep -v ^? M cmake/Modules/FindMozLDAP.cmake A cmake/Modules/FindSvrcore.cmake M dogtag/ca/pki-ca.spec M dogtag/ra/pki-ra.spec M dogtag/ocsp/pki-ocsp.spec M dogtag/tps/pki-tps.spec M dogtag/CMakeLists.txt M dogtag/console-ui/src/CMakeLists.txt M dogtag/kra/pki-kra.spec A scripts/compose_pki_kra_packages A scripts/compose_pki_tks_packages A scripts/compose_pki_console_packages A scripts/compose_pki_ra_packages A scripts/compose_pki_ocsp_packages A scripts/compose_pki_tps_packages A scripts/compose_pki_migrate_packages D base/ca/shared/conf/CS.cfg A base/ca/shared/conf/CMakeLists.txt A + base/ca/shared/conf/CS.cfg.in D base/ca/shared/CMakeLists.txt M base/ca/src/CMakeLists.txt M base/ca/CMakeLists.txt D base/tks/shared/conf/CS.cfg A + base/tks/shared/conf/CS.cfg.in A base/tks/shared/conf/CMakeLists.txt M base/tks/src/CMakeLists.txt M base/tks/CMakeLists.txt D base/ra/doc/CS.cfg R + base/ra/doc/CS.cfg.in M base/ra/CMakeLists.txt M base/console/src/CMakeLists.txt D base/ocsp/shared/conf/CS.cfg A + base/ocsp/shared/conf/CS.cfg.in A base/ocsp/shared/conf/CMakeLists.txt M base/ocsp/src/CMakeLists.txt M base/ocsp/CMakeLists.txt M base/tps/Makefile.in M base/tps/src/authentication/CMakeLists.txt M base/tps/src/modules/tokendb/CMakeLists.txt M base/tps/src/modules/tps/CMakeLists.txt M base/tps/src/tus/CMakeLists.txt M base/tps/src/CMakeLists.txt M base/tps/tools/raclient/CMakeLists.txt D base/tps/doc/CS.cfg R + base/tps/doc/CS.cfg.in M base/tps/CMakeLists.txt M base/tps/Makefile.am D base/kra/shared/conf/CS.cfg A base/kra/shared/conf/CMakeLists.txt A + base/kra/shared/conf/CS.cfg.in M base/kra/src/CMakeLists.txt M base/kra/CMakeLists.txt M base/CMakeLists.txt M CMakeLists.txt M specs/dogtag-pki-theme.spec A specs/pki-tps.spec M specs/pki-core.spec A specs/pki-migrate.spec M specs/ipa-pki-theme.spec A specs/pki-kra.spec A specs/pki-tks.spec A specs/pki-console.spec A specs/pki-ra.spec A specs/pki-ocsp.spec # svn commit Transmitting file data .......................................................... Committed revision 1624. |