summaryrefslogtreecommitdiffstats
path: root/crypto/rssh/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/rssh/DETAILS')
-rwxr-xr-xcrypto/rssh/DETAILS10
1 files changed, 8 insertions, 2 deletions
diff --git a/crypto/rssh/DETAILS b/crypto/rssh/DETAILS
index f0eaad1b79..5cef889985 100755
--- a/crypto/rssh/DETAILS
+++ b/crypto/rssh/DETAILS
@@ -2,14 +2,20 @@
VERSION=2.3.2
SECURITY_PATCH=1
SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
- SOURCE_HASH=sha512:17868d28e72c13087e088a093df505526e157915d15abc080040faa03ee3ae40bb880d1c621a0f47c54da5f3a11bdf90ac4c43659054e954489cc938162a26d5
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
+ SOURCE_GPG=81CFE75D.gpg:$SOURCE2:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
WEB_SITE=http://www.pizzashack.org/rssh/
ENTERED=20030508
LICENSE[0]=BSD
KEYWORDS="crypto"
SHORT="Restricted shell allowing only scp and/or sftp"
cat << EOF
-rssh is a restricted shell for use with OpenSSH, allowing only scp and/or sftp. For example, if you have a server which you only want to allow users to copy files off of via scp, without providing shell access, you can use rssh to do that.
+rssh is a restricted shell for use with OpenSSH, allowing only scp and/or
+sftp. For example, if you have a server which you only want to allow users
+to copy files off of via scp, without providing shell access, you can use
+rssh to do that.
EOF