From cfeda97b0a38afd8e618acf3dacfcd2a45ccfd26 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Wed, 18 Mar 2015 11:04:43 -0600 Subject: [PATCH] Update for 1.8.13 final. --- NEWS | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 9e9946717..c0e569af2 100644 --- a/NEWS +++ b/NEWS @@ -7,8 +7,9 @@ What's new in Sudo 1.8.13 systems. Bug #686 * Weak symbols are now used for sudo_warn_gettext() and - sudo_warn_strerror() in libsudo_util to avoid link errors - when -Wl,--no-undefined is used in LDFLAGS. + sudo_warn_strerror() in libsudo_util to avoid link errors when + -Wl,--no-undefined is used in LDFLAGS. The --disable-weak-symbols + configure option can be used to disable the user of weak symbols. * Fixed a bug in sudo's mkstemps() replacement function that prevented the file extension from being preserved in sudoedit. @@ -34,6 +35,22 @@ What's new in Sudo 1.8.13 * The sudo timestamp directory is now created at boot time on platforms that use systemd. + * Sudo will now restore the value of the SIGPIPE handler before + executing the command. + + * Sudo now uses "struct timespec" instead of "struct timeval" for + time keeping when possible. If supported, sudoedit and visudo + now use nanosecond granularity time stamps. + + * Fixed a symbol name collision with systems that have their own + SHA2 implementation. This fixes a problem where PAM could use + the wrong SHA2 implementation on Solaris 10 systems configured + to use SHA512 for passwords. + + * The editor invoked by sudoedit once again uses an unmodified + copy of the user's environment as per the documentation. This + was inadvertantly changed in sudo 1.8.0. Bug #688. + What's new in Sudo 1.8.12 * The embedded copy of zlib has been upgraded to version 1.2.8 and -- 2.40.0