pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/sudo
Module Name: pkgsrc
Committed By: adam
Date: Tue Jan 15 21:44:16 UTC 2019
Modified Files:
pkgsrc/security/sudo: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.165 -r1.166 pkgsrc/security/sudo/Makefile
cvs rdiff -u -r1.100 -r1.101 pkgsrc/security/sudo/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/sudo/Makefile
diff -u pkgsrc/security/sudo/Makefile:1.165 pkgsrc/security/sudo/Makefile:1.166
--- pkgsrc/security/sudo/Makefile:1.165 Wed Nov 14 12:59:41 2018
+++ pkgsrc/security/sudo/Makefile Tue Jan 15 21:44:16 2019
@@ -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/
Index: pkgsrc/security/sudo/distinfo
diff -u pkgsrc/security/sudo/distinfo:1.100 pkgsrc/security/sudo/distinfo:1.101
--- pkgsrc/security/sudo/distinfo:1.100 Wed Nov 14 12:59:41 2018
+++ pkgsrc/security/sudo/distinfo Tue Jan 15 21:44:16 2019
@@ -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