From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C24C0138334 for ; Tue, 17 Dec 2019 07:51:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0831BE089A; Tue, 17 Dec 2019 07:51:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E1130E089A for ; Tue, 17 Dec 2019 07:51:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 825F334D63A for ; Tue, 17 Dec 2019 07:50:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB2A28D3 for ; Tue, 17 Dec 2019 07:50:56 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1576569049.f569e6070dea96b746db27eb5586f7a73c99916d.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/shadow/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/shadow/shadow-4.8-r1.ebuild sys-apps/shadow/shadow-4.8-r2.ebuild X-VCS-Directories: sys-apps/shadow/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: f569e6070dea96b746db27eb5586f7a73c99916d X-VCS-Branch: master Date: Tue, 17 Dec 2019 07:50:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9fc30e3f-e362-4f74-abdd-9c86329724d7 X-Archives-Hash: f2a665e1c28a9140db9a2dcba72db76f commit: f569e6070dea96b746db27eb5586f7a73c99916d Author: Lars Wendler gentoo org> AuthorDate: Tue Dec 17 07:50:29 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Dec 17 07:50:49 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f569e607 sys-apps/shadow: Revbump to no longer install binaries SUID-root Thanks-to: Michael Weiser weiser.dinsnail.net> Bug: https://bugs.gentoo.org/702252 Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Lars Wendler gentoo.org> sys-apps/shadow/{shadow-4.8-r1.ebuild => shadow-4.8-r2.ebuild} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 181e391ab24..217787bfae1 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)