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 5D42815838C for ; Tue, 16 Jan 2024 21:14:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB52FE2A9B; Tue, 16 Jan 2024 21:14:32 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 A4EE6E2A9B for ; Tue, 16 Jan 2024 21:14:32 +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 F004B34330F for ; Tue, 16 Jan 2024 21:14:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CBD9A14AA for ; Tue, 16 Jan 2024 21:14:28 +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: <1705439220.a5ba195b3624111271c62658ddfe2b23eb1a68d4.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 net-dialup/freeradius/freeradius-3.2.3.ebuild X-VCS-Directories: net-dialup/freeradius/ X-VCS-Committer: orbea X-VCS-Committer-Name: orbea X-VCS-Revision: a5ba195b3624111271c62658ddfe2b23eb1a68d4 X-VCS-Branch: master Date: Tue, 16 Jan 2024 21:14:28 +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: 52ad663e-dd42-4f10-a46e-362315298b20 X-Archives-Hash: 458d86dcec7ddfd66575ff3c1cbfc998 commit: a5ba195b3624111271c62658ddfe2b23eb1a68d4 Author: orbea riseup net> AuthorDate: Tue Jan 16 21:06:51 2024 +0000 Commit: orbea riseup net> CommitDate: Tue Jan 16 21:07:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=a5ba195b net-dialup/freeradius: sync ::gentoo Signed-off-by: orbea riseup.net> net-dialup/freeradius/freeradius-3.2.2.ebuild | 6 +++--- net-dialup/freeradius/freeradius-3.2.3.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net-dialup/freeradius/freeradius-3.2.2.ebuild b/net-dialup/freeradius/freeradius-3.2.2.ebuild index d4927c6..d25e02d 100644 --- a/net-dialup/freeradius/freeradius-3.2.2.ebuild +++ b/net-dialup/freeradius/freeradius-3.2.2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) -AUTOTOOLS_DEPEND=">=sys-devel/autoconf-2.69" +PYTHON_COMPAT=( python3_{10..11} ) +AUTOTOOLS_DEPEND=">=dev-build/autoconf-2.69" inherit autotools pam python-single-r1 systemd MY_PN=${PN}-server diff --git a/net-dialup/freeradius/freeradius-3.2.3.ebuild b/net-dialup/freeradius/freeradius-3.2.3.ebuild index a46fc9b..00eeeee 100644 --- a/net-dialup/freeradius/freeradius-3.2.3.ebuild +++ b/net-dialup/freeradius/freeradius-3.2.3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python3_{10..11} ) -AUTOTOOLS_DEPEND=">=sys-devel/autoconf-2.69" +AUTOTOOLS_DEPEND=">=dev-build/autoconf-2.69" inherit autotools pam python-single-r1 systemd MY_PN=${PN}-server