summaryrefslogtreecommitdiffstats
path: root/crypto/aespipe/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/aespipe/DETAILS')
-rwxr-xr-xcrypto/aespipe/DETAILS19
1 files changed, 13 insertions, 6 deletions
diff --git a/crypto/aespipe/DETAILS b/crypto/aespipe/DETAILS
index 95348f2602..4d3e62288d 100755
--- a/crypto/aespipe/DETAILS
+++ b/crypto/aespipe/DETAILS
@@ -1,9 +1,16 @@
SPELL=aespipe
- VERSION=2.3d
+ VERSION=2.3e
SOURCE=$SPELL-v$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-v$VERSION
- SOURCE_URL[0]=http://loop-aes.sourceforge.net/aespipe/$SOURCE
- SOURCE_HASH=sha512:3fc349bfa990c742cf6b8ea4fa73a593db9d337d69c155d4d812ab96cbd2e263c4887f094baaf0c6b0d4002534af776c2cdc0c4a2252c2c831bc2d3f12340617
+ SOURCE2=$SOURCE.sign
+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
+ SOURCE2_URL[0]=$SOURCE_URL.sign
+ SOURCE2_URL[1]=${SOURCE_URL[1]}.sign
+ SOURCE2_URL[2]=${SOURCE_URL[2]}.sign
+ SOURCE2_IGNORE=signature
+ SOURCE_GPG=loop-AES.gpg:$SOURCE2:UPSTREAM_KEY
WEB_SITE=http://loop-aes.sourceforge.net/
ENTERED=20040213
LICENSE[0]=GPL
@@ -12,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