From 726a7daa632eae64e0b4eca5221d81f75ef8b2f2 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 3 Jan 2013 14:52:10 -0500 Subject: [PATCH] Add Sudo 1.8.6p4 --- NEWS | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/NEWS b/NEWS index 0a0cf11dd..f1a3c570e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,25 @@ +What's new in Sudo 1.8.6p4? + + * The -fstack-protector is now used when linking visudo, sudoreplay + and testsudoers. + + * Avoid building PIE binaries on FreeBSD/ia64 as they don't run + properly. + + * Fixed a crash in visudo strict mode when an unknown Defaults + setting is encountered. + + * Do not inform the user that the command was not permitted by the + policy if they do not successfully authenticate. This is a + regression introduced in sudo 1.8.6. + + * Allow sudo to be build with sss support without also including + ldap support. + + * Fix running commands that need the terminal in the background + when I/O logging is enabled. E.g. "sudo vi &". When the command + is foregrounded, it will now resume properly. + What's new in Sudo 1.8.6p3? * Fixed post-processing of the man pages on systems with legacy -- 2.50.1