14
0
Files
python-mitmproxy-rs/_service
Steve Kowalik 4092255d0d - Update to 0.11.1:
* Add LocalRedirector.unavailable_reason() and
    TunInterface.unavailable_reason().
  * Add active_processes() on Linux.
  * tun mode: disable rp_filter, remove debug logging.
  * tun mode: re-add debug logging.
  * tun mode: add default netmask
  * Remove superfluous debug logs.
  * Add debug info.
  * Assign a local IP address to our tun interface for Linux compatibility.
  * Add tun mode.
- Switch to srctar for cargo vendoring.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mitmproxy-rs?expand=0&rev=5
2025-02-10 04:50:07 +00:00

9 lines
273 B
Plaintext

<services>
<service name="download_files" mode="manual"/>
<service name="cargo_vendor" mode="disabled">
<param name="srctar">mitmproxy_rs-0.11.1.tar.gz</param>
<param name="compression">zst</param>
<param name="filter">true</param>
</service>
</services>