ports@, I'd like to update security/mitmproxy to 12.1.1,
It needs an updated of devel/py-typing-extensions which was commited, and otherwise it is quite clean update. I had tested on -current/amd64, no regression on my use case. Anyway, any feedback, tests and ok welcome. Index: Makefile =================================================================== RCS file: /home/cvs/ports/security/mitmproxy/Makefile,v diff -u -p -r1.12 Makefile --- Makefile 10 May 2025 08:30:54 -0000 1.12 +++ Makefile 25 May 2025 20:36:21 -0000 @@ -1,6 +1,6 @@ COMMENT = interactive intercepting HTTP proxy -MODPY_DISTV = 12.0.1 +MODPY_DISTV = 12.1.1 DISTNAME = mitmproxy-${MODPY_DISTV} @@ -40,6 +40,7 @@ RUN_DEPENDS = www/py-aioquic \ textproc/py-ruamel.yaml \ devel/py-sortedcontainers \ www/py-tornado \ + devel/py-typing-extensions \ devel/py-urwid \ net/py-wsproto \ net/py-publicsuffix2 \ Index: distinfo =================================================================== RCS file: /home/cvs/ports/security/mitmproxy/distinfo,v diff -u -p -r1.8 distinfo --- distinfo 10 May 2025 08:30:54 -0000 1.8 +++ distinfo 25 May 2025 20:41:08 -0000 @@ -1,2 +1,2 @@ -SHA256 (mitmproxy-12.0.1.tar.gz) = r/1pzW3HqP27inoBz28ffdyg+XrM2YpsGLc5gdBOrk8= -SIZE (mitmproxy-12.0.1.tar.gz) = 1560936 +SHA256 (mitmproxy-12.1.1.tar.gz) = k9Qtjr39WcCUAgcfsOzmi85KTCeqraMvc4IKMRK8y24= +SIZE (mitmproxy-12.1.1.tar.gz) = 1707016 -- wbr, Kirill