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


1.3
date	2008.03.05.04.25.42;	author tmclaugh;	state dead;
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.3
log
@- expire port: Long out of date with multiple security issues.
  (Don't worry, openssh-portable is still there.)
@
text
@--- sftp-server/Makefile.orig	Sun Mar  4 08:59:36 2001
+++ sftp-server/Makefile	Thu Jul 12 19:19:06 2001
@@@@ -7,12 +7,12 @@@@
 
 BINMODE?=555
 
-BINDIR=	/usr/libexec
-MAN=	sftp-server.8
+BINDIR=	/libexec
+MAN8=	sftp-server.8
 
 SRCS=	sftp-server.c sftp-common.c
 
 .include <bsd.prog.mk>
 
-LDADD+=	-lcrypto
+LDADD+=	${CRYPTOLIBS}
 DPADD+=	${LIBCRYPTO}
@


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

PR:		28921
Submitted by:	aito@@sets.ne.jp
@
text
@@


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
--- sftp-server/Makefile.orig	Sun Mar  4 00:59:36 2001
+++ sftp-server/Makefile	Sat May 26 15:47:57 2001
@@@@ -7,8 +7,8 @@@@
d14 5
@

