Bug 272707 - [PATCH] security/sudo - update to 1.9.14p3
Summary: [PATCH] security/sudo - update to 1.9.14p3
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: Renato Botelho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-07-25 01:51 UTC by Cy Schubert
Modified: 2023-08-01 21:04 UTC (History)
0 users

See Also:
garga: maintainer-feedback+


Attachments
Update sudo to 1.9.14p3 (1.38 KB, patch)
2023-07-25 01:51 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-07-25 01:51:42 UTC
Created attachment 243601 [details]
Update sudo to 1.9.14p3

Sudo version 1.9.14p3 is now available, which fixes problems with
the sudo Python plugin and the upcoming Python 3.12 release.

Source:
    https://www.sudo.ws/dist/sudo-1.9.14p3.tar.gz
    ftp://ftp.sudo.ws/pub/sudo/sudo-1.9.14p3.tar.gz

SHA256 checksum:
    a08318b1c4bc8582c004d4cd9ae2903abc549e7e46ba815e41fe81d1c0782b62
MD5 checksum:
    4cc21cf7c9a89290b230954aed0d1e11

Binary packages:
    https://www.sudo.ws/getting/packages/
    https://github.com/sudo-project/sudo/releases/tag/SUDO_1_9_14p3

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

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

Major changes between sudo 1.9.14p3 and 1.9.14p2:

 * Fixed a crash with Python 3.12 when the sudo Python python is
   unloaded.  This only affects "make check" for the Python plugin.

 * Adapted the sudo Python plugin test output to match Python 3.12.
Comment 1 Renato Botelho freebsd_committer freebsd_triage 2023-07-25 11:49:47 UTC
Approved, thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-07-25 13:44:49 UTC
A commit in branch main references this bug:

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

commit 2e3e2b5782a76383d5c8a62a5753b9d95cd1ba68
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2023-07-25 01:49:28 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2023-07-25 13:44:22 +0000

    security/sudo: Update to 1.9.14p3

    Major changes between sudo 1.9.14p3 and 1.9.14p2:

     * Fixed a crash with Python 3.12 when the sudo Python python is
       unloaded.  This only affects "make check" for the Python plugin.

     * Adapted the sudo Python plugin test output to match Python 3.12.

    PR:             272707
    Approved by:    garga (maintainer)
    MFH:            2023Q3

 security/sudo/Makefile | 2 +-
 security/sudo/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 3 commit-hook freebsd_committer freebsd_triage 2023-07-26 02:00:51 UTC
A commit in branch 2023Q3 references this bug:

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

commit dd7bbbdd26d988926315460d7ea48f357424f736
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2023-07-25 01:49:28 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2023-07-26 01:58:08 +0000

    security/sudo: Update to 1.9.14p3

    Major changes between sudo 1.9.14p3 and 1.9.14p2:

     * Fixed a crash with Python 3.12 when the sudo Python python is
       unloaded.  This only affects "make check" for the Python plugin.

     * Adapted the sudo Python plugin test output to match Python 3.12.

    PR:             272707
    Approved by:    garga (maintainer)

    (cherry picked from commit 2e3e2b5782a76383d5c8a62a5753b9d95cd1ba68)

 security/sudo/Makefile | 2 +-
 security/sudo/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
Comment 4 Cy Schubert freebsd_committer freebsd_triage 2023-08-01 21:04:01 UTC
Committed.