From: Guillaume Subject: xca: Patch for openssl issue Hi, xca doesn't work properly with openssl-1.0.1i release. Info on this bug: http://sourceforge.net/p/xca/patches/14/ Guillaume --- module: xca id: 3c9ea269f268374436ccd2dda0bf25db lvu submit: xca lvu: db8269a81dadf0ff44025fd3ec5ee33d - uname -r: 3.14.4 kernel headers: 3.2.9 gcc: 4.8.3 glibc: 2.18 --- other/crypto/xca/BUILD | 1 + other/crypto/xca/DETAILS | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) --- diff a/other/crypto/xca b/other/crypto/xca --- a/other/crypto/xca/BUILD 2014-08-30 16:31:04.000000000 +0200 +++ b/other/crypto/xca/BUILD 2014-08-30 21:26:41.000000000 +0200 @@ -1,4 +1,5 @@ ( + patch_it $SOURCE_CACHE/$SOURCE2 1 && 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 && --- a/other/crypto/xca/DETAILS 2014-08-30 16:31:04.000000000 +0200 +++ b/other/crypto/xca/DETAILS 2014-08-30 21:23:33.000000000 +0200 @@ -1,11 +1,14 @@ 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=20140830 SHORT="Certificate and Key management interface" cat <