From: Lars Wendler Date: Tue, 17 Dec 2019 07:50:29 +0000 (+0100) Subject: sys-apps/shadow: Revbump to no longer install binaries SUID-root X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f569e607;p=gentoo.git sys-apps/shadow: Revbump to no longer install binaries SUID-root Thanks-to: Michael Weiser Bug: https://bugs.gentoo.org/702252 Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Lars Wendler --- diff --git a/sys-apps/shadow/shadow-4.8-r1.ebuild b/sys-apps/shadow/shadow-4.8-r2.ebuild similarity index 99% rename from sys-apps/shadow/shadow-4.8-r1.ebuild rename to sys-apps/shadow/shadow-4.8-r2.ebuild index 181e391ab249..217787bfae14 100644 --- a/sys-apps/shadow/shadow-4.8-r1.ebuild +++ b/sys-apps/shadow/shadow-4.8-r2.ebuild @@ -52,11 +52,12 @@ src_prepare() { src_configure() { local myeconfargs=( + --disable-account-tools-setuid + --enable-shared=no + --enable-static=yes --with-btrfs --without-group-name-max-length --without-tcb - --enable-shared=no - --enable-static=yes $(use_enable nls) $(use_with acl) $(use_with audit)