From c1c713d4c4b6633b46f8b09325701212e55271bf Mon Sep 17 00:00:00 2001 From: CyberMind-FR Date: Sat, 10 Jan 2026 15:36:11 +0100 Subject: [PATCH] fix: Use mitmproxy 8.1.1 (pure Python, no Rust) mitmproxy 9.x requires mitmproxy-wireguard (Rust). Version 8.1.1 is pure Python and works on OpenWrt. Co-Authored-By: Claude Opus 4.5 --- package/secubox/secubox-app-mitmproxy/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/secubox/secubox-app-mitmproxy/Makefile b/package/secubox/secubox-app-mitmproxy/Makefile index 72913e2f..c06229d7 100644 --- a/package/secubox/secubox-app-mitmproxy/Makefile +++ b/package/secubox/secubox-app-mitmproxy/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=secubox-app-mitmproxy -PKG_VERSION:=9.0.1 +PKG_VERSION:=8.1.1 PKG_RELEASE:=1 PKG_MAINTAINER:=CyberMind @@ -90,7 +90,7 @@ define Package/secubox-app-mitmproxy/postinst # Install mitmproxy via pip if not already installed if ! python3 -c "import mitmproxy" 2>/dev/null; then echo "Installing mitmproxy via pip..." - pip3 install --no-cache-dir mitmproxy==9.0.1 + pip3 install --no-cache-dir mitmproxy==8.1.1 fi # Generate CA certificate if not exists