fix(mitmproxy): Use mitmproxy 8.1.1 - last pure Python version
- mitmproxy 9.x requires mitmproxy-wireguard (Rust) - mitmproxy 10.x requires mitmproxy_rs (Rust) - mitmproxy 8.1.1 is the last version without any Rust dependencies Bump release to r3. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
4c7c76743d
commit
8b784ea99e
@ -1,7 +1,7 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=secubox-app-mitmproxy
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=3
|
||||
PKG_VERSION:=0.4.0
|
||||
PKG_ARCH:=all
|
||||
PKG_MAINTAINER:=CyberMind Studio <contact@cybermind.fr>
|
||||
|
||||
@ -325,8 +325,9 @@ apk add --no-cache \
|
||||
openssl \
|
||||
ca-certificates
|
||||
|
||||
# Install mitmproxy 9.0.1 (last version before mitmproxy_rs Rust dependency was added in 10.x)
|
||||
pip3 install --break-system-packages 'mitmproxy==9.0.1'
|
||||
# Install mitmproxy 8.1.1 (last pure-Python version without any Rust dependencies)
|
||||
# 9.x requires mitmproxy-wireguard (Rust), 10.x requires mitmproxy_rs (Rust)
|
||||
pip3 install --break-system-packages 'mitmproxy==8.1.1'
|
||||
|
||||
# Create directories
|
||||
mkdir -p /data /var/log/mitmproxy /etc/mitmproxy/addons
|
||||
|
||||
Loading…
Reference in New Issue
Block a user