summaryrefslogtreecommitdiffstats
path: root/crypto/bcrypt/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/bcrypt/DETAILS')
-rwxr-xr-xcrypto/bcrypt/DETAILS11
1 files changed, 9 insertions, 2 deletions
diff --git a/crypto/bcrypt/DETAILS b/crypto/bcrypt/DETAILS
index 01043eeae9..9b9125ff92 100755
--- a/crypto/bcrypt/DETAILS
+++ b/crypto/bcrypt/DETAILS
@@ -1,14 +1,21 @@
SPELL=bcrypt
VERSION=1.1
SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
- SOURCE_HASH=sha512:4cc939e997b125b48a66c20469d9743ec227dbee080d89b1ab2515a3c41749c6e8fb6d2d4276cd23eaf6bed0614989431f1f87c23220a94ad595024f8985d68b
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
+ SOURCE_GPG=17BF1DD3.gpg:$SOURCE2:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
WEB_SITE=http://bcrypt.sourceforge.net/
ENTERED=20021126
LICENSE[0]=BSD
KEYWORDS="crypto"
SHORT="bcrypt - a cross platform file encryption utility"
cat << EOF
-Bcrypt is a cross platform file encryption utility. Encrypted files are portable across all supported operating systems and processors. Passphrases must be between 8 and 56 characters and are hashed internally to a 448 bit key. However, all characters supplied are significant. The stronger your passphrase, the more secure your data.
+Bcrypt is a cross platform file encryption utility. Encrypted files are
+portable across all supported operating systems and processors. Passphrases
+must be between 8 and 56 characters and are hashed internally to a 448 bit
+key. However, all characters supplied are significant. The stronger your
+passphrase, the more secure your data.
EOF