Bug 275788 - security/sudo: Update to 1.9.15p4
Summary: security/sudo: Update to 1.9.15p4
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Cy Schubert
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-12-16 04:35 UTC by Cy Schubert
Modified: 2023-12-21 09:43 UTC (History)
1 user (show)

See Also:
garga: maintainer-feedback+


Attachments
Bugfix (1.44 KB, patch)
2023-12-16 04:35 UTC, Cy Schubert
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.