Opened 2 years ago

Closed 2 years ago

#16026 closed enhancement (fixed)

sudo-1.9.9

Reported by: Bruce Dubbs Owned by: Bruce Dubbs
Priority: normal Milestone: 11.1
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New point version.

We may want ot wait a few days. A -p1 release usually follows new point releases pretty quickly.

Change History (4)

comment:1 by Douglas R. Reno, 2 years ago

This particular update seems to fix a lot of deprecation issues with OpenSSL-3

comment:2 by Bruce Dubbs, 2 years ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:3 by Bruce Dubbs, 2 years ago

What's new in Sudo 1.9.9

  • Sudo can now be built with OpenSSL 3.0 without generating warnings about deprecated OpenSSL APIs.
  • A digest can now be specified along with the "ALL" command in the LDAP and SSSD back-ends. Sudo 1.9.0 introduced support for this in the sudoers file but did not include corresponding changes for the other back-ends.
  • visudo now only warns about an undefined alias or a cycle in an alias once for each alias.
  • The sudoRole cn was truncated by a single character in warning messages.
  • The cvtsudoers utility has new --group-file and --passwd-file options to use a custom passwd or group file when the --match-local option is also used.
  • The cvtsudoers utility can now filter or match based on a command.
  • The cvtsudoers utility can now produce output in csv (comma-separated value) format. This can be used to help generate entitlement reports.
  • Fixed a bug in sudo_logsrvd that could result in the connection being dropped for very long command lines.
  • Fixed a bug where sudo_logsrvd would not accept a restore point of zero.
  • Fixed a bug in visudo where the value of the "editor" setting was not used if it did not match the user's EDITOR environment variable. This was only a problem if the "env_editor" setting was not enabled.
  • Sudo now builds with the -fcf-protection compiler option and the "-z now" linker option if supported.
  • The output of "sudoreplay -l" now more closely matches the traditional sudo log format.
  • The sudo_sendlog utility will now use the full contents of the log.json file, if present. This makes it possible to send sudo-format I/O logs that use the newer log.json format to sudo_logsrvd without losing any information.
  • Fixed compilation of the arc4random_buf() replacement on systems with arc4random() but no arc4random_buf().
  • Sudo now uses its own getentropy() by default on Linux. The GNU libc version of getentropy() will fail on older kernels that don't support the getrandom() system call.
  • It is now possible to build sudo with WolfSSL's OpenSSL compatibility layer by using the --enable-wolfssl configure option.
  • Fixed a bug related to Daylight Saving Time when parsing timestamps in Generalized Time format. This affected the NOTBEFORE and NOTAFTER options in sudoers.
  • Added the -O and -P options to visudo, which can be used to check or set the owner and permissions. This can be used in conjunction with the -c option to check that the sudoers file ownership and permissions are correct.
  • It is now possible to set resource limits in the sudoers file itself. The special values "default" and "user" refer to the default system limit and invoking user limit respectively. The core dump size limit is now set to 0 by default unless overridden by the sudoers file.
  • The cvtsudoers utility can now merge multiple sudoers sources into a single, combined sudoers file. If there are conflicting entries, cvtsudoers will attempt to resolve them but manual intervention may be required. The merging of sudoers rules is currently fairly simplistic but will be improved in a future release.
  • Sudo was parsing but not applying the "deref" and "tls_reqcert" ldap.conf settings. This meant the options were effectively ignored which broke dereferencing of aliases in LDAP.
  • Clarified in the sudo man page that the security policy may override the user's PATH environment variable.
  • When sudo is run in non-interactive mode (with the -n option), it will now attempt PAM authentication and only exit with an error if user interaction is required. This allows PAM modules that don't interact with the user to succeed. Previously, sudo would not attempt authentication if the -n option was specified.
  • Fixed a regression introduced in version 1.9.1 when sudo is built with the --with-fqdn configure option. The local host name was being resolved before the sudoers file was processed, making it impossible to disable DNS lookups by negating the "fqdn" sudoers option.
  • Added support for negated sudoUser attributes in the LDAP and SSSD sudoers back ends. A matching sudoUser that is negated will cause the sudoRole containing it to be ignored.
  • Fixed a bug where the stack resource limit could be set to a value smaller than that of the invoking user and not be reset before the command was run.

comment:4 by Bruce Dubbs, 2 years ago

Resolution: fixed
Status: assignedclosed

Fixed at commit 6ccde291b2d93a30761092f05a4e6579da839cf6

Package updates.
    Update to pycryptodome-3.14.0 (Python module).
    Update to lcms2-2.13.
    Update to sudo-1.9.9.
    Update to wayland-protocols-1.25.
    Update to libgpg-error-1.44.
Note: See TracTickets for help on using tickets.