Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (3c055b5f9422ddc74f2d1c4910b66f2ef76a3667)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (3c055b5f9422ddc74f2d1c4910b66f2ef76a3667)
  • Date: Thu, 29 May 2008 11:56:25 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

crypto/aespipe/BUILD | 7 +++++++
crypto/aespipe/CONFIGURE | 1 +
crypto/aespipe/HISTORY | 5 ++++-
3 files changed, 12 insertions(+), 1 deletion(-)

New commits:
commit 3c055b5f9422ddc74f2d1c4910b66f2ef76a3667
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

aespipe: added statically liked option for loop-AES usage, tests

diff --git a/crypto/aespipe/BUILD b/crypto/aespipe/BUILD
new file mode 100755
index 0000000..ff402a1
--- /dev/null
+++ b/crypto/aespipe/BUILD
@@ -0,0 +1,7 @@
+if [[ $AESPIPE_STATIC == y ]]; then
+ LDFLAGS="-static -s" default_build
+else
+ default_build
+fi &&
+
+make tests
diff --git a/crypto/aespipe/CONFIGURE b/crypto/aespipe/CONFIGURE
new file mode 100755
index 0000000..29ecf4d
--- /dev/null
+++ b/crypto/aespipe/CONFIGURE
@@ -0,0 +1 @@
+config_query AESPIPE_STATIC "Build statically linked (required for
loop-AES)?" y
diff --git a/crypto/aespipe/HISTORY b/crypto/aespipe/HISTORY
index 47f9254..2a4cee5 100644
--- a/crypto/aespipe/HISTORY
+++ b/crypto/aespipe/HISTORY
@@ -1,3 +1,7 @@
+2008-05-29 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD: make tests
+ * CONFIGURE: added option for static compile
+
2007-02-26 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.3d

@@ -18,4 +22,3 @@

2004-02-13 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS, HISTORY: created this spell, version 2.2a
-




Archive powered by MHonArc 2.6.24.

Top of Page