summaryrefslogtreecommitdiff
blob: 439912b2c4269d7840a552ec1f32c20d3bf599c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>base-system@gentoo.org</email>
	</maintainer>
	<use>
		<flag name="brotli">
			Enable brotli decompression support via <pkg>app-arch/brotli</pkg>
		</flag>
		<flag name="dane">
			Build libgnutls-dane, implementing DNS-based Authentication of
			Named Entities. Requires <pkg>net-dns/unbound</pkg>
		</flag>
		<flag name="openssl">
			Build openssl compatibility libraries
		</flag>
		<flag name="pkcs11">
			Add support for PKCS#11 through <pkg>app-crypt/p11-kit</pkg>
		</flag>
		<flag name="tools">
			Build extra tools
		</flag>
		<flag name="tls-heartbeat">
			Enable the Heartbeat Extension in TLS and DTLS
		</flag>
		<flag name="sslv2">
			Support for the old/insecure SSLv2 protocol
		</flag>
		<flag name="sslv3">
			Support for the old/insecure SSLv3 protocol
		</flag>
		<flag name="test-full">
			Enable full test mode
		</flag>
	</use>
	<slots>
		<subslots>Reflect ABI compatibility of libgnutls.so</subslots>
	</slots>
	<upstream>
		<remote-id type="cpe">cpe:/a:gnu:gnutls</remote-id>
		<remote-id type="gitlab">gnutls/gnutls</remote-id>
	</upstream>
</pkgmetadata>