summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/DETAILS
blob: 62ad04318f865533b1728e6579a2503376e36d70 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
           SPELL=openssh
         VERSION=8.8p1
  SECURITY_PATCH=15
          SOURCE=$SPELL-$VERSION.tar.gz
         SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/$SOURCE
   SOURCE_URL[1]=https://ftp2.eu.openbsd.org/pub/OpenBSD/OpenSSH/portable/$SOURCE
   SOURCE_URL[2]=https://mirrors.nycbug.org/pub/OpenBSD/OpenSSH/portable/$SOURCE
  SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
  SOURCE2_URL[1]=${SOURCE_URL[1]}.asc
  SOURCE2_URL[2]=${SOURCE_URL[2]}.asc
  SOURCE2_IGNORE=signature
      SOURCE_GPG=djm.gpg:$SOURCE2:UPSTREAM_KEY
        WEB_SITE=https://www.openssh.org/
            DOCS="$DOCS *.schema"
         ENTERED=20010922
      LICENSE[0]=https://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