Summary: | security/sudo: patch to add sssd-devel option | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Dan Langille <dvl> | ||||
Component: | Individual Port(s) | Assignee: | Renato Botelho <garga> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | Flags: | garga:
maintainer-feedback+
|
||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Hi Dan, It looks good to me. Go ahead and get it committed. Thanks! A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=c90c4cc7030b96337f094c4f72c1708cf89381b7 commit c90c4cc7030b96337f094c4f72c1708cf89381b7 Author: Dan Langille <dvl@FreeBSD.org> AuthorDate: 2023-07-14 13:05:34 +0000 Commit: Dan Langille <dvl@FreeBSD.org> CommitDate: 2023-07-14 13:06:49 +0000 security/sudo: add sssd-devel option security/sudo already allows for the use of security/sssd (SSSD) This patch allows for selecting security/sssd-devel (SSSD_DEVEL) instead. PR: 272488 security/sudo/Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) Committed, thank you. A commit in branch 2023Q3 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=f8def0700fcd7e0e9c53a41c67dd877b41839151 commit f8def0700fcd7e0e9c53a41c67dd877b41839151 Author: Dan Langille <dvl@FreeBSD.org> AuthorDate: 2023-07-14 13:05:34 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2023-07-26 01:57:33 +0000 security/sudo: add sssd-devel option security/sudo already allows for the use of security/sssd (SSSD) This patch allows for selecting security/sssd-devel (SSSD_DEVEL) instead. PR: 272488 (cherry picked from commit c90c4cc7030b96337f094c4f72c1708cf89381b7) security/sudo/Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) This was reverted via https://cgit.freebsd.org/ports/commit/security/sudo/Makefile?id=dd773c1540388b14692001643e323a556ed2d445 My plan is one of these: * amend sssd-devel to not require sudo (it doesn't, it works here without sudo) * promote sssd-devel to sssd (it's working OK here) See also https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272571 which plans to remove the sudo dependency of sssd-devel |
Created attachment 243372 [details] patch for SSSD_DEVEL security/sudo already allows for the use of security/sssd (SSSD) This patch allows for selecting security/sssd-devel (SSSD_DEVEL) instead. We are using this patch here.