blob: cfc10f55d8240180e024006246fdceef227636ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>secure-tunneling</herd>
<maintainer>
<email>mrness@gentoo.org</email>
<name>Alin Năstac</name>
<description>Backup maintainer</description>
</maintainer>
<longdescription>From the Openswan web site: Openswan is an Open Source
implementation of IPsec for the Linux operating system. Is it a code fork
of the FreeS/WAN project, started by a few of the developers who were
growing frustrated with the politics surrounding the FreeS/WAN project.</longdescription>
<use>
<flag name="curl">Include curl support (used for fetching CRLs)</flag>
<flag name="ldap">Include LDAP support (used for fetching CRLs)</flag>
<flag name="extra-algorithms">Include additional strong algorithms
(Blowfish, Twofish, Serpent and SHA2)</flag>
<flag name="weak-algorithms">Include weak algorithms (DH1)</flag>
<flag name="nocrypto-algorithms">Include algorithms that don't even encrypt
(1DES)</flag>
</use>
</pkgmetadata>
|