head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.28 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.26 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.24 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.22 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.20 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.18 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.16 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.14 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.12 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.3.0.10 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.8 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.6 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.4 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.2 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.2.0.8 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.6 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.4 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.2 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.1.1.1.0.26 pkgsrc-2005Q4-base:1.1.1.1 pkgsrc-2005Q3:1.1.1.1.0.24 pkgsrc-2005Q3-base:1.1.1.1 pkgsrc-2005Q2:1.1.1.1.0.22 pkgsrc-2005Q2-base:1.1.1.1 pkgsrc-2005Q1:1.1.1.1.0.20 pkgsrc-2005Q1-base:1.1.1.1 pkgsrc-2004Q4:1.1.1.1.0.18 pkgsrc-2004Q4-base:1.1.1.1 pkgsrc-2004Q3:1.1.1.1.0.16 pkgsrc-2004Q3-base:1.1.1.1 pkgsrc-2004Q2:1.1.1.1.0.14 pkgsrc-2004Q2-base:1.1.1.1 pkgsrc-2004Q1:1.1.1.1.0.12 pkgsrc-2004Q1-base:1.1.1.1 pkgsrc-2003Q4:1.1.1.1.0.10 pkgsrc-2003Q4-base:1.1.1.1 netbsd-1-6-1:1.1.1.1.0.6 netbsd-1-6-1-base:1.1.1.1 netbsd-1-6:1.1.1.1.0.8 netbsd-1-6-RELEASE-base:1.1.1.1 pkgviews:1.1.1.1.0.4 pkgviews-base:1.1.1.1 buildlink2:1.1.1.1.0.2 buildlink2-base:1.1.1.1 netbsd-1-5-PATCH003:1.1.1.1 netbsd-1-5-PATCH001:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.3 date 2007.02.24.11.49.54; author jnemeth; state dead; branches; next 1.2; 1.2 date 2006.01.27.18.08.10; author joerg; state Exp; branches; next 1.1; 1.1 date 2001.02.12.16.15.14; author agc; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2001.02.12.16.15.14; author agc; state Exp; branches; next ; desc @@ 1.3 log @Thor Lancelot Simon, author of FreSSH, says that nobody should be using it because it only supports SSHv1 and has stopped distribution of the source tarball. @ text @$NetBSD: patch-aa,v 1.2 2006/01/27 18:08:10 joerg Exp $ --- Makefile.orig 2001-02-11 04:01:50.000000000 +0000 +++ Makefile @@@@ -44,7 +44,6 @@@@ LIBS+= -lutil -lcrypt -lz ${IDEA_LIB} -l 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 \ @@@@ -154,11 +153,11 @@@@ libdep:: (cd lib ; make depend) install: sshd - ${INSTALL} ${INSTALL_FLAGS} sshd ${PREFIX}/sbin/${FRE}sshd - ${INSTALL} ${INSTALL_FLAGS} ssh-keygen ${PREFIX}/bin/${FRE}ssh-keygen - ${INSTALL} ${INSTALL_FLAGS} ssh ${PREFIX}/bin/${FRE}ssh - ${INSTALL} ${INSTALL_FLAGS} ssh-agent ${PREFIX}/bin/${FRE}ssh-agent - ${INSTALL} ${INSTALL_FLAGS} ssh-add ${PREFIX}/bin/${FRE}ssh-add + ${BSD_INSTALL_PROGRAM} sshd ${PREFIX}/sbin/${FRE}sshd + ${BSD_INSTALL_PROGRAM} ssh-keygen ${PREFIX}/bin/${FRE}ssh-keygen + ${BSD_INSTALL_PROGRAM} ssh ${PREFIX}/bin/${FRE}ssh + ${BSD_INSTALL_PROGRAM} ssh-agent ${PREFIX}/bin/${FRE}ssh-agent + ${BSD_INSTALL_PROGRAM} ssh-add ${PREFIX}/bin/${FRE}ssh-add clean: ${LIBCLEAN} rm -f *.o crypto/*.o transport/*.o a.out sshd ssh-keygen ssh \ @ 1.2 log @DragonFly has libutil.h like FreeBSD. Include sys/time.h to get struct timeval on DragonFly. Use BSD_INSTALL_PROGRAM, removing the unportable -r flag at the same time. Fix build with newer OpenSSL versions by including openssl/sha.h explicitly. @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Initial revision @ text @d3 3 a5 6 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 @@@@ d13 17 @ 1.1.1.1 log @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. @ text @@