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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CC5FD15813A for ; Sat, 18 Jan 2025 16:31:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 036F3E086A; Sat, 18 Jan 2025 16:31:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E050DE086A for ; Sat, 18 Jan 2025 16:31:18 +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 25718342F8D for ; Sat, 18 Jan 2025 16:31:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4AAC715B5 for ; Sat, 18 Jan 2025 16:31:16 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1737217820.53a4ddc7d2ee03994dcb2ee88b91a02922a9bb54.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/strongswan/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-vpn/strongswan/strongswan-5.9.14-r1.ebuild net-vpn/strongswan/strongswan-5.9.14-r2.ebuild X-VCS-Directories: net-vpn/strongswan/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 53a4ddc7d2ee03994dcb2ee88b91a02922a9bb54 X-VCS-Branch: master Date: Sat, 18 Jan 2025 16:31:16 +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: 937b011b-c611-497b-b38e-7653c8b02b72 X-Archives-Hash: d6841d202df79ff6deeb8629852f80ea commit: 53a4ddc7d2ee03994dcb2ee88b91a02922a9bb54 Author: Conrad Kostecki gentoo org> AuthorDate: Sat Jan 18 16:30:20 2025 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sat Jan 18 16:30:20 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53a4ddc7 net-vpn/strongswan: update deps for plugins Botan needs: net-libs/libsoup:2.4 Soup needs: dev-libs/botan:2 Signed-off-by: Conrad Kostecki gentoo.org> .../{strongswan-5.9.14-r1.ebuild => strongswan-5.9.14-r2.ebuild} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-vpn/strongswan/strongswan-5.9.14-r1.ebuild b/net-vpn/strongswan/strongswan-5.9.14-r2.ebuild similarity index 98% rename from net-vpn/strongswan/strongswan-5.9.14-r1.ebuild rename to net-vpn/strongswan/strongswan-5.9.14-r2.ebuild index fc6826f18fb8..589e3fd628c1 100644 --- a/net-vpn/strongswan/strongswan-5.9.14-r1.ebuild +++ b/net-vpn/strongswan/strongswan-5.9.14-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" @@ -48,6 +48,8 @@ COMMON_DEPEND="non-root? ( systemd? ( sys-apps/systemd ) networkmanager? ( net-misc/networkmanager ) pam? ( sys-libs/pam ) + strongswan_plugins_botan? ( dev-libs/botan:2= ) + strongswan_plugins_soup? ( net-libs/libsoup:2.4= ) strongswan_plugins_unbound? ( net-dns/unbound:= net-libs/ldns:= )" DEPEND="${COMMON_DEPEND}