[Lunar-commits] <moonbase> xca: new module
Michael 'v4hn' Goerner
v4hn at lunar-linux.org
Thu May 24 16:45:39 CEST 2012
commit 62a33e0f6c2adc5e145f3d960f2c427d38fd1626
Author: Guillaume <sirocco at gmx.fr>
Date: Thu May 24 15:56:47 2012 +0200
xca: new module
PKI Management program.
Could be part of the security section.
minor changes by v4hn
---
zbeta/xca/BUILD | 10 ++++++++++
zbeta/xca/DEPENDS | 2 ++
zbeta/xca/DETAILS | 19 +++++++++++++++++++
3 files changed, 31 insertions(+)
diff --git a/zbeta/xca/BUILD b/zbeta/xca/BUILD
new file mode 100644
index 0000000..f43a29d
--- /dev/null
+++ b/zbeta/xca/BUILD
@@ -0,0 +1,10 @@
+(
+
+ sedit 's#for lib in lib lib64 lib32 out; do#for lib in lib lib64 lib32 lib/qt4 out; do#' configure &&
+ sedit 's#prefix=${prefix:=/usr/local}#prefix=${prefix:=/usr}#' configure &&
+
+ ./configure &&
+
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/xca/DEPENDS b/zbeta/xca/DEPENDS
new file mode 100644
index 0000000..077ecff
--- /dev/null
+++ b/zbeta/xca/DEPENDS
@@ -0,0 +1,2 @@
+depends openssl
+depends qt4
diff --git a/zbeta/xca/DETAILS b/zbeta/xca/DETAILS
new file mode 100644
index 0000000..1e3a239
--- /dev/null
+++ b/zbeta/xca/DETAILS
@@ -0,0 +1,19 @@
+ MODULE=xca
+ VERSION=0.9.3
+ SOURCE=${MODULE}-${VERSION}.tar.gz
+ SOURCE_URL=$SFORGE_URL/$MODULE
+ SOURCE_VFY=sha1:3d9bcadb7064316b084532472229da9d4b0631e3
+ WEB_SITE=http://xca.sourceforge.net/
+ ENTERED=20120513
+ UPDATED=20120513
+ SHORT="Certificate and Key management interface"
+cat <<EOF
+This application is intended for creating and managing X.509
+certificates, certificate requests, RSA, DSA and EC private
+keys, Smartcards and CRLs. Everything that is needed for a CA is
+implemented. All CAs can sign sub-CAs recursively. These certificate
+chains are shown clearly. For an easy company-wide use there are
+customiseable templates that can be used for certificate or request
+generation. All crypto data is stored in an endian-agnostic file
+format portable across operating systems.
+EOF
More information about the Lunar-commits
mailing list