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.
This commit is contained in:
leot 2024-03-24 20:00:11 +00:00
parent 395cd62de0
commit 797a31cc4a
2 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.47 2024/01/28 08:29:03 wiz Exp $
# $NetBSD: Makefile,v 1.48 2024/03/24 20:00:11 leot Exp $
DISTNAME= mitmproxy-10.2.1
DISTNAME= mitmproxy-10.2.4
CATEGORIES= net
MASTER_SITES= https://downloads.mitmproxy.org/${PKGVERSION_NOREV}/
@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-asgiref>=3.2.10:../../www/py-asgiref
DEPENDS+= ${PYPKGPREFIX}-brotli>=1.0:../../archivers/py-brotli
DEPENDS+= ${PYPKGPREFIX}-certifi>=2019.9.11:../../security/py-certifi
DEPENDS+= ${PYPKGPREFIX}-click>=7.0:../../devel/py-click
DEPENDS+= ${PYPKGPREFIX}-cryptography>=39.0:../../security/py-cryptography
DEPENDS+= ${PYPKGPREFIX}-cryptography>=42.0:../../security/py-cryptography
DEPENDS+= ${PYPKGPREFIX}-flask>=1.1.1:../../www/py-flask
DEPENDS+= ${PYPKGPREFIX}-h11>=0.11:../../www/py-h11
DEPENDS+= ${PYPKGPREFIX}-h2>=4.1:../../www/py-h2

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.30 2024/01/06 23:39:24 leot Exp $
$NetBSD: distinfo,v 1.31 2024/03/24 20:00:11 leot Exp $
BLAKE2s (mitmproxy-10.2.1.tar.gz) = a3ac2d141752b5955bfa2e4d7f6a7ce623373974ad0db522db8981c3cd17b497
SHA512 (mitmproxy-10.2.1.tar.gz) = 3d5b8c5ef2f9f68193eed65a03e54a1b026703a76ea33079f7362fcecbe3047aa2f42084abcc9200b49bd49d89b2c053a2f88649b4a0cacaf08339fe04378afb
Size (mitmproxy-10.2.1.tar.gz) = 1529683 bytes
BLAKE2s (mitmproxy-10.2.4.tar.gz) = 13b40b35ca78d6626f1af24754ffaf9f05a22f0edad3088db24794bc0d97e84a
SHA512 (mitmproxy-10.2.4.tar.gz) = babeafb9a54d3fc64db37c37adccf03835a5cba8ec630c63cc614fb774a077625f5f88004c2b3cb2ffb2455280ff97badf6393cb02d10047476012266032dfd8
Size (mitmproxy-10.2.4.tar.gz) = 1530273 bytes