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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 09E00158004 for ; Tue, 4 Jul 2023 03:42:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 237DEE0867; Tue, 4 Jul 2023 03:42:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 008B4E0856 for ; Tue, 4 Jul 2023 03:42:53 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C5F4B33BEF1 for ; Tue, 4 Jul 2023 03:42:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3231E8DC for ; Tue, 4 Jul 2023 03:42:51 +0000 (UTC) From: "orbea" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "orbea" Message-ID: <1688441857.034b1cce3cc66a75ecf1ee00e41c8232d21828f3.orbea@gentoo> Subject: [gentoo-commits] repo/proj/libressl:master commit in: net-dialup/freeradius/ X-VCS-Repository: repo/proj/libressl X-VCS-Files: net-dialup/freeradius/freeradius-3.2.2.ebuild X-VCS-Directories: net-dialup/freeradius/ X-VCS-Committer: orbea X-VCS-Committer-Name: orbea X-VCS-Revision: 034b1cce3cc66a75ecf1ee00e41c8232d21828f3 X-VCS-Branch: master Date: Tue, 4 Jul 2023 03:42:51 +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: 54c6d246-477c-4975-a427-d7bc7870cbb9 X-Archives-Hash: 0136e7eae55e30248004dad162a3ebdc commit: 034b1cce3cc66a75ecf1ee00e41c8232d21828f3 Author: orbea riseup net> AuthorDate: Tue Jul 4 03:37:37 2023 +0000 Commit: orbea riseup net> CommitDate: Tue Jul 4 03:37:37 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=034b1cce net-dialup/freeradius: sync ::gentoo Signed-off-by: orbea riseup.net> net-dialup/freeradius/freeradius-3.2.2.ebuild | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/net-dialup/freeradius/freeradius-3.2.2.ebuild b/net-dialup/freeradius/freeradius-3.2.2.ebuild index 0d66ea7..d4927c6 100644 --- a/net-dialup/freeradius/freeradius-3.2.2.ebuild +++ b/net-dialup/freeradius/freeradius-3.2.2.ebuild @@ -22,7 +22,7 @@ KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~sparc x86" IUSE=" debug firebird iodbc kerberos ldap memcached mysql mongodb odbc oracle pam - postgres python readline redis samba sqlite ssl systemd + postgres python readline redis samba selinux sqlite ssl systemd " RESTRICT="firebird? ( bindist )" @@ -37,7 +37,8 @@ RESTRICT="firebird? ( bindist )" # TODO: unconditional json-c for now as automagic dep despite efforts to stop it # ditto libpcap. Can restore USE=rest, USE=pcap if/when fixed. -RDEPEND="acct-group/radius +DEPEND=" + acct-group/radius acct-user/radius !net-dialup/cistronradius dev-libs/libltdl @@ -67,8 +68,12 @@ RDEPEND="acct-group/radius samba? ( net-fs/samba ) sqlite? ( dev-db/sqlite:3 ) ssl? ( >=dev-libs/openssl-1.0.2:=[-bindist(-)] ) - systemd? ( sys-apps/systemd:= )" -DEPEND="${RDEPEND}" + systemd? ( sys-apps/systemd:= ) +" +RDEPEND=" + ${DEPEND} + selinux? ( sec-policy/selinux-radius ) +" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"