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 4E70C158086 for ; Mon, 25 Oct 2021 08:00:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44B64E07FA; Mon, 25 Oct 2021 08:00:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 22E43E07FA for ; Mon, 25 Oct 2021 08:00:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 24EA333BE19 for ; Mon, 25 Oct 2021 08:00:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 75CA4165 for ; Mon, 25 Oct 2021 08:00:01 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1635148729.9f30818120d8d4b59cae1403d12a1affcf7a4b1a.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/sssd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/sssd/sssd-2.5.2-r1.ebuild sys-auth/sssd/sssd-2.5.2-r2.ebuild X-VCS-Directories: sys-auth/sssd/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 9f30818120d8d4b59cae1403d12a1affcf7a4b1a X-VCS-Branch: master Date: Mon, 25 Oct 2021 08:00:01 +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: dd3a566e-6b89-42f8-acd9-7b3546854f75 X-Archives-Hash: e7fc6a0a3cf9ca70f7a21e2b768b3337 commit: 9f30818120d8d4b59cae1403d12a1affcf7a4b1a Author: Henning Schild hennsch de> AuthorDate: Fri Oct 15 17:31:08 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Oct 25 07:58:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f308181 sys-auth/sssd: point out optional runtime dep to adcli Signed-off-by: Henning Schild hennsch.de> Closes: https://github.com/gentoo/gentoo/pull/20624 Signed-off-by: Joonas Niilola gentoo.org> sys-auth/sssd/{sssd-2.5.2-r1.ebuild => sssd-2.5.2-r2.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-auth/sssd/sssd-2.5.2-r1.ebuild b/sys-auth/sssd/sssd-2.5.2-r2.ebuild similarity index 98% rename from sys-auth/sssd/sssd-2.5.2-r1.ebuild rename to sys-auth/sssd/sssd-2.5.2-r2.ebuild index 7cc4fa32625..8a2687f2056 100644 --- a/sys-auth/sssd/sssd-2.5.2-r1.ebuild +++ b/sys-auth/sssd/sssd-2.5.2-r2.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{8..10} ) -inherit autotools linux-info multilib-minimal python-single-r1 pam systemd toolchain-funcs +inherit autotools linux-info multilib-minimal python-single-r1 pam systemd toolchain-funcs optfeature DESCRIPTION="System Security Services Daemon provides access to identity and authentication" HOMEPAGE="https://github.com/SSSD/sssd" @@ -299,4 +299,5 @@ pkg_postinst() { elog "You must set up sssd.conf (default installed into /etc/sssd)" elog "and (optionally) configuration in /etc/pam.d in order to use SSSD" elog "features. Please see howto in https://sssd.io/docs/design_pages/smartcard_authentication_require.html" + optfeature "Kerberos keytab renew (see krb5_renew_interval)" app-crypt/adcli }