diff options
author | agc <agc@pkgsrc.org> | 2001-02-12 16:15:14 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-02-12 16:15:14 +0000 |
commit | 488a5a895faea3c537aaad57d16c57a9cb70fa80 (patch) | |
tree | a48e5a29adae5dcaa7c4b4de36599e56ee6c8f1b /security/fressh | |
parent | 3b1944ba7a6a3a9e087996365066fcccb5c56959 (diff) | |
download | pkgsrc-488a5a895faea3c537aaad57d16c57a9cb70fa80.tar.gz |
Initial import of fressh 0.8 into the NetBSD Packages Collection.
FreSSH is a free implementation of the SSH communication protocol.
It is compact, modular, portable, and designed for security and
performance. It is a completely new implementation. Unlike various
other SSH implementations already available for Unix, it does not
trace its ancestry to the original SSH code written by Tatu Ylonen.
FreSSH currently implements SSH protocol version 1.5, with extensions
which offer enhanced security when both sides of a connection are
running FreSSH.
Diffstat (limited to 'security/fressh')
-rw-r--r-- | security/fressh/Makefile | 11 | ||||
-rw-r--r-- | security/fressh/files/md5 | 3 | ||||
-rw-r--r-- | security/fressh/files/patch-sum | 3 | ||||
-rw-r--r-- | security/fressh/patches/patch-aa | 15 | ||||
-rw-r--r-- | security/fressh/pkg/COMMENT | 1 | ||||
-rw-r--r-- | security/fressh/pkg/DESCR | 8 | ||||
-rw-r--r-- | security/fressh/pkg/PLIST | 6 |
7 files changed, 47 insertions, 0 deletions
diff --git a/security/fressh/Makefile b/security/fressh/Makefile new file mode 100644 index 00000000000..5c8c01b838f --- /dev/null +++ b/security/fressh/Makefile @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/02/12 16:15:14 agc Exp $ + +DISTNAME= fressh-0.8 +CATEGORIES= security +MASTER_SITES= http://www.fressh.org/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.fressh.com/ + +.include "../../mk/bsd.pkg.mk" diff --git a/security/fressh/files/md5 b/security/fressh/files/md5 new file mode 100644 index 00000000000..0d4df3d7d8b --- /dev/null +++ b/security/fressh/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2001/02/12 16:15:14 agc Exp $ + +MD5 (fressh-0.8.tar.bz2) = 2f66bc05cfcadc0151cf508e6f34d0fc diff --git a/security/fressh/files/patch-sum b/security/fressh/files/patch-sum new file mode 100644 index 00000000000..4ebd39a2ba7 --- /dev/null +++ b/security/fressh/files/patch-sum @@ -0,0 +1,3 @@ +$NetBSD: patch-sum,v 1.1.1.1 2001/02/12 16:15:14 agc Exp $ + +MD5 (patch-aa) = e394368fc3841adf16a6bc9bbab263a7 diff --git a/security/fressh/patches/patch-aa b/security/fressh/patches/patch-aa new file mode 100644 index 00000000000..97b767a839c --- /dev/null +++ b/security/fressh/patches/patch-aa @@ -0,0 +1,15 @@ +$NetBSD: patch-aa,v 1.1.1.1 2001/02/12 16:15:14 agc Exp $ + +Get rid of hard-coded PREFIX definition - it gets passed through the environment +in pkgsrc. + +--- Makefile 2001/02/12 15:48:04 1.1 ++++ Makefile 2001/02/12 15:48:21 +@@ -44,7 +44,6 @@ + + INSTALL=install + INSTALL_FLAGS=-c -r -m 755 -o bin -g bin +-PREFIX=/usr/local + FRE=fre + + HDRS = options.h ssh_buffer.h ssh_channel.h ssh_client.h ssh_defines.h \ diff --git a/security/fressh/pkg/COMMENT b/security/fressh/pkg/COMMENT new file mode 100644 index 00000000000..1e30240eeed --- /dev/null +++ b/security/fressh/pkg/COMMENT @@ -0,0 +1 @@ +new, free, rewritten implementation of the SSH communication protocol diff --git a/security/fressh/pkg/DESCR b/security/fressh/pkg/DESCR new file mode 100644 index 00000000000..9e8b503a1d3 --- /dev/null +++ b/security/fressh/pkg/DESCR @@ -0,0 +1,8 @@ +FreSSH is a free implementation of the SSH communication protocol. +It is compact, modular, portable, and designed for security and +performance. It is a completely new implementation. Unlike various +other SSH implementations already available for Unix, it does not +trace its ancestry to the original SSH code written by Tatu Ylonen. +FreSSH currently implements SSH protocol version 1.5, with extensions +which offer enhanced security when both sides of a connection are +running FreSSH. diff --git a/security/fressh/pkg/PLIST b/security/fressh/pkg/PLIST new file mode 100644 index 00000000000..020dc2f9734 --- /dev/null +++ b/security/fressh/pkg/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/02/12 16:15:14 agc Exp $ +sbin/fresshd +bin/fressh-keygen +bin/fressh +bin/fressh-agent +bin/fressh-add |