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 CB4B4138334 for ; Sat, 16 Feb 2019 21:10:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B600DE08D0; Sat, 16 Feb 2019 21:10:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 8E4E0E08D0 for ; Sat, 16 Feb 2019 21:10:49 +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 4E02C335CFA for ; Sat, 16 Feb 2019 21:10:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD62C537 for ; Sat, 16 Feb 2019 21:10:45 +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: <1550351276.f946718065a714d430fe7bea0ef0ccf67ea1c9af.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/sudo/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/sudo/sudo-1.8.27-r1.ebuild app-admin/sudo/sudo-1.8.27.ebuild X-VCS-Directories: app-admin/sudo/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: f946718065a714d430fe7bea0ef0ccf67ea1c9af X-VCS-Branch: master Date: Sat, 16 Feb 2019 21:10:45 +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: e1c5fa75-0324-4fce-8504-7610ee3ba3aa X-Archives-Hash: ba6f02ed7651417ba90fa6581f890dfc commit: f946718065a714d430fe7bea0ef0ccf67ea1c9af Author: Karel Kočí email cz> AuthorDate: Sun Feb 10 14:28:09 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sat Feb 16 21:07:56 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9467180 app-admin/sudo: add secure-path use to 1.8.27 as well secure-path was merged at the same time as 1.8.27 was release but new version was based on original ebuild so new version once again misses this use flag. Bug: https://bugs.gentoo.org/672522 Signed-off-by: Karel Kočí email.cz> Closes: https://github.com/gentoo/gentoo/pull/11022 Signed-off-by: Lars Wendler gentoo.org> app-admin/sudo/{sudo-1.8.27.ebuild => sudo-1.8.27-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-admin/sudo/sudo-1.8.27.ebuild b/app-admin/sudo/sudo-1.8.27-r1.ebuild similarity index 97% rename from app-admin/sudo/sudo-1.8.27.ebuild rename to app-admin/sudo/sudo-1.8.27-r1.ebuild index 0cf20f0ea91..39da1e74a42 100644 --- a/app-admin/sudo/sudo-1.8.27.ebuild +++ b/app-admin/sudo/sudo-1.8.27-r1.ebuild @@ -31,7 +31,7 @@ fi # 3-clause BSD license LICENSE="ISC BSD" SLOT="0" -IUSE="gcrypt ldap nls offensive openssl pam sasl selinux +sendmail skey sssd" +IUSE="gcrypt ldap nls offensive openssl pam sasl +secure-path selinux +sendmail skey sssd" CDEPEND=" sys-libs/zlib:= @@ -138,6 +138,7 @@ src_configure() { --with-env-editor --with-plugindir="${EPREFIX}"/usr/$(get_libdir)/sudo --with-rundir="${EPREFIX}"/run/sudo + $(use_with secure-path secure-path ${SECURE_PATH}) --with-secure-path="${SECURE_PATH}" --with-vardir="${EPREFIX}"/var/db/sudo --without-linux-audit