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.27



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2e598e621807
branches:  trunk
changeset: 317780:2e598e621807
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Jan 15 21:44:16 2019 +0000

description:
sudo: updated to 1.8.27

What's new in Sudo 1.8.27

* On HP-UX, sudo will now update the utmps file when running a command
  in a pseudo-tty.  Previously, only the utmp and utmpx files were
  updated.

* Nanosecond precision file time stamps are now supported in HP-UX.

* Fixes and clarifications to the sudo plugin documentation.

* The sudo manuals no longer require extensive post-processing to
  hide system-specific features.  Conditionals in the roff source
  are now used instead.  This fixes corruption of the sudo manual
  on systems without BSD login classes.

* If an I/O logging plugin is configured but the plugin does not
  actually log any I/O, sudo will no longer force the command to
  be run in a pseudo-tty.

* The fix for bug 843 in sudo 1.8.24 was incomplete.  If the
  user's password was expired or needed to be updated, but no sudo
  password was required, the PAM handle was freed too early,
  resulting in a failure when processing PAM session modules.

* In visudo, it is now possible to specify the path to sudoers
  without using the -f option.

* Fixed a bug introduced in sudo 1.8.22 where the utmp (or utmpx)
  file would not be updated when a command was run in a pseudo-tty.

* Sudo now sets the silent flag when opening the PAM session except
  when running a shell via "sudo -s" or "sudo -i".  This prevents
  the pam_lastlog module from printing the last login information
  for each sudo command.

* Fixed the default AIX hard resource limit for the maximum number
  of files a user may have open.  If no hard limit for "nofiles"
  is explicitly set in /etc/security/limits, the default should
  be "unlimited".  Previously, the default hard limit was 8196.

diffstat:

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

diffs (30 lines):

diff -r a9de65c69e68 -r 2e598e621807 security/sudo/Makefile
--- a/security/sudo/Makefile    Tue Jan 15 21:42:22 2019 +0000
+++ b/security/sudo/Makefile    Tue Jan 15 21:44:16 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.165 2018/11/14 12:59:41 adam Exp $
+# $NetBSD: Makefile,v 1.166 2019/01/15 21:44:16 adam Exp $
 
-DISTNAME=      sudo-1.8.26
+DISTNAME=      sudo-1.8.27
 CATEGORIES=    security
 MASTER_SITES=  https://www.sudo.ws/dist/
 MASTER_SITES+= ftp://ftp.sudo.ws/pub/sudo/
diff -r a9de65c69e68 -r 2e598e621807 security/sudo/distinfo
--- a/security/sudo/distinfo    Tue Jan 15 21:42:22 2019 +0000
+++ b/security/sudo/distinfo    Tue Jan 15 21:44:16 2019 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.100 2018/11/14 12:59:41 adam Exp $
+$NetBSD: distinfo,v 1.101 2019/01/15 21:44:16 adam Exp $
 
-SHA1 (sudo-1.8.26.tar.gz) = 1d12d34b221fdb30e38d6cd146e3a339aa40244f
-RMD160 (sudo-1.8.26.tar.gz) = 9557e9e662a7d2b0b2d5d2d209a3922c2353092c
-SHA512 (sudo-1.8.26.tar.gz) = f5596cdf753ffa54f651bb30126e690640125b2ee54e8022f3740bfbe2e5a23e1bee86ce52879e863b9386babbbcf33d3e2882c573995a7d4612e9eea14d8791
-Size (sudo-1.8.26.tar.gz) = 3286368 bytes
+SHA1 (sudo-1.8.27.tar.gz) = 9dd0d21ec02da8a4a8bf86f496c3e909cb6d1636
+RMD160 (sudo-1.8.27.tar.gz) = fb7b0eb0782011f9d87d20a694a6ff7c31abf052
+SHA512 (sudo-1.8.27.tar.gz) = 0480def650ab880ab9e6c51c606a06897fd638f0381e99c038f5aa47d064aaa2fb35b73eee7f86e73185e18d5dbb8b6ba49c616b1785a1edb2dd6d7b2fa4fcac
+Size (sudo-1.8.27.tar.gz) = 3293178 bytes
 SHA1 (patch-Makefile.in) = 279c7ad0f7f85ea7bc2d4beb5aa21abdf6237a7c
 SHA1 (patch-configure) = 460b9575346c263b944535aa8e2408e959840c77
 SHA1 (patch-include_sudo__compat.h) = 4f9b021ebdd507949f13e289deabdb6090ab334c



Home | Main Index | Thread Index | Old Index