summaryrefslogtreecommitdiff
path: root/net-dns/knot/metadata.xml
blob: 17ca3c4d916b16ca5d02a66b44a9f60dd761bc1d (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
45
46
47
48
49
50
51
52
53
54
55
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="person" proxied="yes">
    <email>nicolas.parlant@parhuet.fr</email>
    <name>Nicolas PARLANT</name>
  </maintainer>
  <maintainer type="project" proxied="proxy">
    <email>proxy-maint@gentoo.org</email>
    <name>Proxy Maintainers</name>
  </maintainer>
  <use>
    <flag name="daemon">
			Enable Knot DNS main daemon
		</flag>
    <flag name="doh">
			Enable DNS over HTTP (DoH) using libnghttp2
		</flag>
    <flag name="dnstap">
			Include support for the dnstap binary log format
			(http://dnstap.info/)
		</flag>
    <flag name="fastparser">
			Use a zone file parser that is faster, but requires
			more memory and CPU time to compile
		</flag>
    <flag name="pkcs11">
			Add support for PKCS#11
		</flag>
    <flag name="prometheus">
			A Prometheus exporter for server and query statistics.
		</flag>
    <flag name="quic">
			Enable the DNS over QUIC (DoQ) module using libngtcp2
		</flag>
    <flag name="redis">
			Enable database zone backend using Redis
		</flag>
    <flag name="utils">
			Install Knot utilities, such as kdig, kzonecheck, ...
		</flag>
    <flag name="xdp">
			Enable eXpress Data Path
		</flag>
  </use>
  <slots>
    <subslots>
			Reflect sonames of libknot, libdnssec, and libzscanner.
		</subslots>
  </slots>
  <upstream>
    <remote-id type="cpe">cpe:/a:knot-dns:knot_dns</remote-id>
  </upstream>
  <origin>baldeagleos-repo</origin>
</pkgmetadata>