head	1.3;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2011.10.21.16.18.56;	author flo;	state Exp;
branches;
next	1.2;

1.2
date	2011.07.13.21.47.05;	author stephen;	state Exp;
branches;
next	1.1;

1.1
date	2006.10.01.02.15.00;	author mnag;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- update to 5.8p2 [1]
- fix Kerberos knob [2]
- fix build on 9.0 [3]
- fix deinstall with various knobs [4]
- fix LPK knob [5]

PR:		ports/161818 [1], ports/144597 [2], ports/160389 [3]
		ports/150493, ports/156926 [4], ports/155456 [5]

Submitted by:	"Grzegorz Blach" <magik@@roorback.net> [1], [2], [4], [5]
		pluknet [3]
Reported by:	Jonathan <lordsith49@@hotmail.com> [2]
		Kevin Thompson <antiduh@@csh.rit.edu> [4]
		Alexey Remizov <alexey@@remizov.org> [5]
@
text
@--- ssh_config.orig	2010-01-12 01:40:27.000000000 -0700
+++ ssh_config	2010-09-14 16:14:13.000000000 -0600
@@@@ -27,7 +27,7 @@@@
 #   GSSAPIAuthentication no
 #   GSSAPIDelegateCredentials no
 #   BatchMode no
-#   CheckHostIP yes
+#   CheckHostIP no
 #   AddressFamily any
 #   ConnectTimeout 0
 #   StrictHostKeyChecking ask
@


1.2
log
@- Add VersionAddendum support.
- Bump portrevision.

PR:		ports/142824
Submitted by:	Scot Hetzel <swhetzel@@gmail.com>
Approved by:	gabor (mentor)
@
text
@d1 2
a2 2
--- ssh_config.orig	2009-02-20 19:45:02.000000000 -0600
+++ ssh_config	2010-01-13 23:11:29.169549026 -0600
a11 5
@@@@ -44,3 +44,4 @@@@
 #   TunnelDevice any:any
 #   PermitLocalCommand no
 #   VisualHostKey no
+#   VersionAddendum FreeBSD-%%ADDENDUM%%
@


1.1
log
@- Update to 4.4p1.
- Disable temporary HPN patch until HPN release new version.
- Fix rc.d script path in sshd.8
- Add FreeBSD-${PKGNAME} in SSH_VERSION and SSH_RELEASE like src does.
- Sync patches with src.

Security:	CVE-2006-4924, CVE-2006-5051
@
text
@d1 3
a3 3
--- ssh_config.orig	Tue Jun 13 00:01:10 2006
+++ ssh_config	Sat Sep 30 10:39:07 2006
@@@@ -27,7 +28,7 @@@@
d12 5
@

