gentoo-ebuilds/net-libs/gnutls/metadata.xml
Filip Kobierski a9c3e38a8d
net-libs/gnutls: improve tools USE flag description
Modeled after networkmanager's tools

Closes: https://bugs.gentoo.org/600738
Signed-off-by: Filip Kobierski <fkobi@pm.me>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
2024-09-02 14:07:42 -04:00

41 lines
1.2 KiB
XML

<?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="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 cli tools such as gnutls-cli, certtool and oscptool
</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>