Skip to content

Commit

Permalink
security/sudo: rename the SSSD_DEVEL option to SSSD2
Browse files Browse the repository at this point in the history
security/sssd-devel was renamed to security/sssd2

PR:		277077
  • Loading branch information
dlangille committed Feb 15, 2024
1 parent 0e9d3a7 commit 61cfe85
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions security/sudo/Makefile
@@ -1,6 +1,6 @@
PORTNAME= sudo
PORTVERSION= 1.9.15p5
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= security
MASTER_SITES= SUDO

Expand Down Expand Up @@ -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
Expand All @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 61cfe85

Please sign in to comment.