diff options
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 049d0740b..a58cca063 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -3,6 +3,11 @@ openssh (1:5.1p1-5) UNRELEASED; urgency=low | |||
3 | * Backport from upstream CVS (Markus Friedl): | 3 | * Backport from upstream CVS (Markus Friedl): |
4 | - packet_disconnect() on padding error, too. Should reduce the success | 4 | - packet_disconnect() on padding error, too. Should reduce the success |
5 | probability for the CPNI-957037 Plaintext Recovery Attack to 2^-18. | 5 | probability for the CPNI-957037 Plaintext Recovery Attack to 2^-18. |
6 | * Check that /var/run/sshd.pid exists and that the process ID listed there | ||
7 | corresponds to sshd before running '/etc/init.d/ssh reload' from if-up | ||
8 | script; SIGHUP is racy if called at boot before sshd has a chance to | ||
9 | install its signal handler, but fortunately the pid file is written | ||
10 | after that which lets us avoid the race (closes: #502444). | ||
6 | 11 | ||
7 | -- Colin Watson <cjwatson@debian.org> Mon, 01 Dec 2008 16:13:14 +0000 | 12 | -- Colin Watson <cjwatson@debian.org> Mon, 01 Dec 2008 16:13:14 +0000 |
8 | 13 | ||