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