aboutsummaryrefslogtreecommitdiff
path: root/security/openssh-portable/files
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2015-04-09 20:19:17 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2015-04-09 20:19:17 +0000
commite574b487b566df74ff0d707cbdb3991a5ffb77c5 (patch)
tree84afc0d0116ec67d85a529492cb2b16bea69e4f2 /security/openssh-portable/files
parent3eb0692848aa21dbe6616ec066eb83a334b0c920 (diff)
Notes
Diffstat (limited to 'security/openssh-portable/files')
-rw-r--r--security/openssh-portable/files/extra-patch-ttssh25
1 files changed, 20 insertions, 5 deletions
diff --git a/security/openssh-portable/files/extra-patch-ttssh b/security/openssh-portable/files/extra-patch-ttssh
index bfa330831640..632f24a54c9f 100644
--- a/security/openssh-portable/files/extra-patch-ttssh
+++ b/security/openssh-portable/files/extra-patch-ttssh
@@ -1,11 +1,26 @@
---- compat.c.orig 2015-04-08 21:02:53.327154000 -0500
-+++ compat.c 2015-04-08 21:03:58.915062000 -0500
-@@ -167,6 +167,8 @@
+Workaround TTSSH client crash with hostkeys-00@openssh.com messages in
+OpenSSH 6.8p1.
+
+ http://en.sourceforge.jp/ticket/browse.php?group_id=1412&tid=35010
+ http://en.sourceforge.jp/projects/ttssh2/scm/svn/commits/5829
+
+--- compat.c.orig 2015-03-17 00:49:20.000000000 -0500
++++ compat.c 2015-04-09 15:13:35.061239000 -0500
+@@ -167,6 +167,17 @@ compat_datafellows(const char *version)
SSH_BUG_SCANNER },
{ "Probe-*",
SSH_BUG_PROBE },
-+ { "TTSSH/*",
-+ SSH_BUG_HOSTKEYS },
++ { "TTSSH/1.5.*,"
++ "TeraTerm SSH*,"
++ "TTSSH/2.1*,"
++ "TTSSH/2.2*,"
++ "TTSSH/2.3*,"
++ "TTSSH/2.4*,"
++ "TTSSH/2.5*,"
++ "TTSSH/2.6*,"
++ "TTSSH/2.70*,"
++ "TTSSH/2.71*,"
++ "TTSSH/2.72*", SSH_BUG_HOSTKEYS },
{ NULL, 0 }
};