diff options
| author | adam <adam@pkgsrc.org> | 2018-08-14 13:18:37 +0000 |
|---|---|---|
| committer | adam <adam@pkgsrc.org> | 2018-08-14 13:18:37 +0000 |
| commit | 88f486fefe3ae0fd24656b9cc100758d776f19b2 (patch) | |
| tree | 9e558dc8f638aa07822b21548871c566a0ceb67d /security/sudo/distinfo | |
| parent | 5b4dcd8592df2ec9e42653a9c5ad643be11539ce (diff) | |
| download | pkgsrc-88f486fefe3ae0fd24656b9cc100758d776f19b2.tar.gz | |
sudo: updated to 1.8.23
Sudo 1.8.23
* PAM account management modules and BSD auto approval modules are
now run even when no password is required.
* For kernel-based time stamps, if no terminal is present, fall
back to parent-pid style time stamps.
* The new cvtsudoers utility replaces both the "sudoers2ldif" script
and the "visudo -x" functionality. It can read a file in either
sudoers or LDIF format and produce JSON, LDIF or sudoers output.
It is also possible to filter the generated output file by user,
group or host name.
* The file, ldap and sss sudoers backends now share a common set
of formatting functions for "sudo -l" output, which is also used
by the cvtsudoers utility.
* The /run directory is now used in preference to /var/run if it
exists.
* More accurate descriptions of the --with-rundir and --with-vardir
configure options.
* The setpassent() and setgroupent() functions are now used on systems
that support them to keep the passwd and group database open.
Sudo performs a lot of passwd and group lookups so it can be
beneficial to avoid opening and closing the files each time.
* The new case_insensitive_user and case_insensitive_group sudoers
options can be used to control whether sudo does case-sensitive
matching of users and groups in sudoers. Case insensitive
matching is now the default.
* Fixed a bug on some systems where sudo could hang on command
exit when I/O logging was enabled.
* Fixed the build-time process start time test on Linux when the
test is run from within a container.
* When determining which temporary directory to use, sudoedit now
checks the directory for writability before using it. Previously,
sudoedit only performed an existence check.
* Sudo now includes an optional set of Monty Python-inspired insults.
* Fixed the execution of scripts with an associated digest (checksum)
in sudoers on FreeBSD systems. FreeBSD does not have a proper
/dev/fd directory mounted by default and its fexecve(2) is not
fully POSIX compliant when executing scripts.
* Chinese (Taiwan) translation for sudo from translationproject.org.
Diffstat (limited to 'security/sudo/distinfo')
| -rw-r--r-- | security/sudo/distinfo | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/security/sudo/distinfo b/security/sudo/distinfo index 807e27b50e4..0d793b54868 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -1,15 +1,15 @@ -$NetBSD: distinfo,v 1.95 2018/03/07 09:17:06 adam Exp $ +$NetBSD: distinfo,v 1.96 2018/08/14 13:18:37 adam Exp $ -SHA1 (sudo-1.8.22.tar.gz) = 44f0588f17392b62af53cf314239bf37c567a9c4 -RMD160 (sudo-1.8.22.tar.gz) = e9ddbd31a2d9669691f71ce8fd9aec675af9107f -SHA512 (sudo-1.8.22.tar.gz) = 5ce10a9302d25bb726e347499d26a0b3697446cfcdf0fd9094ee35198db7b023d5250a53fdcb4184d1a09f5fd2a78fc645bc8e80f265666b05a91f62f49b0695 -Size (sudo-1.8.22.tar.gz) = 3029051 bytes -SHA1 (patch-aa) = 63c89e6d4e530ab92b7452f4025fbbf2a45dad65 -SHA1 (patch-af) = db54ce780c174129e2a25a87f3e3a926596c68b2 -SHA1 (patch-ag) = 460b9575346c263b944535aa8e2408e959840c77 +SHA1 (sudo-1.8.23.tar.gz) = 8db5a01eda3a14e8b40af7ee1ed6d38660463430 +RMD160 (sudo-1.8.23.tar.gz) = f24c9115cc6601cc94d78842e8d7c15d2039f19a +SHA512 (sudo-1.8.23.tar.gz) = a9d61850a4857bfd075547a13efb13b054e4736e3ebe3c8a98a90a090b1d9b9688354ec9725fc99d1d256999b6f9c6ae6215ce9770fcdebd7f24731107b48342 +Size (sudo-1.8.23.tar.gz) = 3150674 bytes +SHA1 (patch-Makefile.in) = 279c7ad0f7f85ea7bc2d4beb5aa21abdf6237a7c +SHA1 (patch-configure) = 460b9575346c263b944535aa8e2408e959840c77 SHA1 (patch-include_sudo__compat.h) = 4f9b021ebdd507949f13e289deabdb6090ab334c SHA1 (patch-include_sudo__event.h) = 4d0787a45c2c7d4a7d3ae3111ccb3a4a4b84d083 SHA1 (patch-plugins_sudoers_Makefile.in) = d8612ac7bf2f5a892d9720c4df91810ca807f4ed SHA1 (patch-plugins_sudoers_logging.c) = 700ac9540a82bea4f3106cea941b785e5bd31203 +SHA1 (patch-plugins_sudoers_starttime.c) = ab051d327a2b01736ab9ceefe7e6f03e0e2f1ee6 SHA1 (patch-src_Makefile.in) = cc6398a810dc394d8e4b50f2b2412cda839c0ca9 SHA1 (patch-src_sudo__edit.c) = ef411520ccefbd36bb4adf3329e6144e54647372 |
