git: 61cfe8523420 - main - security/sudo: rename the SSSD_DEVEL option to SSSD2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 15 Feb 2024 21:28:54 UTC
The branch main has been updated by dvl: URL: https://cgit.FreeBSD.org/ports/commit/?id=61cfe852342074d6ea046f048f3f2bdc64f5d984 commit 61cfe852342074d6ea046f048f3f2bdc64f5d984 Author: Dan Langille <dvl@FreeBSD.org> AuthorDate: 2024-02-15 21:27:01 +0000 Commit: Dan Langille <dvl@FreeBSD.org> CommitDate: 2024-02-15 21:28:22 +0000 security/sudo: rename the SSSD_DEVEL option to SSSD2 security/sssd-devel was renamed to security/sssd2 PR: 277077 --- security/sudo/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/security/sudo/Makefile b/security/sudo/Makefile index b955a563575b..39456fc25f55 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,6 +1,6 @@ PORTNAME= sudo PORTVERSION= 1.9.15p5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= SUDO @@ -36,7 +36,7 @@ OPTIONS_DEFINE= AUDIT DISABLE_AUTH DISABLE_ROOT_SUDO DOCS EXAMPLES \ OPTIONS_DEFAULT= AUDIT PAM SSL OPTIONS_RADIO= KERBEROS SSSD OPTIONS_RADIO_KERBEROS= GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT -OPTIONS_RADIO_SSSD= SSSD SSSD_DEVEL +OPTIONS_RADIO_SSSD= SSSD SSSD2 OPTIONS_SUB= yes AUDIT_DESC= Enable BSM audit support @@ -49,7 +49,7 @@ OPIE_DESC= Enable one-time passwords (no PAM support) PYTHON_DESC= Enable python plugin support SSL_DESC= Use OpenSSL TLS and SHA2 functions SSSD_DESC= Enable SSSD backend support -SSSD_DEVEL_DESC= Enable SSSD-devel backend support +SSSD2_DESC= Enable SSSD2 backend support AUDIT_CONFIGURE_WITH= bsm-audit @@ -93,8 +93,8 @@ SSSD_PREVENTS_MSG= sssd requires MIT kerberos and it conflicts with heimdal SSSD_RUN_DEPENDS= sssd:security/sssd SSSD_CONFIGURE_ON= --with-sssd -SSSD_DEVEL_RUN_DEPENDS= sssd:security/sssd-devel -SSSD_DEVEL_CONFIGURE_ON= --with-sssd +SSSD2_RUN_DEPENDS= sssd:security/sssd2 +SSSD2_CONFIGURE_ON= --with-sssd LOGFAC?= authpriv SUDO_LDAP_CONF?= ldap.conf