Path to this page:
Subject: CVS commit: pkgsrc/net/mitmproxy
From: Leonardo Taccari
Date: 2024-03-24 21:00:11
Message id: 20240324200011.E7F49FA2C@cvs.NetBSD.org
Log Message:
mitmproxy: Update to 10.2.4
Changes:
## mitmproxy 10.2.4
* Fix a bug where errors during startup would not be displayed when running \
mitmproxy.
* Use newer cryptography APIs to avoid CryptographyDeprecationWarnings.
This bumps the minimum required version to cryptography 42.0.
## mitmproxy 10.2.3
* Fix a regression where `allow_hosts`/`ignore_hosts` would break with IPv6 \
connections.
* Fix bug where failed CONNECT request URLs are saved to HAR files incorrectly.
* Fix duplicate answers being returned in DNS queries.
* Fix bug where wireguard config is generated with incorrect endpoint when two \
or more NICs are active.
* Fix a regression when leaf cert creation would fail with intermediate CAs in \
`ca_file`.
* Add `content_view_lines_cutoff` option to mitmdump
* Allow runtime modifications of HTTP flow filters for server replays
* Fix bug view options menu in case of overflow
* Allow --allow-hosts and --ignore-hosts to work together
## mitmproxy 10.2.2
* Fix a regression where clientplayback would break due to eager task execution.
* Fix a regression where WebSocket connections would break due to eager task \
execution.
* Fix bug where insecure HTTP requests are saved incorrectly when exporting to \
HAR files.
* `allow_hosts`/`ignore_hosts` option now matches against the full `host:port` \
string.
Files: