From 80a1bae6fed766f64eb69c54dcf2e9e0b4bc3349 Mon Sep 17 00:00:00 2001 From: Christian Perrier Date: Sun, 28 Jul 2013 14:43:20 +0200 Subject: [PATCH] One more bug foxed upstream --- debian/changelog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index cba2f99a..836e5d80 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,12 @@ shadow (1:4.2-1) UNRELEASED; urgency=low * New upstream release. Fixes: - Invalid free() in su fixed by using strdup(). Thanks to Serge - Hallyin for the patch. Closes: #691459 + Hallyn for the patch. Closes: #691459 + - Kill the child process group, rather than just the + immediate child; this is needed now that su no + longer starts a controlling terminal when not running an + interactive shell. Thanks to Colin Watson for the patch. + Closes: #713979 * Moved to git: replace Vcs-Git in place of Vcs-Svn and adapt Vcs-Browser.