net-dns/knot: Version bump

Package-Manager: portage-2.2.26
This commit is contained in:
nemunaire 2016-04-12 07:11:37 +01:00
commit ea53492bd0
8 changed files with 315 additions and 0 deletions

28
net-dns/knot/metadata.xml Normal file
View file

@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>ondrej@sury.org</email>
<name>Ondřej Surý</name>
</maintainer>
<maintainer type="person">
<email>scarabeus@gentoo.org</email>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<use>
<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="lmdb">Use the LMDB database to store
timers for slave zones on disk, making the timers
persist across server restarts.
</flag>
</use>
</pkgmetadata>