diff options
author | Matthew Vernon <mcv21@cam.ac.uk> | 2014-03-25 11:55:33 +0000 |
---|---|---|
committer | Matthew Vernon <mcv21@cam.ac.uk> | 2014-03-25 11:55:33 +0000 |
commit | c0c05f0952597c4c821c6cc658f029f5bfd6c68c (patch) | |
tree | f56540372a2f237867acc6def5463e84969a13eb | |
parent | 0d3be96ca152f30e4800f569b12311300064c2a9 (diff) |
[ Colin Watson ]
[ Matthew Vernon ]
Fix failure to check SSHFP records if server presents a certificate
(bug reported by me, patch largely by Mark Wooding) (Closes: #742513)
-rw-r--r-- | debian/changelog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 9c3b531e5..d92aac4a7 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -1,5 +1,6 @@ | |||
1 | openssh (1:6.6p1-1) UNRELEASED; urgency=medium | 1 | openssh (1:6.6p1-1) UNRELEASED; urgency=medium |
2 | 2 | ||
3 | [ Colin Watson ] | ||
3 | * Apply various warning-suppression and regression-test fixes to | 4 | * Apply various warning-suppression and regression-test fixes to |
4 | gssapi.patch from Damien Miller. | 5 | gssapi.patch from Damien Miller. |
5 | * New upstream release (http://www.openssh.com/txt/release-6.6): | 6 | * New upstream release (http://www.openssh.com/txt/release-6.6): |
@@ -8,6 +9,10 @@ openssh (1:6.6p1-1) UNRELEASED; urgency=medium | |||
8 | could be tricked into accepting any environment variable that contains | 9 | could be tricked into accepting any environment variable that contains |
9 | the characters before the wildcard character. | 10 | the characters before the wildcard character. |
10 | 11 | ||
12 | [ Matthew Vernon ] | ||
13 | * Fix failure to check SSHFP records if server presents a certificate | ||
14 | (bug reported by me, patch largely by Mark Wooding) (Closes: #742513) | ||
15 | |||
11 | -- Colin Watson <cjwatson@debian.org> Thu, 20 Mar 2014 00:32:46 +0000 | 16 | -- Colin Watson <cjwatson@debian.org> Thu, 20 Mar 2014 00:32:46 +0000 |
12 | 17 | ||
13 | openssh (1:6.5p1-6) unstable; urgency=medium | 18 | openssh (1:6.5p1-6) unstable; urgency=medium |