Bug 283952 - security/sudo: remove dependency on security/sssd
Summary: security/sudo: remove dependency on security/sssd
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Renato Botelho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-01-09 08:46 UTC by Xavier Beaudouin
Modified: 2025-01-10 13:04 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (garga)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Xavier Beaudouin freebsd_committer freebsd_triage 2025-01-09 08:46:36 UTC
Since Jan 1 2025, security/sssd has been removed.

The following phabricator permit to fix this issue, when for example poudriere is complaining about missing security/sssd.

I have bumped PORTREVISION, so it will be easier to find which package support only sssd2.

I let the SSSD2 option allowing port users to have their make.conf still working, and let garga@ decide if we should rename it to SSSD instead?

Kind regards,
Xavier
Comment 1 commit-hook freebsd_committer freebsd_triage 2025-01-10 12:55:19 UTC
A commit in branch main references this bug:

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

commit 6971a62a23da3279556a3d0218b1c5ba0311b3c3
Author:     Xavier Beaudouin <kiwi@FreeBSD.org>
AuthorDate: 2025-01-09 08:35:20 +0000
Commit:     Xavier Beaudouin <kiwi@FreeBSD.org>
CommitDate: 2025-01-10 12:49:44 +0000

    security/sudo: Remove dependency on security/sssd

    security/sssd was removed from ports recently, which broke
    the SSSD option. Let's remove the SSSD option and let users
    use SSSD2 instead.

    PORTREVISION has been bumped so it is easier to tell which
    version of the sudo package supports only sssd2.

    PR:     283952
    Sponsored by:   Klara, Inc.
    Approved by:    0mp (mentor)
    Approved by:    garga (maintainer)
    Differential Revision: https://reviews.freebsd.org/D48389

 security/sudo/Makefile | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)
Comment 2 Xavier Beaudouin freebsd_committer freebsd_triage 2025-01-10 13:04:05 UTC
Committed with changes recommanded by 0mp
Thanks !