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.3
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	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	2003.03.31.19.48.59;	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
@--- sftp/Makefile.orig	Sun Jan 12 17:59:14 2003
+++ sftp/Makefile	Mon Mar 31 16:19:55 2003
@@@@ -7,13 +7,13 @@@@
 
 BINMODE?=555
 
-BINDIR=	/usr/bin
-MAN=	sftp.1
+BINDIR=	/bin
+MAN1=	sftp.1
 
 SRCS=	sftp.c sftp-client.c sftp-int.c sftp-common.c sftp-glob.c
 
 .include <bsd.prog.mk>
 
-LDADD+=	-lcrypto
+LDADD+=	${CRYPTOLIBS}
 DPADD+=	${LIBCRYPTO}
 
@


1.4
log
@- Update to 3.6
This version does no longer compile on FreeBSD 2.2.8
@
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
--- sftp/Makefile.orig	Fri May  4 01:09:57 2001
+++ sftp/Makefile	Wed Oct  3 13:10:32 2001
d12 1
a12 1
 SRCS=	sftp.c sftp-client.c sftp-int.c sftp-common.c sftp-glob.c misc.c
@


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

PR:		28921
Submitted by:	aito@@sets.ne.jp
@
text
@d1 2
a2 2
--- sftp/Makefile.orig	Mon Apr 16 11:31:52 2001
+++ sftp/Makefile	Thu Jul 12 18:59:02 2001
d12 1
a12 1
 SRCS=	sftp.c sftp-client.c sftp-int.c sftp-common.c sftp-glob.c scp-common.c
@


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/Makefile.orig	Mon Apr 16 04:31:52 2001
+++ sftp/Makefile	Sat May 26 15:49:42 2001
@@@@ -7,8 +7,8 @@@@
d13 6
@

