Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/mitmproxy/
Date: Wed, 02 Sep 2020 22:43:52
Message-Id: 1599086616.24cccd74ffbf043555b7b8ade7614d16bab8c85d.sam@gentoo
1 commit: 24cccd74ffbf043555b7b8ade7614d16bab8c85d
2 Author: Matt Smith <matt <AT> offtopica <DOT> uk>
3 AuthorDate: Sat Aug 29 13:26:25 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 2 22:43:36 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24cccd74
7
8 net-proxy/mitmproxy: Update metadata.xml
9
10 Add myself and the proxy-maintainer project as maintainers, and also
11 add a description and the GitHub upstream.
12
13 Package-Manager: Portage-3.0.4, Repoman-3.0.1
14 Signed-off-by: Matt Smith <matt <AT> offtopica.uk>
15 Signed-off-by: Sam James <sam <AT> gentoo.org>
16
17 net-proxy/mitmproxy/metadata.xml | 22 +++++++++++++++++++++-
18 1 file changed, 21 insertions(+), 1 deletion(-)
19
20 diff --git a/net-proxy/mitmproxy/metadata.xml b/net-proxy/mitmproxy/metadata.xml
21 index c7003e858b4..1d76cc4073a 100644
22 --- a/net-proxy/mitmproxy/metadata.xml
23 +++ b/net-proxy/mitmproxy/metadata.xml
24 @@ -1,8 +1,28 @@
25 <?xml version="1.0" encoding="UTF-8"?>
26 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
27 <pkgmetadata>
28 - <!-- maintainer-needed -->
29 + <maintainer type="person">
30 + <email>matt@×××××××××.uk</email>
31 + <name>Matt Smith</name>
32 + </maintainer>
33 + <maintainer type="project">
34 + <email>proxy-maint@g.o</email>
35 + <name>Proxy Maintainers</name>
36 + </maintainer>
37 + <longdescription lang="en">
38 + mitmproxy is your swiss-army knife for debugging,
39 + testing, privacy measurements, and penetration
40 + testing. It can be used to intercept, inspect, modify
41 + and replay web traffic such as HTTP/1, HTTP/2,
42 + WebSockets, or any other SSL/TLS-protected
43 + protocols. You can prettify and decode a variety of
44 + message types ranging from HTML to Protobuf, intercept
45 + specific messages on-the-fly, modify them before they
46 + reach their destination, and replay them to a client
47 + or server later on.
48 + </longdescription>
49 <upstream>
50 + <remote-id type="github">mitmproxy/mitmproxy</remote-id>
51 <remote-id type="pypi">mitmproxy</remote-id>
52 </upstream>
53 </pkgmetadata>