summaryrefslogtreecommitdiff
path: root/net-misc/curl/metadata.xml
blob: f36db89ff015a9505b7cdab4795a71be536c7c29 (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://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="person">
    <email>kangie@gentoo.org</email>
    <name>Matt Jolly</name>
  </maintainer>
  <maintainer type="project">
    <email>base-system@gentoo.org</email>
    <name>Gentoo Base System</name>
  </maintainer>
  <use>
    <flag name="alt-svc">Enable alt-svc support</flag>
    <flag name="ech">Enable Encrypted Client Hello support</flag>
    <flag name="ftp">Enable FTP support</flag>
    <flag name="gnutls">Enable gnutls ssl backend</flag>
    <flag name="gopher">Enable Gopher protocol support</flag>
    <flag name="hsts">Enable HTTP Strict Transport Security</flag>
    <flag name="http3">Enable HTTP/3 support</flag>
    <flag name="httpsrr">Enable HTTPS Resource Record support</flag>
    <flag name="imap">Enable Internet Message Access Protocol support</flag>
    <flag name="mbedtls">Enable mbedtls ssl backend</flag>
    <flag name="openssl">Enable openssl ssl backend</flag>
    <flag name="pop3">Enable Post Office Protocol 3 support</flag>
    <flag name="psl">Enable Public Suffix List (PSL) support. See https://daniel.haxx.se/blog/2024/01/10/psl-in-curl/.</flag>
    <flag name="quic">Enable support for QUIC (RFC 9000); a UDP-based protocol intended to replace TCP</flag>
    <flag name="rustls">Enable Rustls ssl backend</flag>
    <flag name="sasl-scram">Enable snupport for additional SASL SCRAM-SHA authentication methods via <pkg>net-misc/gsasl</pkg>
    </flag>
    <flag name="smtp">Enable Simple Mail Transfer Protocol support</flag>
    <flag name="ssh">Enable SSH urls in curl using libssh2</flag>
    <flag name="ssl">Enable crypto engine support (via openssl if USE='-gnutls -nss')</flag>
    <flag name="telnet">Enable Telnet protocol support</flag>
    <flag name="tftp">Enable TFTP support</flag>
    <flag name="websockets">Enable websockets support</flag>
  </use>
  <upstream>
    <remote-id type="cpe">cpe:/a:curl:curl</remote-id>
    <remote-id type="cpe">cpe:/a:curl:libcurl</remote-id>
    <remote-id type="cpe">cpe:/a:haxx:curl</remote-id>
    <remote-id type="cpe">cpe:/a:haxx:libcurl</remote-id>
  </upstream>
  <origin>srcux</origin>
</pkgmetadata>