summaryrefslogtreecommitdiff
path: root/debian/patches/banner-noslash.patch
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2010-03-08 11:26:21 +0000
committerColin Watson <cjwatson@debian.org>2010-03-08 11:26:21 +0000
commitdd79498e0f4086a765cea7757ac023e925b75db2 (patch)
treeaecf8e47f7abe06e86f961eb6fb198c1ca7b5de8 /debian/patches/banner-noslash.patch
parentdbf5ed52ce596dcf8c1f151d587f7f1f4c78b4eb (diff)
Drop compatibility with the old gssapi mechanism used in ssh-krb5 <<
3.8.1p1-1. Simon Wilkinson refused this patch since the old gssapi mechanism was removed due to a serious security hole, and since these versions of ssh-krb5 are no longer security-supported by Debian I don't think there's any point keeping client compatibility for them.
Diffstat (limited to 'debian/patches/banner-noslash.patch')
-rw-r--r--debian/patches/banner-noslash.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/banner-noslash.patch b/debian/patches/banner-noslash.patch
index af5f4213c..fa7b08f23 100644
--- a/debian/patches/banner-noslash.patch
+++ b/debian/patches/banner-noslash.patch
@@ -11,7 +11,7 @@ Index: b/sshconnect2.c
11=================================================================== 11===================================================================
12--- a/sshconnect2.c 12--- a/sshconnect2.c
13+++ b/sshconnect2.c 13+++ b/sshconnect2.c
14@@ -477,7 +477,7 @@ 14@@ -472,7 +472,7 @@
15 if (len > 65536) 15 if (len > 65536)
16 len = 65536; 16 len = 65536;
17 msg = xmalloc(len * 4 + 1); /* max expansion from strnvis() */ 17 msg = xmalloc(len * 4 + 1); /* max expansion from strnvis() */