[Lunar-commits] <moonbase-other> xca: adding a patch and tweaking the BUILD
Dennis Veatch
dennisveatch at bellsouth.net
Wed Oct 29 14:28:38 CET 2014
commit d4d4ad276f40d7487b543b9ed790460fb46deaaa
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Wed, 29 Oct 2014 09:28:22 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/d4d4ad276f40d7487b543b9ed790460fb46deaaa
xca: adding a patch and tweaking the BUILD
---
crypto/xca/BUILD | +3/-7
crypto/xca/DETAILS | +5/-2
2 files changed, 8 insertions(+), 9 deletions(-)
--- a/crypto/xca/BUILD
+++ b/crypto/xca/BUILD
@@ -1,10 +1,6 @@
-(
- 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 &&
+ patch_it $SOURCE2 1 &&
+ qmake -o makefile &&
+ prefix=/usr docdir=/usr/share/doc/xca ./configure &&
default_make
-
-) > $C_FIFO 2>&1
--- a/crypto/xca/DETAILS
+++ b/crypto/xca/DETAILS
@@ -1,13 +1,16 @@
MODULE=xca
VERSION=0.9.3
SOURCE=${MODULE}-${VERSION}.tar.gz
+ SOURCE2=0001-Fix-for-openssl-1.0.1i.patch
SOURCE_URL=$SFORGE_URL/$MODULE
+ SOURCE2_URL=http://sourceforge.net/p/xca/patches/14/attachment/
SOURCE_VFY=sha1:3d9bcadb7064316b084532472229da9d4b0631e3
+ SOURCE2_VFY=sha1:64f3c58ca641c1461a845e97895c2930c224d51e
WEB_SITE=http://xca.sourceforge.net/
ENTERED=20120513
- UPDATED=20120513
+ UPDATED=20141029
SHORT="Certificate and Key management interface"
-cat <<EOF
+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
More information about the Lunar-commits
mailing list