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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CB2D9158064 for ; Fri, 3 May 2024 08:21:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8010CE2A89; Fri, 3 May 2024 08:21:58 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 63125E2A89 for ; Fri, 3 May 2024 08:21:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 99206343097 for ; Fri, 3 May 2024 08:21:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27B5519DB for ; Fri, 3 May 2024 08:21:56 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1714724395.bf8c88c8217403e04b5ab76c1b33172c35d8b350.sam@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.14.2.ebuild sys-apps/shadow/shadow-4.14.5.ebuild sys-apps/shadow/shadow-4.14.6.ebuild X-VCS-Directories: sys-apps/shadow/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bf8c88c8217403e04b5ab76c1b33172c35d8b350 X-VCS-Branch: master Date: Fri, 3 May 2024 08:21: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: 894062ea-162e-4f75-a51f-a5c5b3190a63 X-Archives-Hash: 50eafc7acf074089fb18f58b7995f66b commit: bf8c88c8217403e04b5ab76c1b33172c35d8b350 Author: Sam James gentoo org> AuthorDate: Fri May 3 08:19:55 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri May 3 08:19:55 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf8c88c8 sys-apps/shadow: add bug ref for elogind TODO Bug: https://bugs.gentoo.org/931119 Signed-off-by: Sam James gentoo.org> sys-apps/shadow/shadow-4.14.2.ebuild | 2 +- sys-apps/shadow/shadow-4.14.5.ebuild | 2 +- sys-apps/shadow/shadow-4.14.6.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-apps/shadow/shadow-4.14.2.ebuild b/sys-apps/shadow/shadow-4.14.2.ebuild index a82a8ce5ef70..25b40053cf39 100644 --- a/sys-apps/shadow/shadow-4.14.2.ebuild +++ b/sys-apps/shadow/shadow-4.14.2.ebuild @@ -90,7 +90,7 @@ src_configure() { --with-bcrypt --with-yescrypt $(use_enable nls) - # TODO: wire up upstream for elogind too + # TODO: wire up upstream for elogind too (bug #931119) $(use_enable systemd logind) $(use_with acl) $(use_with audit) diff --git a/sys-apps/shadow/shadow-4.14.5.ebuild b/sys-apps/shadow/shadow-4.14.5.ebuild index 104e0f560ccf..60ab0fa7c897 100644 --- a/sys-apps/shadow/shadow-4.14.5.ebuild +++ b/sys-apps/shadow/shadow-4.14.5.ebuild @@ -90,7 +90,7 @@ src_configure() { --with-bcrypt --with-yescrypt $(use_enable nls) - # TODO: wire up upstream for elogind too + # TODO: wire up upstream for elogind too (bug #931119) $(use_enable systemd logind) $(use_with acl) $(use_with audit) diff --git a/sys-apps/shadow/shadow-4.14.6.ebuild b/sys-apps/shadow/shadow-4.14.6.ebuild index 104e0f560ccf..60ab0fa7c897 100644 --- a/sys-apps/shadow/shadow-4.14.6.ebuild +++ b/sys-apps/shadow/shadow-4.14.6.ebuild @@ -90,7 +90,7 @@ src_configure() { --with-bcrypt --with-yescrypt $(use_enable nls) - # TODO: wire up upstream for elogind too + # TODO: wire up upstream for elogind too (bug #931119) $(use_enable systemd logind) $(use_with acl) $(use_with audit)