From 211d0e5cf1a2bd01a2f52ddee2893d7118b5a31e Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 21 Sep 2018 10:33:34 +0000 Subject: sudo: updated to 1.8.25 What's new in Sudo 1.8.25 * Fixed a bug introduced in sudo 1.8.20 that broke formatting of I/O log timing file entries on systems without a C99-compatible snprintf() function. Our replacement snprintf() doesn't support floating point so we can't use the "%f" format directive. * I/O log timing file entries now use a monotonic timer and include nanosecond precision. A monotonic timer that does not increment while the system is sleeping is used where available. * Fixed a bug introduced in sudo 1.8.24 where sudoNotAfter in the LDAP backend was not being properly parsed. * When sudo runs a command in a pseudo-tty, the slave device is now closed in the main process immediately after starting the monitor process. This removes the need for an AIX-specific workaround that was added in sudo 1.8.24. * Added support for monotonic timers on HP-UX. * Fixed a bug displaying timeout values the "sudo -V" output. The value displayed was 3600 times the actual value. * Fixed a build issue on AIX 7.1 BOS levels that include memset_s() and define rsize_t in string.h. * The testsudoers utility now supports querying an LDIF-format policy. * Sudo now sets the LOGIN environment variable to the same value as LOGNAME on AIX systems. * Fixed a regression introduced in sudo 1.8.24 where the LDAP and SSSD backends evaluated the rules in reverse sudoOrder. --- security/sudo/distinfo | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'security/sudo/distinfo') diff --git a/security/sudo/distinfo b/security/sudo/distinfo index 8238e9ce880..9ddd9fe677b 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.97 2018/08/19 08:46:44 adam Exp $ +$NetBSD: distinfo,v 1.98 2018/09/21 10:33:34 adam Exp $ -SHA1 (sudo-1.8.24.tar.gz) = 7f2c1dd556223a310a4c7d897176b8d3ff3a6089 -RMD160 (sudo-1.8.24.tar.gz) = 88c6ec16690077a22db2b6b4c2fcc34e1cf2dcfe -SHA512 (sudo-1.8.24.tar.gz) = ec6295a456a300e81ea2356080d51a57e3eb5d8070d8aab228cece0100ef54954f6c3dd458316b0c2da6839c0d8dab7cdc1a360aceb2594641e064465ecb1ee8 -Size (sudo-1.8.24.tar.gz) = 3175719 bytes +SHA1 (sudo-1.8.25.tar.gz) = cc895e4e91accc9c0f43dcf82a21062f4b858f20 +RMD160 (sudo-1.8.25.tar.gz) = eadd93cb795ecbbf878e62662952b59f25a9bcbd +SHA512 (sudo-1.8.25.tar.gz) = f3f0c9e315484e5ba2d535f41ab722881343b1fa299f75cfad456bd41a555d80080369677e62626307df792aeabc29ba450e6f0b9c284ea2cfb8dc5e3568f46d +Size (sudo-1.8.25.tar.gz) = 3189660 bytes SHA1 (patch-Makefile.in) = 279c7ad0f7f85ea7bc2d4beb5aa21abdf6237a7c SHA1 (patch-configure) = 460b9575346c263b944535aa8e2408e959840c77 SHA1 (patch-include_sudo__compat.h) = 4f9b021ebdd507949f13e289deabdb6090ab334c -- cgit v1.2.3