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.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1;
locks; strict;
comment	@# @;


1.3
date	2008.03.05.04.25.42;	author tmclaugh;	state dead;
branches;
next	1.2;

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

1.1
date	2002.03.12.17.54.07;	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
@--- lib/Makefile.orig	Thu May 23 13:12:23 2002
+++ lib/Makefile	Thu May 23 13:14:17 2002
@@@@ -11,6 +11,11 @@@@
 	rijndael.c ssh-dss.c ssh-rsa.c dh.c kexdh.c kexgex.c \
 	scard.c monitor_wrap.c monitor_fdpass.c
 
+SRCS+=	strlcpy.c strlcat.c
+.if defined(COMPAT_GETADDRINFO)
+SRCS+=	getaddrinfo.c getnameinfo.c name6.c rcmd.c bindresvport.c
+.endif
+
 SRCS+=	readpassphrase.c
 
 DEBUGLIBS= no
@@@@ -21,6 +26,8 @@@@
 	@@echo -n
 
 .include <bsd.own.mk>
+IGNORE_LIBSSH=yes
+.include "../Makefile.inc"
 
 .if (${KERBEROS:L} == "yes")
 CFLAGS+= -DKRB4 -I${DESTDIR}/usr/include/kerberosIV
@


1.2
log
@Update to OpenSSH 3.2.3

- patch openssh-3.1-adv.token.patch is now obsolete.
- remerged PAM changes form previous port
- declare CMSG_* macros.
- fixed bad type in function input_userauth_passwd_changereq

Update to OpenSSH-portable-3.2.3p1

- patch openssh-3.1p1-adv.token.patch is now obsolete
- keep previously declared CONFIGURE_ARGS
- remove openssh-mit-krb5-20020326.diff (should be in the distribution now)
- patch patch-readpassphrase.c is now in teh distribution
- merged previous patches.
- extend CONFIGURE_ARGS so it find OPENSSL again.
- new patches for GSSAPI, not fully tested.

If you have the patch applied:
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/36080

Builds with openssl-0.9.6d under:
2.2.8-RELEASE
3.2-RELEASE
4.2-RELEASE
4.6-RC
@
text
@@


1.1
log
@Rename Patches to make navigation much more easier.
@
text
@d1 3
a3 5
--- lib/Makefile.orig	Tue Jun 26 19:52:41 2001
+++ lib/Makefile	Thu Nov 15 06:10:43 2001
@@@@ -9,7 +9,11 @@@@
 	rsa.c tildexpand.c ttymodes.c uidswap.c xmalloc.c atomicio.c \
 	key.c dispatch.c kex.c mac.c uuencode.c misc.c \
d5 3
a7 3
-	scard.c
+	scard.c strlcpy.c strlcat.c
+
d11 2
d14 2
a15 3
 NOPROFILE= yes
 NOPIC=	yes
@@@@ -18,6 +22,8 @@@@
@

