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 61636138351 for ; Fri, 3 Apr 2020 23:10:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D88EE07A7; Fri, 3 Apr 2020 23:10:28 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 59759E07A7 for ; Fri, 3 Apr 2020 23:10:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 438DA34F0E0 for ; Fri, 3 Apr 2020 23:10:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B7551B9 for ; Fri, 3 Apr 2020 23:10:11 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1585955402.cb0ca61319ecb831a5c87f0e2d09dbbe5bd9c319.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/util-linux/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/util-linux/metadata.xml sys-apps/util-linux/util-linux-2.35.1-r1.ebuild X-VCS-Directories: sys-apps/util-linux/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: cb0ca61319ecb831a5c87f0e2d09dbbe5bd9c319 X-VCS-Branch: master Date: Fri, 3 Apr 2020 23:10:11 +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: d8a2f13c-085a-4488-85bf-3acb8da74002 X-Archives-Hash: 4ead6d08e987a448b3243cf5fabf6cd7 commit: cb0ca61319ecb831a5c87f0e2d09dbbe5bd9c319 Author: Robin H. Johnson gentoo org> AuthorDate: Fri Apr 3 22:53:39 2020 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Fri Apr 3 23:10:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb0ca613 sys-apps/util-linux: support libaudit usage Signed-off-by: Robin H. Johnson gentoo.org> sys-apps/util-linux/metadata.xml | 1 + sys-apps/util-linux/util-linux-2.35.1-r1.ebuild | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/sys-apps/util-linux/metadata.xml b/sys-apps/util-linux/metadata.xml index d707189c1c8..121dd51cf54 100644 --- a/sys-apps/util-linux/metadata.xml +++ b/sys-apps/util-linux/metadata.xml @@ -6,6 +6,7 @@ Gentoo Base System + Use sys-process/audit to emit audit messages about system changes build setpriv helper (run programs with diff capabilities) build mkfs/fsck helpers for cramfs filesystems Use sys-fs/cryptsetup to have built-in dm-verity in libmount diff --git a/sys-apps/util-linux/util-linux-2.35.1-r1.ebuild b/sys-apps/util-linux/util-linux-2.35.1-r1.ebuild index 9abd2b066aa..aeb4cff8ef2 100644 --- a/sys-apps/util-linux/util-linux-2.35.1-r1.ebuild +++ b/sys-apps/util-linux/util-linux-2.35.1-r1.ebuild @@ -25,12 +25,13 @@ HOMEPAGE="https://www.kernel.org/pub/linux/utils/util-linux/ https://github.com/ LICENSE="GPL-2 GPL-3 LGPL-2.1 BSD-4 MIT public-domain" SLOT="0" -IUSE="build caps +cramfs cryptsetup fdformat hardlink kill +logger ncurses nls pam python +readline selinux slang static-libs su +suid systemd test tty-helpers udev unicode userland_GNU" +IUSE="audit build caps +cramfs cryptsetup fdformat hardlink kill +logger ncurses nls pam python +readline selinux slang static-libs su +suid systemd test tty-helpers udev unicode userland_GNU" # Most lib deps here are related to programs rather than our libs, # so we rarely need to specify ${MULTILIB_USEDEP}. RDEPEND=" virtual/libcrypt:= + audit? ( >=sys-process/audit-2.6:= ) caps? ( sys-libs/libcap-ng ) cramfs? ( sys-libs/zlib:= ) cryptsetup? ( sys-fs/cryptsetup ) @@ -171,6 +172,7 @@ multilib_src_configure() { $(multilib_native_use_with udev) $(multilib_native_usex ncurses "$(use_with unicode ncursesw)" '--without-ncursesw') $(multilib_native_usex ncurses "$(use_with !unicode ncurses)" '--without-ncurses') + $(multilib_native_use_with audit) $(tc-has-tls || echo --disable-tls) $(use_enable nls) $(use_enable unicode widechar)