[Bug 256561] [PATCH] security/sudo: Update to 1.9.7p1

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 11 Jun 2021 22:15:40 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256561

            Bug ID: 256561
           Summary: [PATCH] security/sudo: Update to 1.9.7p1
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: garga@FreeBSD.org
          Reporter: cy@FreeBSD.org
          Assignee: garga@FreeBSD.org
             Flags: maintainer-feedback?(garga@FreeBSD.org)

Created attachment 225749
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=225749&action=edit
Update sudo to 1.9.7p1

Sudo version 1.9.7 patchelevel 1 is now available which fixes a few
minor bugs in sudo 1.9.7.

Source:
    https://www.sudo.ws/dist/sudo-1.9.7p1.tar.gz
    ftp://ftp.sudo.ws/pub/sudo/sudo-1.9.7p1.tar.gz

SHA256 checksum:
    391431f454e55121b60c6ded0fcf30ddb80d623d7d16a6d1907cfa6a0b91d8cf
MD5 checksum:
    0ea3649ef66df80e6ecd04d45ea0f762

Binary packages:
    https://www.sudo.ws/download.html#binary
    https://github.com/sudo-project/sudo/releases/tag/SUDO_1_9_7p1

For a list of download mirror sites, see:
    https://www.sudo.ws/download_mirrors.html

Sudo web site:
    https://www.sudo.ws/

Sudo web site mirrors:
    https://www.sudo.ws/mirrors.html

Major changes between sudo 1.9.7p1 and 1.9.7

 * 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().  Bug #978.

-- 
You are receiving this mail because:
You are the assignee for the bug.