summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/DETAILS')
-rwxr-xr-xcrypto/openssh/DETAILS20
1 files changed, 20 insertions, 0 deletions
diff --git a/crypto/openssh/DETAILS b/crypto/openssh/DETAILS
new file mode 100755
index 0000000000..216a6b733e
--- /dev/null
+++ b/crypto/openssh/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=openssh
+ VERSION=4.3p1
+ SECURITY_PATCH=1
+ BUILD_API=2
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/$SOURCE
+ SOURCE_URL[1]=ftp://ftp.tux.org/bsd/openbsd/OpenSSH/portable/$SOURCE
+ SOURCE_HASH=sha512:ded48754769297a89071f5ce4a6751ccf2e8a9a9218e7bc753db338cbe6d93e5badbfc88d113b5c3753c4c8e790740150948737158f92bd3bb4c74539b584339
+ WEB_SITE=http://www.openssh.org/
+ ENTERED=20010922
+ UPDATED=20030919
+ MAINTAINER=hgr@vabo.cz
+ LICENSE[0]=http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/LICENCE?rev=HEAD
+ SHORT="A 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