diff options
Diffstat (limited to 'net-libs/libwebsockets')
-rw-r--r-- | net-libs/libwebsockets/metadata.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net-libs/libwebsockets/metadata.xml b/net-libs/libwebsockets/metadata.xml index 23c9033fcec9..429f0474f146 100644 --- a/net-libs/libwebsockets/metadata.xml +++ b/net-libs/libwebsockets/metadata.xml @@ -19,7 +19,6 @@ </maintainer> <use> <flag name="access-log">Support generating Apache-compatible access logs</flag> - <flag name="cgi">Include CGI (spawn process with network-connected stdin/out/err) APIs</flag> <flag name="client">The client part of the library and libwebsockets-test-client</flag> <flag name="generic-sessions">With the Generic Sessions plugin</flag> <flag name="http2">Support the HTTP/2 protocol</flag> @@ -32,9 +31,7 @@ <flag name="peer-limits">Track peers and restrict resources a single peer can allocate</flag> <flag name="server-status">Support json + jscript server monitoring</flag> <flag name="smtp">Provide SMTP support</flag> - <flag name="socks5">Allow use of SOCKS5 proxy on client connections</flag> <flag name="sqlite3">Require SQLITE3 support</flag> - <flag name="zip">Support serving pre-zipped files</flag> </use> <upstream> <remote-id type="github">warmcat/libwebsockets</remote-id> |