View | Details | Raw Unified | Return to bug 276598
Collapse All | Expand All

(-)b/security/sssd-devel/Makefile (-2 / +1 lines)
Lines 1-5 Link Here
1
PORTNAME=	sssd
1
PORTNAME=	sssd
2
PORTVERSION=	2.9.2
2
PORTVERSION=	2.9.2
3
PORTREVISION=	1
3
CATEGORIES=	security
4
CATEGORIES=	security
4
PKGNAMESUFFIX=	-devel
5
PKGNAMESUFFIX=	-devel
5
6
Lines 99-106 CONFIGURE_ARGS= --disable-dependency-tracking \ Link Here
99
		--with-gpo-cache-path=/var/db/sss/gpo_cache  \
100
		--with-gpo-cache-path=/var/db/sss/gpo_cache  \
100
		--without-semanage \
101
		--without-semanage \
101
		--with-app-libs=${LOCALBASE}/lib/sssd/modules \
102
		--with-app-libs=${LOCALBASE}/lib/sssd/modules \
102
		--with-sudo \
103
		--with-sudo-lib-path=${LOCALBASE}/lib \
104
		--without-autofs \
103
		--without-autofs \
105
		--with-files-provider \
104
		--with-files-provider \
106
		--with-passkey \
105
		--with-passkey \
(-)b/security/sudo/Makefile (-3 / +8 lines)
Lines 1-6 Link Here
1
PORTNAME=	sudo
1
PORTNAME=	sudo
2
PORTVERSION=	1.9.15p5
2
PORTVERSION=	1.9.15p5
3
PORTREVISION=	2
3
PORTREVISION=	3
4
CATEGORIES=	security
4
CATEGORIES=	security
5
MASTER_SITES=	SUDO
5
MASTER_SITES=	SUDO
6
6
Lines 32-41 LDFLAGS+= -lgcc Link Here
32
PORTSCOUT=	ignore:1
32
PORTSCOUT=	ignore:1
33
33
34
OPTIONS_DEFINE=		AUDIT DISABLE_AUTH DISABLE_ROOT_SUDO DOCS EXAMPLES \
34
OPTIONS_DEFINE=		AUDIT DISABLE_AUTH DISABLE_ROOT_SUDO DOCS EXAMPLES \
35
			INSULTS LDAP NLS NOARGS_SHELL OPIE PAM PYTHON SSL SSSD
35
			INSULTS LDAP NLS NOARGS_SHELL OPIE PAM PYTHON SSL
36
OPTIONS_DEFAULT=	AUDIT PAM SSL
36
OPTIONS_DEFAULT=	AUDIT PAM SSL
37
OPTIONS_RADIO=		KERBEROS
37
OPTIONS_RADIO=		KERBEROS SSSD
38
OPTIONS_RADIO_KERBEROS=	GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT
38
OPTIONS_RADIO_KERBEROS=	GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT
39
OPTIONS_RADIO_SSSD=	SSSD SSSD_DEVEL
39
OPTIONS_SUB=		yes
40
OPTIONS_SUB=		yes
40
41
41
AUDIT_DESC=		Enable BSM audit support
42
AUDIT_DESC=		Enable BSM audit support
Lines 48-53 OPIE_DESC= Enable one-time passwords (no PAM support) Link Here
48
PYTHON_DESC=		Enable python plugin support
49
PYTHON_DESC=		Enable python plugin support
49
SSL_DESC=		Use OpenSSL TLS and SHA2 functions
50
SSL_DESC=		Use OpenSSL TLS and SHA2 functions
50
SSSD_DESC=		Enable SSSD backend support
51
SSSD_DESC=		Enable SSSD backend support
52
SSSD_DEVEL_DESC=	Enable SSSD-devel backend support
51
53
52
AUDIT_CONFIGURE_WITH=	bsm-audit
54
AUDIT_CONFIGURE_WITH=	bsm-audit
53
55
Lines 91-96 SSSD_PREVENTS_MSG= sssd requires MIT kerberos and it conflicts with heimdal Link Here
91
SSSD_RUN_DEPENDS=	sssd:security/sssd
93
SSSD_RUN_DEPENDS=	sssd:security/sssd
92
SSSD_CONFIGURE_ON=	--with-sssd
94
SSSD_CONFIGURE_ON=	--with-sssd
93
95
96
SSSD_DEVEL_RUN_DEPENDS=	sssd:security/sssd-devel
97
SSSD_DEVEL_CONFIGURE_ON=	--with-sssd
98
94
LOGFAC?=		authpriv
99
LOGFAC?=		authpriv
95
SUDO_LDAP_CONF?=	ldap.conf
100
SUDO_LDAP_CONF?=	ldap.conf
96
101

Return to bug 276598