Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#15174 closed enhancement (fixed)

sudo-1.9.7p1

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

Description

New patch version.

Change History (4)

comment:1 by Bruce Dubbs, 3 years ago

What's new in Sudo 1.9.7p1

  • Fixed an SELinux sudoedit bug when the edited temporary file could not be opened. The sesh helper would still be run even when there are no temporary files available to install.
  • Fixed a compilation problem on FreeBSD.
  • The sudo_noexec.so file is now built as a module on all systems other than macOS. This makes it possible to use other libtool implementations such as slibtool. On macOS shared libraries and modules are not interchangeable and the version of libtool shipped with sudo must be used.
  • Fixed a few bugs in the getgrouplist() emulation on Solaris when reading from the local group file.
  • Fixed a bug in sudo_logsrvd that prevented periodic relay server connection retries from occurring in "store_first" mode.
  • Disabled the nss_search()-based getgrouplist() emulation on HP-UX due to a crash when the group source is set to "compat" in /etc/nsswitch.conf. This is probably due to a mismatch between include/compat/nss_dbdefs.h and what HP-UX uses internally. On HP-UX we now just cycle through groups the slow way using getgrent().

comment:2 by Bruce Dubbs, 3 years ago

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

comment:3 by Bruce Dubbs, 3 years ago

Resolution: fixed
Status: assignedclosed

Fixed at commit 36a32ef2e1164e007684fc49b65928c479ab69ff

Package updates.
    Update to sudo-1.9.7p1.
    Update to libreoffice-7.1.4.2.

comment:4 by Bruce Dubbs, 3 years ago

Milestone: 10.211.0

Milestone renamed

Note: See TracTickets for help on using tickets.