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