diff options
author | Matt Smith <matt@offtopica.uk> | 2020-08-29 14:26:25 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-09-02 22:43:36 +0000 |
commit | 24cccd74ffbf043555b7b8ade7614d16bab8c85d (patch) | |
tree | 57460d72012cac17c2c4699307024a520410ca59 /net-proxy/mitmproxy | |
parent | dev-vcs/python-gitlab: 2.5.0 bump (diff) | |
download | gentoo-24cccd74ffbf043555b7b8ade7614d16bab8c85d.tar.gz gentoo-24cccd74ffbf043555b7b8ade7614d16bab8c85d.tar.bz2 gentoo-24cccd74ffbf043555b7b8ade7614d16bab8c85d.zip |
net-proxy/mitmproxy: Update metadata.xml
Add myself and the proxy-maintainer project as maintainers, and also
add a description and the GitHub upstream.
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Matt Smith <matt@offtopica.uk>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-proxy/mitmproxy')
-rw-r--r-- | net-proxy/mitmproxy/metadata.xml | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/net-proxy/mitmproxy/metadata.xml b/net-proxy/mitmproxy/metadata.xml index c7003e858b46..1d76cc4073ae 100644 --- a/net-proxy/mitmproxy/metadata.xml +++ b/net-proxy/mitmproxy/metadata.xml @@ -1,8 +1,28 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <!-- maintainer-needed --> + <maintainer type="person"> + <email>matt@offtopica.uk</email> + <name>Matt Smith</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <longdescription lang="en"> + mitmproxy is your swiss-army knife for debugging, + testing, privacy measurements, and penetration + testing. It can be used to intercept, inspect, modify + and replay web traffic such as HTTP/1, HTTP/2, + WebSockets, or any other SSL/TLS-protected + protocols. You can prettify and decode a variety of + message types ranging from HTML to Protobuf, intercept + specific messages on-the-fly, modify them before they + reach their destination, and replay them to a client + or server later on. + </longdescription> <upstream> + <remote-id type="github">mitmproxy/mitmproxy</remote-id> <remote-id type="pypi">mitmproxy</remote-id> </upstream> </pkgmetadata> |