Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/sudo/
Date: Sat, 16 Feb 2019 21:10:49
Message-Id: 1550351400.0d6c7e4c0888d537c24b0fdad17ade60d2e776f6.polynomial-c@gentoo
1 commit: 0d6c7e4c0888d537c24b0fdad17ade60d2e776f6
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 16 21:10:00 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 16 21:10:00 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d6c7e4c
7
8 app-admin/sudo: Synced live ebuild.
9
10 Package-Manager: Portage-2.3.60, Repoman-2.3.12
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 app-admin/sudo/sudo-9999.ebuild | 7 +++++--
14 1 file changed, 5 insertions(+), 2 deletions(-)
15
16 diff --git a/app-admin/sudo/sudo-9999.ebuild b/app-admin/sudo/sudo-9999.ebuild
17 index f4ab4527b4f..39da1e74a42 100644
18 --- a/app-admin/sudo/sudo-9999.ebuild
19 +++ b/app-admin/sudo/sudo-9999.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -31,7 +31,7 @@ fi
27 # 3-clause BSD license
28 LICENSE="ISC BSD"
29 SLOT="0"
30 -IUSE="gcrypt ldap nls offensive openssl pam sasl selinux +sendmail skey"
31 +IUSE="gcrypt ldap nls offensive openssl pam sasl +secure-path selinux +sendmail skey sssd"
32
33 CDEPEND="
34 sys-libs/zlib:=
35 @@ -44,6 +44,7 @@ CDEPEND="
36 pam? ( virtual/pam )
37 sasl? ( dev-libs/cyrus-sasl )
38 skey? ( >=sys-auth/skey-1.1.5-r1 )
39 + sssd? ( sys-auth/sssd[sudo] )
40 "
41 RDEPEND="
42 ${CDEPEND}
43 @@ -137,6 +138,7 @@ src_configure() {
44 --with-env-editor
45 --with-plugindir="${EPREFIX}"/usr/$(get_libdir)/sudo
46 --with-rundir="${EPREFIX}"/run/sudo
47 + $(use_with secure-path secure-path ${SECURE_PATH})
48 --with-secure-path="${SECURE_PATH}"
49 --with-vardir="${EPREFIX}"/var/db/sudo
50 --without-linux-audit
51 @@ -151,6 +153,7 @@ src_configure() {
52 $(use_with ldap)
53 $(use_with pam)
54 $(use_with skey)
55 + $(use_with sssd)
56 $(use_with selinux)
57 $(use_with sendmail)
58 )