Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (72a1472489a3f314958ba1a3c17d4e9e1bac5bce)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (72a1472489a3f314958ba1a3c17d4e9e1bac5bce)
  • Date: Wed, 6 Jan 2016 19:52:21 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

crypto/xca/BUILD | 16 ++++------------
crypto/xca/DETAILS | 16 ++++++++--------
crypto/xca/HISTORY | 6 ++++++
3 files changed, 18 insertions(+), 20 deletions(-)

New commits:
commit 72a1472489a3f314958ba1a3c17d4e9e1bac5bce
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

xca: Simplify BUILD, and force Qt 4 (Qt 5 fails)

commit 8ffcf6c2ba75a2a77248043178099bca91d9a9b4
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

xca 1.3.2

commit 1bce7126e97dd8ef1922462da318113e974a7f4d
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

xca: Fix WEB_SITE

commit f75ba7b9c87556f94d31e67aafe09312cd4ec790
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

xca: Remove whitespace at the EOLs

diff --git a/crypto/xca/BUILD b/crypto/xca/BUILD
index 86dcb71..a687dfb 100755
--- a/crypto/xca/BUILD
+++ b/crypto/xca/BUILD
@@ -1,12 +1,4 @@
-sedit 's:for lib in lib out:for lib in "" lib out:' configure &&
-sedit 's:/local::' configure &&
-
-sedit 's:mandir=man:mandir=share/man:' doc/Makefile &&
-sedit 's:QTDIR/bin/:QTDIR/bin/qt4:' configure &&
-sedit 's:/qt/Qt /qt4/Qt:/Qt:' configure &&
-
-export QTDIR="/usr" &&
-export PATH=${TRACK_ROOT}/usr/bin/qt4:$PATH &&
-
-./configure &&
-make
+OPTS="$OPTS --with-qt=$QT4DIR" &&
+make_single &&
+default_build &&
+make_normal
diff --git a/crypto/xca/DETAILS b/crypto/xca/DETAILS
index 97631ad..fa62cff 100755
--- a/crypto/xca/DETAILS
+++ b/crypto/xca/DETAILS
@@ -1,19 +1,19 @@
SPELL=xca
- VERSION=1.1.0
+ VERSION=1.3.2
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/xca/$SOURCE
-
SOURCE_HASH=sha512:c22a594c61f63c71e8bc7c38ccdfabe05903a33bf5116630ca4c5072b725e551a128b10f624d01a464695d739fb9d77a510b3ced99fedc5d5378cb5fd563d954
+
SOURCE_HASH=sha512:f0a9c4d47f0c20632f44364cc55293a7d2152772a746a72bc4a46622da4e48ae612bafe918c098a71c29cdfca8e6c03c27cf85a862ca0f356eddf061414c89b2
LICENSE[0]=BSD
- WEB_SITE=http://www.hohnstaedt.de/xca.html
+ WEB_SITE=http://xca.sourceforge.net/
ENTERED=20070205
KEYWORDS="crypto"
SHORT="graphical certification authority"
cat << EOF
-This application is intended for creating and managing X.509 certificates,
-certificate requests, private keys RSA and DSA. 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
+This application is intended for creating and managing X.509 certificates,
+certificate requests, private keys RSA and DSA. 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 a local portable file format.
EOF
diff --git a/crypto/xca/HISTORY b/crypto/xca/HISTORY
index 5717811..3012f53 100644
--- a/crypto/xca/HISTORY
+++ b/crypto/xca/HISTORY
@@ -1,3 +1,9 @@
+2016-01-06 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: Removed whitespace at the EOLs
+ fixed WEB_SITE
+ updated spell to 1.3.2
+ * BUILD: Simplified, and now forces build against Qt 4 (Qt 5 fails)
+
2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (72a1472489a3f314958ba1a3c17d4e9e1bac5bce), Ismael Luceno, 01/06/2016

Archive powered by MHonArc 2.6.24.

Top of Page