Bug 276032 - security/sudo: Update to 1.9.15p5
Summary: security/sudo: Update to 1.9.15p5
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-31 06:40 UTC by Cy Schubert
Modified: 2024-01-02 23:48 UTC (History)
1 user (show)

See Also:
garga: maintainer-feedback+


Attachments
Update to 1.9.15p5 (1.88 KB, patch)
2023-12-31 06:40 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-31 06:40:27 UTC
Created attachment 247367 [details]
Update to 1.9.15p5

Major changes between sudo 1.9.15p5 and 1.9.15p4:

 * Fixed evaluation of the "lecture", "listpw", "verifypw", and
   "fdexec" sudoers Defaults settings when used without an explicit
   value.  Previously, if specified without a value they were
   evaluated as boolean "false", even when the negation operator
   ('!') was not present.

 * Fixed a bug introduced in sudo 1.9.14 that prevented LDAP
   netgroup queries using the NETGROUP_BASE setting from being
   performed.

 * Sudo will now transparently rename a user's lecture file from
   the older name-based path to the newer user-ID-based path.
   GitHub issue #342.

 * Fixed a bug introduced in sudo 1.9.15 that could cause a memory
   allocation failure if sysconf(_SC_LOGIN_NAME_MAX) fails.  Bug #1066.
Comment 1 Renato Botelho freebsd_committer freebsd_triage 2024-01-02 11:57:19 UTC
Approved.  Thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-01-02 14:40:09 UTC
A commit in branch main references this bug:

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

commit 82e608cff927ada64efd454cfc53cd21df105cc9
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2023-12-31 06:37:02 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2024-01-02 14:17:41 +0000

    security/sudo: Update to 1.9.15p5

    Major changes between sudo 1.9.15p5 and 1.9.15p4:

     * Fixed evaluation of the "lecture", "listpw", "verifypw", and
       "fdexec" sudoers Defaults settings when used without an explicit
       value.  Previously, if specified without a value they were
       evaluated as boolean "false", even when the negation operator
       ('!') was not present.

     * Fixed a bug introduced in sudo 1.9.14 that prevented LDAP
       netgroup queries using the NETGROUP_BASE setting from being
       performed.

     * Sudo will now transparently rename a user's lecture file from
       the older name-based path to the newer user-ID-based path.
       GitHub issue #342.

     * Fixed a bug introduced in sudo 1.9.15 that could cause a memory
       allocation failure if sysconf(_SC_LOGIN_NAME_MAX) fails.  Bug #1066.

    PR:             276032
    Approved by:    garga (maintainer)
    MFH:            2024Q1

 security/sudo/Makefile | 2 +-
 security/sudo/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 3 Cy Schubert freebsd_committer freebsd_triage 2024-01-02 23:48:29 UTC
Committed.