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/patches | |
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/patches')
-rw-r--r-- | security/fressh/patches/patch-aa | 15 |
1 files changed, 15 insertions, 0 deletions
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 \ |