- Update to 0.9.1068
PR: 116863 Submitted by: Sergei Vyshenski <svysh@pn.sinp.msu.ru> (maintainer)
This commit is contained in:
parent
d028564739
commit
a0d840679d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=201221
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= openxpki-deployment
|
||||
PORTVERSION= 0.9.913
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.9.1068
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= openxpki
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (openxpki/openxpki-deployment-0.9.913.tar.gz) = 6a9e8f7d232256997873723ff0329af1
|
||||
SHA256 (openxpki/openxpki-deployment-0.9.913.tar.gz) = 120885bbeb8ad8247ffdd516644a6238bf13e60433a367994686de3b8060263b
|
||||
SIZE (openxpki/openxpki-deployment-0.9.913.tar.gz) = 62332
|
||||
MD5 (openxpki/openxpki-deployment-0.9.1068.tar.gz) = 3606fda047d3dd50c38e1bac4ab6e424
|
||||
SHA256 (openxpki/openxpki-deployment-0.9.1068.tar.gz) = e845df7d09e528ed28d4a3fde29c27748285e8d6c9c629a7c77a5f53fea88a3e
|
||||
SIZE (openxpki/openxpki-deployment-0.9.1068.tar.gz) = 60780
|
||||
|
@ -4,7 +4,6 @@ software for PKI: server and client parts along with deployment tools.
|
||||
p5-openxpki: core for server part
|
||||
p5-openxpki-client: base class for actual clients
|
||||
p5-openxpki-i18n: internationalization of the user interface
|
||||
p5-openxpki-client-cli: command line interface to local OpenXPKI daemon
|
||||
p5-openxpki-client-html-mason: web interface to local OpenXPKI daemon
|
||||
p5-openxpki-client-scep: set of SCEP tools
|
||||
p5-openxpki-deployment: set or deployment tools
|
||||
@ -13,10 +12,10 @@ Dependencies of OpenXPKI ports ("A --> B" means that port B depends on port A):
|
||||
|
||||
p5-openxpki-client <-- p5-openxpki (server) --> p5-openxpki-i18n
|
||||
\
|
||||
\ | p5-openxpki-client-cli, p5-openxpki-client-html-mason,
|
||||
\ | p5-openxpki-client-html-mason,
|
||||
\--> | p5-openxpki-client-scep, p5-openxpki-deployment.
|
||||
Notes:
|
||||
I18n is needed for the English interface too. For effective use of deployment,
|
||||
it is recommended to install at least one of the clients: ...-cli or ...-mason.
|
||||
it is recommended to install p5-openxpki-client-html-mason.
|
||||
|
||||
WWW: http://www.openxpki.org/download/freebsd.html
|
||||
|
@ -33,13 +33,9 @@ share/openxpki/templates/default/workflow_condition.xml
|
||||
share/openxpki/templates/default/workflow_def_certificate_issuance.xml
|
||||
share/openxpki/templates/default/workflow_def_certificate_ldap_publishing.xml
|
||||
share/openxpki/templates/default/workflow_def_certificate_revocation_request.xml
|
||||
share/openxpki/templates/default/workflow_def_certificate_revocation_request_offline_ca.xml
|
||||
share/openxpki/templates/default/workflow_def_certificate_signing_request.xml
|
||||
share/openxpki/templates/default/workflow_def_certificate_signing_request_dataonly.xml
|
||||
share/openxpki/templates/default/workflow_def_certificate_signing_request_offline_ca.xml
|
||||
share/openxpki/templates/default/workflow_def_crl_issuance.xml
|
||||
share/openxpki/templates/default/workflow_def_dataexchange_export.xml
|
||||
share/openxpki/templates/default/workflow_def_dataexchange_import.xml
|
||||
share/openxpki/templates/default/workflow_def_scep_request.xml
|
||||
share/openxpki/templates/default/workflow_def_smartcard_personalization.xml
|
||||
share/openxpki/templates/default/workflow_validator_certificate_revocation_request.xml
|
||||
@ -63,10 +59,8 @@ share/openxpki/templates/quickstart/workflow_activity_null.xml
|
||||
share/openxpki/templates/quickstart/workflow_condition.xml
|
||||
share/openxpki/templates/quickstart/workflow_def_certificate_issuance.xml
|
||||
share/openxpki/templates/quickstart/workflow_def_certificate_revocation_request.xml
|
||||
share/openxpki/templates/quickstart/workflow_def_certificate_revocation_request_offline_ca.xml
|
||||
share/openxpki/templates/quickstart/workflow_def_certificate_signing_request.xml
|
||||
share/openxpki/templates/quickstart/workflow_def_certificate_signing_request_dataonly.xml
|
||||
share/openxpki/templates/quickstart/workflow_def_certificate_signing_request_offline_ca.xml
|
||||
share/openxpki/templates/quickstart/workflow_def_crl_issuance.xml
|
||||
share/openxpki/templates/quickstart/workflow_validator_certificate_revocation_request.xml
|
||||
share/openxpki/templates/quickstart/workflow_validator_certificate_signing_request.xml
|
||||
|
Loading…
Reference in New Issue
Block a user