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: Fri, 07 Jan 2022 15:06:06
Message-Id: 1641567949.37d5f0158443ad4ecfd78c4749f537f3488ef550.flow@gentoo
1 commit: 37d5f0158443ad4ecfd78c4749f537f3488ef550
2 Author: Dennis Eisele <kernlpanic <AT> dennis-eisele <DOT> de>
3 AuthorDate: Fri Jan 7 14:44:01 2022 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 7 15:05:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37d5f015
7
8 net-vpn/strongswan: add xauth-noauth plugin USE Flag
9
10 Closes: https://bugs.gentoo.org/465556
11 Signed-off-by: Dennis Eisele <kernlpanic <AT> dennis-eisele.de>
12 Closes: https://github.com/gentoo/gentoo/pull/23686
13 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
14
15 net-vpn/strongswan/metadata.xml | 1 +
16 net-vpn/strongswan/strongswan-5.9.4-r1.ebuild | 4 +++-
17 2 files changed, 4 insertions(+), 1 deletion(-)
18
19 diff --git a/net-vpn/strongswan/metadata.xml b/net-vpn/strongswan/metadata.xml
20 index ff96d513571b..0198dd1c8ac4 100644
21 --- a/net-vpn/strongswan/metadata.xml
22 +++ b/net-vpn/strongswan/metadata.xml
23 @@ -52,6 +52,7 @@
24 <flag name="strongswan_plugins_save-keys">Enable plugin that saves IKE and/or ESP keys to files compatible with Wireshark (for debugging)</flag>
25 <flag name="strongswan_plugins_unbound">Enable support for the unbound plugin</flag>
26 <flag name="strongswan_plugins_whitelist">Enable support for the whitelist plugin</flag>
27 + <flag name="strongswan_plugins_xauth-noauth">Enable support for the xauth-noauth plugin</flag>
28 </use>
29 <upstream>
30 <remote-id type="cpe">cpe:/a:strongswan:strongswan</remote-id>
31
32 diff --git a/net-vpn/strongswan/strongswan-5.9.4-r1.ebuild b/net-vpn/strongswan/strongswan-5.9.4-r1.ebuild
33 index 62733a563b86..5d6ceeabdccc 100644
34 --- a/net-vpn/strongswan/strongswan-5.9.4-r1.ebuild
35 +++ b/net-vpn/strongswan/strongswan-5.9.4-r1.ebuild
36 @@ -14,7 +14,9 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
37 IUSE="+caps curl +constraints debug dhcp eap farp gcrypt +gmp ldap mysql networkmanager +non-root +openssl selinux sqlite systemd pam pkcs11"
38
39 STRONGSWAN_PLUGINS_STD="led lookip systime-fix unity vici"
40 -STRONGSWAN_PLUGINS_OPT="aesni blowfish bypass-lan ccm chapoly ctr forecast gcm ha ipseckey newhope ntru padlock rdrand save-keys unbound whitelist"
41 +STRONGSWAN_PLUGINS_OPT="aesni blowfish bypass-lan ccm chapoly ctr forecast gcm
42 +ha ipseckey newhope ntru padlock rdrand save-keys unbound whitelist
43 +xauth-noauth"
44 for mod in $STRONGSWAN_PLUGINS_STD; do
45 IUSE="${IUSE} +strongswan_plugins_${mod}"
46 done