           SPELL=openssh
         VERSION=5.3p1
  SECURITY_PATCH=4
          SOURCE=$SPELL-$VERSION.tar.gz
         SOURCE2=$SOURCE.asc
if [[ $SFTP_FILECONTROL == y ]]; then
         SOURCE3=openssh-5.2p1.sftpfilecontrol-v1.3.patch
    SOURCE3_HASH=sha512:c0da70abf110c408d72b8386edf6694ae7e1a68007c39dc2163befbd9fad897e29a4d5c6f03969b2ae70135e1f1ff322ed3684735dc41887d0a6445c26bd4098
  SOURCE3_URL[0]=http://sftpfilecontrol.sourceforge.net/download/v1.3/$SOURCE3
fi
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/$SOURCE
  SOURCE2_URL[0]=$SOURCE_URL.asc
  SOURCE2_IGNORE=signature
      SOURCE_GPG=openssh.gpg:$SOURCE2:UPSTREAM_KEY
        WEB_SITE=http://www.openssh.org/
         ENTERED=20010922
      LICENSE[0]=http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/LICENCE?rev=HEAD
        KEYWORDS="crypto"
           SHORT="client and server for encrypted remote logins and file transfers"
cat << EOF
This is a Unix/Linux port of OpenBSD's excellent OpenSSH. OpenSSH is a
full implementation of the SSH1 protocol and a 99% implementation of the
SSH 2 protocol, including sftp client and server support.
EOF
