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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5D6B0138AE9 for ; Sun, 26 Nov 2017 23:23:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF0F7E0F1A; Sun, 26 Nov 2017 23:23:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8ADEEE0F1A for ; Sun, 26 Nov 2017 23:23:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 88049341130 for ; Sun, 26 Nov 2017 23:23:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F12ECA8BF for ; Sun, 26 Nov 2017 23:23:28 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1511738591.37d00ff294791ad520ba5fa1f97f5a3f03a8b978.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/strongswan/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-vpn/strongswan/metadata.xml X-VCS-Directories: net-vpn/strongswan/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 37d00ff294791ad520ba5fa1f97f5a3f03a8b978 X-VCS-Branch: master Date: Sun, 26 Nov 2017 23:23: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-Archives-Salt: 344da481-7f15-40ed-92db-ccd1d25b81eb X-Archives-Hash: 3963c8099afab056de2753c3bdd6be60 commit: 37d00ff294791ad520ba5fa1f97f5a3f03a8b978 Author: David Seifert gentoo org> AuthorDate: Sun Nov 26 12:55:32 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Nov 26 23:23:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37d00ff2 net-vpn/strongswan: [QA] Consistent whitespace in metadata.xml net-vpn/strongswan/metadata.xml | 150 ++++++++++++---------------------------- 1 file changed, 45 insertions(+), 105 deletions(-) diff --git a/net-vpn/strongswan/metadata.xml b/net-vpn/strongswan/metadata.xml index 9e6793b9791..72eecce94d3 100644 --- a/net-vpn/strongswan/metadata.xml +++ b/net-vpn/strongswan/metadata.xml @@ -1,109 +1,49 @@ - - patrick@gentoo.org - Patrick Lauer - - - gurligebis@gentoo.org - Bjarke Istrup Pedersen - - - StrongSwan is direct descendant of the discontinued FreeS/WAN project. - As an IPsec based VPN solution which is focused on security and ease of - use, it fully implements the IKEv1/IKEv2 protocols, MOBIKE, NAT-Traversal - via UDP encapsulation (incl. port floating) and Dead Peer Detection. It - also fully supports the Linux 2.6 IPsec stack, IPv6, certificates/keys on - Smartcards and virtual IP address pools. - - - - Enable advanced X.509 constraint checking plugin. - - - Enable server support for querying virtual IP addresses for clients - from a DHCP server. (IKEv2 only) - - - Enable support for the different EAP modules that is supported. - - - Enable faking of ARP responses for virtual IP addresses assigned to - clients. (IKEv2 only) - - - Enable dev-libs/libgcrypt plugin which provides 3DES, AES, - Blowfish, Camellia, CAST, DES, Serpent and Twofish ciphers along with - MD4, MD5 and SHA1/2 hash algorithms, RSA and DH groups 1,2,5,14-18 and - 22-24(4.4+). Also includes a software random number generator. - - - Force IKEv1/IKEv2 daemons to normal user privileges. This might impose - some restrictions mainly to the IKEv1 daemon. Disable only if you really - require superuser privileges. - - - Enable dev-libs/openssl plugin which is required for Elliptic - Curve Cryptography (DH groups 19-21,25,26) and ECDSA. Also provides 3DES, - AES, Blowfish, Camellia, CAST, DES, IDEA and RC5 ciphers along with MD2, - MD4, MD5 and SHA1/2 hash algorithms, RSA and DH groups 1,2,5,14-18 and - 22-24(4.4+) - dev-libs/openssl has to be compiled with USE="-bindist". - - - Enable pkcs11 support. - - - Enable support for the led plugin. - - - Enable support for the lookip plugin. - - - Enable support for the systime-fix plugin. - - - Enable support for the unity plugin. - - - Enable support for the vici plugin. - - - Enable support for the blowfish plugin. - - - Enable support for the ccm plugin. - - - Enable support for the ctr plugin. - - - Enable support for the gcm plugin. - - - Enable support for the ha plugin. - - - Enable support for the ipseckey plugin. - - - Enable support for the ntru plugin. - - - Enable support for the padlock plugin. - - - Enable support for the rdrand plugin. - - - Enable support for the unbound plugin. - - - Enable support for the whitelist plugin. - - - - cpe:/a:strongswan:strongswan - + + patrick@gentoo.org + Patrick Lauer + + + gurligebis@gentoo.org + Bjarke Istrup Pedersen + + + StrongSwan is direct descendant of the discontinued FreeS/WAN project. + As an IPsec based VPN solution which is focused on security and ease of + use, it fully implements the IKEv1/IKEv2 protocols, MOBIKE, NAT-Traversal + via UDP encapsulation (incl. port floating) and Dead Peer Detection. It + also fully supports the Linux 2.6 IPsec stack, IPv6, certificates/keys on + Smartcards and virtual IP address pools. + + + Enable advanced X.509 constraint checking plugin + Enable server support for querying virtual IP addresses for clients from a DHCP server. (IKEv2 only) + Enable support for the different EAP modules that are supported + Enable faking of ARP responses for virtual IP addresses assigned to clients (IKEv2 only) + Enable dev-libs/libgcrypt plugin which provides 3DES, AES, Blowfish, Camellia, CAST, DES, Serpent and Twofish ciphers along with MD4, MD5 and SHA1/2 hash algorithms, RSA and DH groups 1,2,5,14-18 and 22-24(4.4+). Also includes a software random number generator. + Force IKEv1/IKEv2 daemons to normal user privileges. This might impose some restrictions mainly to the IKEv1 daemon. Disable only if you really require superuser privileges. + Enable dev-libs/openssl plugin which is required for Elliptic Curve Cryptography (DH groups 19-21,25,26) and ECDSA. Also provides 3DES, AES, Blowfish, Camellia, CAST, DES, IDEA and RC5 ciphers along with MD2, MD4, MD5 and SHA1/2 hash algorithms, RSA and DH groups 1,2,5,14-18 and 22-24(4.4+) dev-libs/openssl has to be compiled with USE="-bindist". + Enable pkcs11 support + Enable support for the led plugin + Enable support for the lookip plugin + Enable support for the systime-fix plugin + Enable support for the unity plugin + Enable support for the vici plugin + Enable support for the blowfish plugin + Enable support for the ccm plugin + Enable support for the ctr plugin + Enable support for the gcm plugin + Enable support for the ha plugin + Enable support for the ipseckey plugin + Enable support for the ntru plugin + Enable support for the padlock plugin + Enable support for the rdrand plugin + Enable support for the unbound plugin + Enable support for the whitelist plugin + + + cpe:/a:strongswan:strongswan +