diff options
author | Colin Watson <cjwatson@debian.org> | 2010-10-26 13:00:05 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2010-10-26 13:00:05 +0100 |
commit | 2ff7e453722250e15e681574314a635ac9003f3c (patch) | |
tree | 02628fef3072bb8719a4b9e26d7fb44e23c74ff9 /debian/changelog | |
parent | d03a9f67f01b5c828ecb9aac1f8b9439e252fc4a (diff) |
Backport upstream patch to install a SIGCHLD handler to reap expired ssh
child processes, preventing lots of zombies when using ControlPersist
(closes: #594687).
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index e41eee767..0cdc326ae 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -1,3 +1,11 @@ | |||
1 | openssh (1:5.6p1-2) UNRELEASED; urgency=low | ||
2 | |||
3 | * Backport upstream patch to install a SIGCHLD handler to reap expired ssh | ||
4 | child processes, preventing lots of zombies when using ControlPersist | ||
5 | (closes: #594687). | ||
6 | |||
7 | -- Colin Watson <cjwatson@debian.org> Tue, 26 Oct 2010 12:58:39 +0100 | ||
8 | |||
1 | openssh (1:5.6p1-1) experimental; urgency=low | 9 | openssh (1:5.6p1-1) experimental; urgency=low |
2 | 10 | ||
3 | * New upstream release (http://www.openssh.com/txt/release-5.6): | 11 | * New upstream release (http://www.openssh.com/txt/release-5.6): |