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: Wed Nov 14 12:59:42 UTC 2018
Modified Files:
pkgsrc/security/sudo: Makefile PLIST distinfo
Log Message:
sudo: updated to 1.8.26
What's new in Sudo 1.8.26
* Fixed a bug in cvtsudoers when converting to JSON format when
alias expansion is enabled.
* Sudo no long sets the USERNAME environment variable when running
commands. This is a non-standard environment variable that was
set on some older Linux systems.
* Sudo now treats the LOGNAME and USER environment variables (as
well as the LOGIN variable on AIX) as a single unit. If one is
preserved or removed from the environment using env_keep, env_check
or env_delete, so is the other.
* Added support for OpenLDAP's TLS_REQCERT setting in ldap.conf.
* Sudo now logs when the command was suspended and resumed in the
I/O logs. This information is used by sudoreplay to skip the
time suspended when replaying the session unless the new -S flag
is used.
* Fixed documentation problems found by the igor utility.
* Sudo now prints a warning message when there is an error or end
of file while reading the password instead of exiting silently.
* Fixed a bug in the sudoers LDAP back-end parsing the command_timeout,
role, type, privs and limitprivs sudoOptions. This also affected
cvtsudoers conversion from LDIF to sudoers or JSON.
* Fixed a bug that prevented timeout settings in sudoers from
functioning unless a timeout was also specified on the command
line.
* Asturian translation for sudo from translationproject.org.
* When generating LDIF output, cvtsudoers can now be configured
to pad the sudoOrder increment such that the start order is used
as a prefix.
* Fixed a bug introduced in sudo 1.8.25 that prevented sudo from
properly setting the user's groups on AIX.
* If the user specifies a group via sudo's -g option that matches
any of the target user's groups, it is now allowed even if no
groups are present in the Runas_Spec. Previously, it was only
allowed if it matched the target user's primary group.
* The sudoers LDAP back-end now supports negated sudoRunAsUser and
sudoRunAsGroup entries.
* Sudo now provides a proper error message when the "fqdn" sudoers
option is set and it is unable to resolve the local host name.
* Portuguese translation for sudo and sudoers from translationproject.org.
* Sudo now includes sudoers LDAP schema for the on-line configuration
supported by OpenLDAP.
To generate a diff of this commit:
cvs rdiff -u -r1.164 -r1.165 pkgsrc/security/sudo/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/security/sudo/PLIST
cvs rdiff -u -r1.99 -r1.100 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.164 pkgsrc/security/sudo/Makefile:1.165
--- pkgsrc/security/sudo/Makefile:1.164 Sun Sep 23 03:48:20 2018
+++ pkgsrc/security/sudo/Makefile Wed Nov 14 12:59:41 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.164 2018/09/23 03:48:20 taca Exp $
+# $NetBSD: Makefile,v 1.165 2018/11/14 12:59:41 adam Exp $
-DISTNAME= sudo-1.8.25p1
+DISTNAME= sudo-1.8.26
CATEGORIES= security
MASTER_SITES= https://www.sudo.ws/dist/
MASTER_SITES+= ftp://ftp.sudo.ws/pub/sudo/
Index: pkgsrc/security/sudo/PLIST
diff -u pkgsrc/security/sudo/PLIST:1.14 pkgsrc/security/sudo/PLIST:1.15
--- pkgsrc/security/sudo/PLIST:1.14 Wed Oct 3 03:53:31 2018
+++ pkgsrc/security/sudo/PLIST Wed Nov 14 12:59:41 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2018/10/03 03:53:31 triaxx Exp $
+@comment $NetBSD: PLIST,v 1.15 2018/11/14 12:59:41 adam Exp $
bin/cvtsudoers
bin/sudo
bin/sudoedit
@@ -32,6 +32,7 @@ share/doc/sudo/UPGRADE
${PLIST.ldap}share/doc/sudo/schema.ActiveDirectory
${PLIST.ldap}share/doc/sudo/schema.OpenLDAP
${PLIST.ldap}share/doc/sudo/schema.iPlanet
+share/doc/sudo/schema.olcSudo
share/examples/sudo/pam.conf
share/examples/sudo/sudo.conf
share/examples/sudo/sudoers
Index: pkgsrc/security/sudo/distinfo
diff -u pkgsrc/security/sudo/distinfo:1.99 pkgsrc/security/sudo/distinfo:1.100
--- pkgsrc/security/sudo/distinfo:1.99 Sun Sep 23 03:48:20 2018
+++ pkgsrc/security/sudo/distinfo Wed Nov 14 12:59:41 2018
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.99 2018/09/23 03:48:20 taca Exp $
+$NetBSD: distinfo,v 1.100 2018/11/14 12:59:41 adam Exp $
-SHA1 (sudo-1.8.25p1.tar.gz) = dc49b91ffbd9cd5e1d1eaaf001c42f71f869f377
-RMD160 (sudo-1.8.25p1.tar.gz) = ff7389d4d0034d22fb9a234da2e69de289d1aefd
-SHA512 (sudo-1.8.25p1.tar.gz) = b1445be688d3c1dd7efbdfab68977a7a9b6fd6887191dc99ca717117eec0a550492642556cd55ca5873d054ddc5ccc2b87b2c34602e1ffc729ab6fbc4e523a72
-Size (sudo-1.8.25p1.tar.gz) = 3189951 bytes
+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 (patch-Makefile.in) = 279c7ad0f7f85ea7bc2d4beb5aa21abdf6237a7c
SHA1 (patch-configure) = 460b9575346c263b944535aa8e2408e959840c77
SHA1 (patch-include_sudo__compat.h) = 4f9b021ebdd507949f13e289deabdb6090ab334c
Home |
Main Index |
Thread Index |
Old Index