forked from pool/python-mitmproxy-wireguard
- Update to 0.1.23 * Fix memory leak in TcpStream.read, which caused any bytes object returned by this method never to be garbage collected. * Run cleanup of TCP connection handler tasks eagerly instead of only at task shutdown. * Update to pyo3 v0.18.2, which includes a fix for a rare race condition. * Pin x25519-dalek dependency to =2.0.0-pre.1 to fix build issues with recent releases that contain breaking changes. OBS-URL: https://build.opensuse.org/request/show/1084975 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mitmproxy-wireguard?expand=0&rev=4
11 lines
342 B
Plaintext
11 lines
342 B
Plaintext
<services>
|
|
<service name="download_files" mode="disabled"/>
|
|
<service name="cargo_vendor" mode="disabled">
|
|
<param name="srctar">mitmproxy_wireguard-0.1.23.tar.gz</param>
|
|
<param name="compression">zst</param>
|
|
<param name="update">true</param>
|
|
</service>
|
|
<service name="cargo_audit" mode="disabled">
|
|
</service>
|
|
</services>
|