head	1.5;
access;
symbols
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.4
	RELEASE_5_2_1:1.4
	RELEASE_5_2_0:1.4
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.4
	RELEASE_4_6_2:1.4
	RELEASE_4_6_1:1.4
	RELEASE_4_6_0:1.4
	RELEASE_5_0_DP1:1.4
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.2;
locks; strict;
comment	@# @;


1.5
date	2008.03.05.04.25.42;	author tmclaugh;	state dead;
branches;
next	1.4;

1.4
date	2002.03.17.19.36.40;	author dinoex;	state Exp;
branches;
next	1.3;

1.3
date	2001.10.03.13.15.16;	author dinoex;	state Exp;
branches;
next	1.2;

1.2
date	2001.07.22.03.47.11;	author dinoex;	state Exp;
branches;
next	1.1;

1.1
date	2001.06.08.08.03.26;	author dinoex;	state Exp;
branches;
next	;


desc
@@


1.5
log
@- expire port: Long out of date with multiple security issues.
  (Don't worry, openssh-portable is still there.)
@
text
@--- ssh-keyscan/Makefile.orig	Mon Aug  6 01:18:20 2001
+++ ssh-keyscan/Makefile	Sun Mar 17 14:58:13 2002
@@@@ -7,12 +7,13 @@@@
 
 BINMODE?=555
 
-BINDIR=	/usr/bin
-MAN=	ssh-keyscan.1
+BINDIR=	/bin
+MAN1=	ssh-keyscan.1
 
 SRCS=	ssh-keyscan.c
 
 .include <bsd.prog.mk>
+.include "Makefile.inc"
 
-LDADD+= -lcrypto -lz
+LDADD+=	${CRYPTOLIBS} -lutil -lz
 DPADD+= ${LIBCRYPTO} ${LIBZ}
@


1.4
log
@Merge patches from -stable with USE_PAM and HAVE_LOGIN_CAP
Bump PORTREVISION

PR:		35904
@
text
@@


1.3
log
@- Update to OpenSSH 2.9.9
- convert portname into lowercase
- PREFIX support for default sshd_config
- security-patch for cookie files obsolete
@
text
@d1 2
a2 2
--- ssh-keyscan/Makefile.orig	Sun Mar  4 08:59:39 2001
+++ ssh-keyscan/Makefile	Thu Jul 12 18:57:39 2001
d17 1
a17 1
-LDADD+=	-lcrypto
d19 1
a19 1
 DPADD+=	${LIBCRYPTO}
@


1.2
log
@- Extend patches in submakefiles, to build under 3.5 STABLE

PR:		28921
Submitted by:	aito@@sets.ne.jp
@
text
@d3 1
a3 1
@@@@ -7,12 +7,12 @@@@
d15 1
d18 1
a18 1
+LDADD+=	${CRYPTOLIBS}
@


1.1
log
@- Update from OpenSSH 2.2.0 to OpenSSH 2.9
- Features:
  Possible use of sftp/sftp-server with older FreeBSD releases.
  Use a newer version independently from the Base system.
  Easier to test and fix possible security bugs.
- Bugs:
  build of pam_ssm.so isn't be supported any more
  Any file named "cookie" can be deleted by this and any older "sshd"
  with X11 Forwarding.
@
text
@d1 3
a3 3
--- ssh-keyscan/Makefile.orig	Sun Mar  4 00:59:39 2001
+++ ssh-keyscan/Makefile	Sat May 26 16:14:05 2001
@@@@ -7,8 +7,8 @@@@
d14 5
@

