commit: 23f0fffc4b81aee895a47656a2f2fee3b64c5290 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Dec 15 04:59:25 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Dec 15 04:59:25 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23f0fffc
net-proxy/squid: add github upstream metadata Signed-off-by: Sam James <sam <AT> gentoo.org> net-proxy/squid/metadata.xml | 39 ++++++++++++++++++--------------------- 1 file changed, 18 insertions(+), 21 deletions(-) diff --git a/net-proxy/squid/metadata.xml b/net-proxy/squid/metadata.xml index ecf120351c73..73367e6c18ed 100644 --- a/net-proxy/squid/metadata.xml +++ b/net-proxy/squid/metadata.xml @@ -1,25 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer type="person"> - <email>[email protected]</email> - <name>Mikle Kolyada</name> -</maintainer> - <use> - <flag name="ecap">Adds support for loadable content adaptation modules - (http://www.e-cap.org)</flag> - <flag name="esi">Enable ESI for accelerators, will cause squid reverse proxies - to be capable of the Edge Acceleration Specification (www.esi.org)</flag> - <flag name="htcp">Enable HTCP protocol</flag> - <flag name="logrotate">Use <pkg>app-admin/logrotate</pkg> for rotating - logs</flag> - <flag name="qos">Adds support for Quality of Service using netfilter conntrack - - see qos_flow directive for more info</flag> - <flag name="ssl-crtd">Adds support for dynamic SSL certificate generation in - SslBump environments</flag> - <flag name="tproxy">Enables real Transparent Proxy support for Linux Netfilter - TPROXY</flag> - <flag name="wccp">Enable Web Cache Coordination Protocol</flag> - <flag name="wccpv2">Enable Web Cache Coordination V2 Protocol</flag> - </use> + <maintainer type="person"> + <email>[email protected]</email> + <name>Mikle Kolyada</name> + </maintainer> + <use> + <flag name="ecap">Adds support for loadable content adaptation modules (http://www.e-cap.org)</flag> + <flag name="esi">Enable ESI for accelerators, will cause squid reverse proxies to be capable of the Edge Acceleration Specification (www.esi.org)</flag> + <flag name="htcp">Enable HTCP protocol</flag> + <flag name="logrotate">Use <pkg>app-admin/logrotate</pkg> for rotating logs</flag> + <flag name="qos">Adds support for Quality of Service using netfilter conntrack - see qos_flow directive for more info</flag> + <flag name="ssl-crtd">Adds support for dynamic SSL certificate generation in SslBump environments</flag> + <flag name="tproxy">Enables real Transparent Proxy support for Linux Netfilter TPROXY</flag> + <flag name="wccp">Enable Web Cache Coordination Protocol</flag> + <flag name="wccpv2">Enable Web Cache Coordination V2 Protocol</flag> + </use> + <upstream> + <remote-id type="github">squid-cache/squid</remote-id> + </upstream> </pkgmetadata>
