Bug 275788

Summary: security/sudo: Update to 1.9.15p4
Product: Ports & Packages Reporter: Cy Schubert <cy>
Component: Individual Port(s)Assignee: Cy Schubert <cy>
Status: Closed FIXED    
Severity: Affects Only Me CC: chris
Priority: --- Flags: garga: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Bugfix none

Description Cy Schubert freebsd_committer freebsd_triage 2023-12-16 04:35:02 UTC
Created attachment 247076 [details]
Bugfix

Major changes between sudo 1.9.15p4 and 1.9.15p3:

 * Fixed a bug introduced in sudo 1.9.15 that could prevent a user's
   privileges from being listed by "sudo -l" if the sudoers entry
   in /etc/nsswitch.conf contains "[SUCCESS=return]".  This did not
   affect the ability to run commands via sudo.  Bug #1063.
Comment 1 Renato Botelho freebsd_committer freebsd_triage 2023-12-18 23:17:43 UTC
Approved.  Thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-12-19 00:26:51 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fb89252c2f3e07499ec865910e9c6645e5f1a13d

commit fb89252c2f3e07499ec865910e9c6645e5f1a13d
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2023-12-16 04:26:12 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2023-12-19 00:25:52 +0000

    security/sudo: Update to 1.9.15p4

    Major changes between sudo 1.9.15p4 and 1.9.15p3:

     * Fixed a bug introduced in sudo 1.9.15 that could prevent a user's
       privileges from being listed by "sudo -l" if the sudoers entry
       in /etc/nsswitch.conf contains "[SUCCESS=return]".  This did not
       affect the ability to run commands via sudo.  Bug #1063.

    PR:             275788
    Approved by:    garga (maintainer)
    MFH:            2023Q4

 security/sudo/Makefile | 2 +-
 security/sudo/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 3 commit-hook freebsd_committer freebsd_triage 2023-12-19 00:28:52 UTC
A commit in branch 2023Q4 references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=adf40a74d09ed97816fec107db15c29a11641770

commit adf40a74d09ed97816fec107db15c29a11641770
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2023-12-16 04:26:12 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2023-12-19 00:27:38 +0000

    security/sudo: Update to 1.9.15p4

    Major changes between sudo 1.9.15p4 and 1.9.15p3:

     * Fixed a bug introduced in sudo 1.9.15 that could prevent a user's
       privileges from being listed by "sudo -l" if the sudoers entry
       in /etc/nsswitch.conf contains "[SUCCESS=return]".  This did not
       affect the ability to run commands via sudo.  Bug #1063.

    PR:             275788
    Approved by:    garga (maintainer)
    MFH:            2023Q4

    (cherry picked from commit fb89252c2f3e07499ec865910e9c6645e5f1a13d)

 security/sudo/Makefile | 2 +-
 security/sudo/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 4 Cy Schubert freebsd_committer freebsd_triage 2023-12-19 00:34:36 UTC
Committed. Thanks.