Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/strongswan/
Date: Thu, 06 Jan 2022 18:33:40
Message-Id: 1641494005.9a21f19e85788b98db74829812e86dba7ac0df21.flow@gentoo
1 commit: 9a21f19e85788b98db74829812e86dba7ac0df21
2 Author: Dennis Eisele <kernlpanic <AT> dennis-eisele <DOT> de>
3 AuthorDate: Wed Jan 5 22:47:33 2022 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 6 18:33:25 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a21f19e
7
8 net-vpn/strongswan: add charon-cmd support
9
10 Closes: https://bugs.gentoo.org/524642
11 Signed-off-by: Dennis Eisele <kernlpanic <AT> dennis-eisele.de>
12 Closes: https://github.com/gentoo/gentoo/pull/23663
13 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
14
15 .../strongswan/{strongswan-5.9.4.ebuild => strongswan-5.9.4-r1.ebuild} | 3 ++-
16 1 file changed, 2 insertions(+), 1 deletion(-)
17
18 diff --git a/net-vpn/strongswan/strongswan-5.9.4.ebuild b/net-vpn/strongswan/strongswan-5.9.4-r1.ebuild
19 similarity index 99%
20 rename from net-vpn/strongswan/strongswan-5.9.4.ebuild
21 rename to net-vpn/strongswan/strongswan-5.9.4-r1.ebuild
22 index 133424376b55..62733a563b86 100644
23 --- a/net-vpn/strongswan/strongswan-5.9.4.ebuild
24 +++ b/net-vpn/strongswan/strongswan-5.9.4-r1.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2021 Gentoo Authors
27 +# Copyright 1999-2022 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI="8"
31 @@ -138,6 +138,7 @@ src_configure() {
32 --enable-ikev2 \
33 --enable-swanctl \
34 --enable-socket-dynamic \
35 + --enable-cmd \
36 $(use_enable curl) \
37 $(use_enable constraints) \
38 $(use_enable ldap) \