mitmproxy 6.0.2-2 source package in Ubuntu

Changelog

mitmproxy (6.0.2-2) unstable; urgency=medium

  * Team upload.

  [ Sandro Tosi ]
  * debian/watch
    - tweak search regex to optionally look for `v` before version

  [ Andrey Rakhmatullin ]
  * Remove references to the removed OpenSSL.SSL.{SSLv2,SSLv3}_METHOD (Closes:
    #1026525).
  * Update lintian overrides for the newer lintian.

 -- Andrey Rakhmatullin <email address hidden>  Tue, 24 Jan 2023 23:18:17 +0400

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
net
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
mitmproxy_6.0.2-2.dsc 2.9 KiB 7ff8853bca8de08669566e5ff782b393663745e643fb120745cb1bb632533779
mitmproxy_6.0.2.orig.tar.gz 26.0 MiB 15b32ce31e707d35de1707afe09e82bbf3d643bdd93968c5512caba80523c606
mitmproxy_6.0.2-2.debian.tar.xz 13.1 KiB a580bda8a9f81cb5370678acbcc779a8b2e3d1e0c59b219e292265dc9f1ec540

Available diffs

No changes file available.

Binary packages built by this source

mitmproxy: SSL-capable man-in-the-middle HTTP proxy

 mitmproxy is an SSL-capable man-in-the-middle HTTP proxy. It provides
 a console interface that allows traffic flows to be inspected and
 edited on the fly.
 .
 Also shipped is mitmdump, the command-line version of mitmproxy, with
 the same functionality but without the frills. Think tcpdump for
 HTTP.
 .
 Features:
  - intercept and modify HTTP traffic on the fly
  - save HTTP conversations for later replay and analysis
  - replay both HTTP clients and servers
  - make scripted changes to HTTP traffic using Python
  - SSL interception certs generated on the fly