Skip to Content.
Sympa Menu

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

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 (aa5c90bf827d1d9e9860242879d801832fbdd6e9)
  • Date: Wed, 29 Oct 2008 09:55:25 -0500

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

crypto/aespipe/DETAILS | 8 ++++----
crypto/aespipe/HISTORY | 3 +++
crypto/aespipe/SUB_DEPENDS | 3 ++-
3 files changed, 9 insertions(+), 5 deletions(-)

New commits:
commit 3985bb6049919878a48ee6af3402fbb28f968ffe
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

aespipe: => 2.3e

diff --git a/crypto/aespipe/DETAILS b/crypto/aespipe/DETAILS
index 0887cac..4d3e622 100755
--- a/crypto/aespipe/DETAILS
+++ b/crypto/aespipe/DETAILS
@@ -1,8 +1,8 @@
SPELL=aespipe
- VERSION=2.3d
+ VERSION=2.3e
SOURCE=$SPELL-v$VERSION.tar.bz2
SOURCE2=$SOURCE.sign
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-v$VERSION
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-v$VERSION"
SOURCE_URL[0]=http://loop-aes.sourceforge.net/$SPELL/$SOURCE
SOURCE_URL[1]=$SOURCEFORGE_URL/loop-aes/$SOURCE
SOURCE_URL[2]=http://koti.tnnet.fi/jari.ruusu/linux/$SOURCE
@@ -19,6 +19,6 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-v$VERSION
cat << EOF
aespipe program is AES encrypting or decrypting pipe. It reads from standard
input and writes to standard output. It can be used to create and restore
-encrypted tar or cpio archives. It can be used to encrypt and decrypt
-loop-AES compatible encrypted disk images.
+encrypted tar or cpio archives. It can be used to encrypt and decrypt
loop-AES
+compatible encrypted disk images.
EOF
diff --git a/crypto/aespipe/HISTORY b/crypto/aespipe/HISTORY
index ef4e0e3..110c1dd 100644
--- a/crypto/aespipe/HISTORY
+++ b/crypto/aespipe/HISTORY
@@ -1,3 +1,6 @@
+2008-10-29 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.3e; quoting paths; fixed desc
+
2008-06-21 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: added third mirror

diff --git a/crypto/aespipe/SUB_DEPENDS b/crypto/aespipe/SUB_DEPENDS
index 6461ac1..cc49c45 100755
--- a/crypto/aespipe/SUB_DEPENDS
+++ b/crypto/aespipe/SUB_DEPENDS
@@ -3,5 +3,6 @@ case $THIS_SUB_DEPENDS in
message "Requested statically linked AESpipe, forcing option
AESPIPE_STATIC=y" &&
AESPIPE_STATIC=y
fi;;
- *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}"; return 1;;
+ *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}" &&
+ return 1;;
esac



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (aa5c90bf827d1d9e9860242879d801832fbdd6e9), Vlad Glagolev, 10/29/2008

Archive powered by MHonArc 2.6.24.

Top of Page