pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/sudo sudo: updated to 1.8.25



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fdd30fe6baf6
branches:  trunk
changeset: 385352:fdd30fe6baf6
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Sep 21 10:33:34 2018 +0000

description:
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.

diffstat:

 security/sudo/Makefile |   4 ++--
 security/sudo/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r 6855b8e03925 -r fdd30fe6baf6 security/sudo/Makefile
--- a/security/sudo/Makefile    Fri Sep 21 10:11:19 2018 +0000
+++ b/security/sudo/Makefile    Fri Sep 21 10:33:34 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.162 2018/08/19 08:46:44 adam Exp $
+# $NetBSD: Makefile,v 1.163 2018/09/21 10:33:34 adam Exp $
 
-DISTNAME=      sudo-1.8.24
+DISTNAME=      sudo-1.8.25
 CATEGORIES=    security
 MASTER_SITES=  https://www.sudo.ws/dist/
 MASTER_SITES+= ftp://ftp.sudo.ws/pub/sudo/
diff -r 6855b8e03925 -r fdd30fe6baf6 security/sudo/distinfo
--- a/security/sudo/distinfo    Fri Sep 21 10:11:19 2018 +0000
+++ b/security/sudo/distinfo    Fri Sep 21 10:33:34 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index