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
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(-)
Committed with changes recommanded by 0mp Thanks !