[sys-auth/sssd] last changes for tree
- dep on newest stable autoconf for runstatedir support; fixes systemd units - change manpages use to man; more common - pac is back, multilib dep on samba is gone see below - pass with-sam-idmap-interface-version=6 to configure to work around broken check, has been that since samba 4.7
This commit is contained in:
parent
da90405e25
commit
df6e83f749
@ -11,11 +11,13 @@
|
|||||||
</maintainer>
|
</maintainer>
|
||||||
<use>
|
<use>
|
||||||
<flag name="acl"> Build and use the cifsidmap plugin</flag>
|
<flag name="acl"> Build and use the cifsidmap plugin</flag>
|
||||||
|
<flag name="autofs">Build helper to let <pkg>net-fs/autofs</pkg> use sssd provided information</flag>
|
||||||
<flag name="locator">Install sssd's Kerberos plugin</flag>
|
<flag name="locator">Install sssd's Kerberos plugin</flag>
|
||||||
|
<flag name="man">Build man pages with <pkg>dev-libs/libxslt</pkg></flag>
|
||||||
|
<flag name="manpages">Build man pages with <pkg>dev-libs/libxslt</pkg></flag>
|
||||||
<flag name="netlink">Add support for netlink protocol via <pkg>dev-libs/libnl</pkg></flag>
|
<flag name="netlink">Add support for netlink protocol via <pkg>dev-libs/libnl</pkg></flag>
|
||||||
<flag name="nfsv4">Add support for the nfsv4 idmapd plugin provided by <pkg>net-libs/libnfsidmap</pkg></flag>
|
<flag name="nfsv4">Add support for the nfsv4 idmapd plugin provided by <pkg>net-libs/libnfsidmap</pkg></flag>
|
||||||
<flag name="manpages">Build man pages with <pkg>dev-libs/libxslt</pkg></flag>
|
<flag name="pac">Add Privileged Attribute Certificate Support for Kerberos</flag>
|
||||||
<flag name="autofs">Build helper to let <pkg>net-fs/autofs</pkg> use sssd provided information</flag>
|
|
||||||
<flag name="ssh">Build helper to let <pkg>net-misc/openssh</pkg> use sssd provided information</flag>
|
<flag name="ssh">Build helper to let <pkg>net-misc/openssh</pkg> use sssd provided information</flag>
|
||||||
<flag name="sudo">Build helper to let <pkg>app-admin/sudo</pkg> use sssd provided information</flag>
|
<flag name="sudo">Build helper to let <pkg>app-admin/sudo</pkg> use sssd provided information</flag>
|
||||||
<flag name="valgrind">Depend on <pkg>dev-util/valgrind</pkg> for test suite</flag>
|
<flag name="valgrind">Depend on <pkg>dev-util/valgrind</pkg> for test suite</flag>
|
||||||
|
@ -14,10 +14,11 @@ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x
|
|||||||
|
|
||||||
LICENSE="GPL-3"
|
LICENSE="GPL-3"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
IUSE="acl doc +locator +netlink nfsv4 nls +manpages python samba selinux sudo systemd test valgrind"
|
IUSE="acl doc +locator +netlink nfsv4 nls +man pac python samba selinux sudo systemd test valgrind"
|
||||||
RESTRICT="!test? ( test )"
|
RESTRICT="!test? ( test )"
|
||||||
|
|
||||||
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
|
REQUIRED_USE="pac? ( samba )
|
||||||
|
python? ( ${PYTHON_REQUIRED_USE} )"
|
||||||
|
|
||||||
DEPEND="
|
DEPEND="
|
||||||
>=app-crypt/mit-krb5-1.10.3
|
>=app-crypt/mit-krb5-1.10.3
|
||||||
@ -47,11 +48,12 @@ DEPEND="
|
|||||||
netlink? ( dev-libs/libnl:3 )
|
netlink? ( dev-libs/libnl:3 )
|
||||||
nfsv4? ( || ( >=net-fs/nfs-utils-2.3.1-r2 net-libs/libnfsidmap ) )
|
nfsv4? ( || ( >=net-fs/nfs-utils-2.3.1-r2 net-libs/libnfsidmap ) )
|
||||||
nls? ( >=sys-devel/gettext-0.18 )
|
nls? ( >=sys-devel/gettext-0.18 )
|
||||||
python? ( ${PYTHON_DEPS} )
|
pac? (
|
||||||
samba? (
|
|
||||||
app-crypt/mit-krb5[${MULTILIB_USEDEP}]
|
app-crypt/mit-krb5[${MULTILIB_USEDEP}]
|
||||||
>=net-fs/samba-4.10.2[winbind,${MULTILIB_USEDEP}]
|
net-fs/samba
|
||||||
)
|
)
|
||||||
|
python? ( ${PYTHON_DEPS} )
|
||||||
|
samba? ( >=net-fs/samba-4.10.2[winbind] )
|
||||||
selinux? (
|
selinux? (
|
||||||
>=sys-libs/libselinux-2.1.9
|
>=sys-libs/libselinux-2.1.9
|
||||||
>=sys-libs/libsemanage-2.1
|
>=sys-libs/libsemanage-2.1
|
||||||
@ -68,6 +70,7 @@ RDEPEND="${DEPEND}
|
|||||||
selinux? ( >=sec-policy/selinux-sssd-2.20120725-r9 )
|
selinux? ( >=sec-policy/selinux-sssd-2.20120725-r9 )
|
||||||
"
|
"
|
||||||
BDEPEND="${DEPEND}
|
BDEPEND="${DEPEND}
|
||||||
|
>=sys-devel/autoconf-2.69-r5
|
||||||
doc? ( app-doc/doxygen )
|
doc? ( app-doc/doxygen )
|
||||||
test? (
|
test? (
|
||||||
dev-libs/check
|
dev-libs/check
|
||||||
@ -80,7 +83,7 @@ BDEPEND="${DEPEND}
|
|||||||
sys-libs/uid_wrapper
|
sys-libs/uid_wrapper
|
||||||
valgrind? ( dev-util/valgrind )
|
valgrind? ( dev-util/valgrind )
|
||||||
)
|
)
|
||||||
manpages? (
|
man? (
|
||||||
app-text/docbook-xml-dtd:4.4
|
app-text/docbook-xml-dtd:4.4
|
||||||
>=dev-libs/libxslt-1.1.26
|
>=dev-libs/libxslt-1.1.26
|
||||||
nls? ( app-text/po4a )
|
nls? ( app-text/po4a )
|
||||||
@ -130,6 +133,7 @@ multilib_src_configure() {
|
|||||||
|
|
||||||
myconf+=(
|
myconf+=(
|
||||||
--localstatedir="${EPREFIX}"/var
|
--localstatedir="${EPREFIX}"/var
|
||||||
|
--runstatedir="${EPREFIX}"/run
|
||||||
--with-pid-path="${EPREFIX}"/run
|
--with-pid-path="${EPREFIX}"/run
|
||||||
--with-plugin-path="${EPREFIX}"/usr/$(get_libdir)/sssd
|
--with-plugin-path="${EPREFIX}"/usr/$(get_libdir)/sssd
|
||||||
--enable-pammoddir="${EPREFIX}"/$(getpam_mod_dir)
|
--enable-pammoddir="${EPREFIX}"/$(getpam_mod_dir)
|
||||||
@ -150,15 +154,16 @@ multilib_src_configure() {
|
|||||||
$(multilib_native_use_with systemd kcm)
|
$(multilib_native_use_with systemd kcm)
|
||||||
$(multilib_native_use_with systemd secrets)
|
$(multilib_native_use_with systemd secrets)
|
||||||
$(use_with samba)
|
$(use_with samba)
|
||||||
|
--with-smb-idmap-interface-version=6
|
||||||
$(multilib_native_use_enable acl cifs-idmap-plugin)
|
$(multilib_native_use_enable acl cifs-idmap-plugin)
|
||||||
$(multilib_native_use_with selinux)
|
$(multilib_native_use_with selinux)
|
||||||
$(multilib_native_use_with selinux semanage)
|
$(multilib_native_use_with selinux semanage)
|
||||||
$(use_enable locator krb5-locator-plugin)
|
$(use_enable locator krb5-locator-plugin)
|
||||||
$(use_enable samba pac-responder)
|
$(use_enable pac pac-responder)
|
||||||
$(multilib_native_use_with nfsv4 nfsv4-idmapd-plugin)
|
$(multilib_native_use_with nfsv4 nfsv4-idmapd-plugin)
|
||||||
$(use_enable nls)
|
$(use_enable nls)
|
||||||
$(multilib_native_use_with netlink libnl)
|
$(multilib_native_use_with netlink libnl)
|
||||||
$(multilib_native_use_with manpages)
|
$(multilib_native_use_with man manpages)
|
||||||
$(multilib_native_use_with sudo)
|
$(multilib_native_use_with sudo)
|
||||||
$(multilib_native_with autofs)
|
$(multilib_native_with autofs)
|
||||||
$(multilib_native_with ssh)
|
$(multilib_native_with ssh)
|
||||||
@ -186,6 +191,7 @@ multilib_src_configure() {
|
|||||||
# ldb lib fails... but it does not seem to bother
|
# ldb lib fails... but it does not seem to bother
|
||||||
{DHASH,COLLECTION,INI_CONFIG_V{0,1,1_1,1_3}}_{CFLAGS,LIBS}=' '
|
{DHASH,COLLECTION,INI_CONFIG_V{0,1,1_1,1_3}}_{CFLAGS,LIBS}=' '
|
||||||
{PCRE,CARES,SYSTEMD_LOGIN,SASL,GLIB2,DBUS,CRYPTO,P11_KIT}_{CFLAGS,LIBS}=' '
|
{PCRE,CARES,SYSTEMD_LOGIN,SASL,GLIB2,DBUS,CRYPTO,P11_KIT}_{CFLAGS,LIBS}=' '
|
||||||
|
{NDR_NBT,SMBCLIENT,NDR_KRB5PAC}_{CFLAGS,LIBS}=' '
|
||||||
|
|
||||||
# use native include path for dbus (needed for build)
|
# use native include path for dbus (needed for build)
|
||||||
DBUS_CFLAGS="${native_dbus_cflags}"
|
DBUS_CFLAGS="${native_dbus_cflags}"
|
||||||
@ -204,13 +210,13 @@ multilib_src_compile() {
|
|||||||
if multilib_is_native_abi; then
|
if multilib_is_native_abi; then
|
||||||
default
|
default
|
||||||
use doc && emake docs
|
use doc && emake docs
|
||||||
if use manpages || use nls; then
|
if use man || use nls; then
|
||||||
emake update-po
|
emake update-po
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
emake libnss_sss.la pam_sss.la
|
emake libnss_sss.la pam_sss.la
|
||||||
use locator && emake sssd_krb5_locator_plugin.la
|
use locator && emake sssd_krb5_locator_plugin.la
|
||||||
use samba && emake sssd_pac_plugin.la
|
use pac && emake sssd_pac_plugin.la
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -234,7 +240,7 @@ multilib_src_install() {
|
|||||||
doexe .libs/sssd_krb5_locator_plugin.so
|
doexe .libs/sssd_krb5_locator_plugin.so
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if use samba; then
|
if use pac; then
|
||||||
exeinto /usr/$(get_libdir)/krb5/plugins/authdata
|
exeinto /usr/$(get_libdir)/krb5/plugins/authdata
|
||||||
doexe .libs/sssd_pac_plugin.so
|
doexe .libs/sssd_pac_plugin.so
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user