./net/py-mitmproxy_rs, Mitmproxys Rust bits

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.11.4, Package name: py312-mitmproxy_rs-0.11.4, Maintainer: pkgsrc-users

This repository contains mitmproxy's Rust bits, most notably:

- WireGuard Mode: The ability to proxy any device that can be
configured as a WireGuard client.
- Local Redirect Mode: The ability to proxy arbitrary macOS or Windows
applications by name or pid.


Master sites:

Filesize: 1263.96 KB

Version history: (Expand)


CVS history: (Expand)


   2025-02-06 14:28:12 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-mitmproxy_rs: add a warning about mitmproxy usually also needing updating
   2025-02-04 13:10:44 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
py-mitmproxy_rs: remove unused patch
   2025-02-04 13:10:03 by Adam Ciarcinski | Files touched by this commit (8) | Package updated
Log message:
py-mitmproxy_rs: updated to 0.11.4

06 January 2025: mitmproxy_rs 0.11.4

- Fix PyInstaller hooks to include `mitmproxy_linux`.

05 January 2025: mitmproxy_rs 0.11.3

- Fix CI to build wheels compatible with Python 3.13 for mitmproxy-linux.

03 January 2025: mitmproxy_rs 0.11.2

- Add local redirect mode for Linux.
- Update dependencies.

11 December 2024: mitmproxy_rs 0.11.1

- Update twine to fix the deploy CI.

10 December 2024: mitmproxy_rs 0.11.0

- Add `LocalRedirector.unavailable_reason()` and `TunInterface.unavailable_reason()`.
- Add `active_processes()` on Linux.

28 October 2024: mitmproxy_rs 0.10.7

- tun mode: disable rp_filter, remove debug logging.

28 October 2024: mitmproxy_rs 0.10.6

- tun mode: re-add debug logging.

27 October 2024: mitmproxy_rs 0.10.5

- tun mode: add default netmask

27 October 2024: mitmproxy_rs 0.10.4

- Remove superfluous debug logs.

27 October 2024: mitmproxy_rs 0.10.3

- Add more debug info.

27 October 2024: mitmproxy_rs 0.10.2

- Add debug info.

27 October 2024: mitmproxy_rs 0.10.1

- Assign a local IP address to our `tun` interface for Linux compatibility.

27 October 2024: mitmproxy_rs 0.10.0

- Add `tun` mode.
   2024-12-29 23:34:36 by Leonardo Taccari | Files touched by this commit (3)
Log message:
py-mitmproxy_rs: Add missing version

Add missing version in pyproject.toml. Seems required with newer maturin.

Bump PKGREVISION.
   2024-11-13 14:32:26 by Jonathan Perkin | Files touched by this commit (11)
Log message:
*: Switch to py-maturin's tool.mk
   2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325)
Log message:
*: clean-up after python38 removal
   2024-08-31 10:43:01 by Thomas Klausner | Files touched by this commit (2)
Log message:
py-mitmproxy_rs: fix PLIST with latest py-maturin
   2024-06-10 13:20:19 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-mitmproxy_rs: updated to 0.5.2

0.5.2
- Dependency updates.