./net/mitmproxy, Interactive console program for inspecting and editing traffic flows

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2019Q2, Version: 4.0.4nb3, Package name: mitmproxy-4.0.4nb3, Maintainer: leot

This package contains tool for HTTP(S) sniffing.

mitmproxy is an interactive, SSL-capable man-in-the-middle proxy
for HTTP with a console interface.

mitmdump is the command-line version of mitmproxy. Think tcpdump
for HTTP.

mitmweb is a web-based interface for mitmproxy.

pathoc and pathod are perverse HTTP client and server applications
designed to let you craft almost any conceivable HTTP request,
including ones that creatively violate the standards.


Required to run:
[security/py-passlib] [security/py-OpenSSL] [security/py-asn1] [security/py-certifi] [security/py-cryptography] [databases/py-ldap3] [lang/python37] [x11/py-pyperclip] [devel/py-sortedcontainers] [devel/py-pyparsing] [devel/py-blinker] [devel/py-click] [devel/py-ruamel-yaml] [devel/py-urwid] [devel/py-kaitaistruct] [archivers/py-brotlipy] [www/py-hyperframe] [www/py-tornado] [www/py-wsproto] [www/py-h2]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: 67871cbf7751d34d254ccc733f5e2cd23fbe8faf
RMD160: d4935a325081544ef0cc9b5551d5eb976ce21777
Filesize: 26495.813 KB

Version history: (Expand)


CVS history: (Expand)


   2019-07-23 13:26:22 by Benny Siegert | Files touched by this commit (3)
Log message:
Pullup ticket #6009 - requested by leot
net/mitmproxy: bugfix

Revisions pulled up:
- net/mitmproxy/Makefile                                        1.26
- net/mitmproxy/distinfo                                        1.17
- net/mitmproxy/patches/patch-mitmproxy_proxy_protocol_websocket.py 1.2

---
   Module Name:    pkgsrc
   Committed By:   leot
   Date:           Sun Jul 21 12:16:29 UTC 2019

   Modified Files:
           pkgsrc/net/mitmproxy: Makefile distinfo
           pkgsrc/net/mitmproxy/patches:
               patch-mitmproxy_proxy_protocol_websocket.py

   Log message:
   mitmproxy: Fix support with newer py-wsproto

   Backport upstream commit 106948d996d74bf5ff7e3511f35eefea0a90561f
   (except setup.py change) to fix support with py-wsproto 0.13.0 and newer.

   PKGREVISION++