forked from pool/python-mitmproxy-wireguard
Accepting request 1085093 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1085093 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mitmproxy-wireguard?expand=0&rev=2
This commit is contained in:
2
_service
2
_service
@@ -1,7 +1,7 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="download_files" mode="disabled"/>
|
<service name="download_files" mode="disabled"/>
|
||||||
<service name="cargo_vendor" mode="disabled">
|
<service name="cargo_vendor" mode="disabled">
|
||||||
<param name="srctar">mitmproxy_wireguard-0.1.19.tar.gz</param>
|
<param name="srctar">mitmproxy_wireguard-0.1.23.tar.gz</param>
|
||||||
<param name="compression">zst</param>
|
<param name="compression">zst</param>
|
||||||
<param name="update">true</param>
|
<param name="update">true</param>
|
||||||
</service>
|
</service>
|
||||||
|
|||||||
@@ -3,6 +3,3 @@ replace-with = "vendored-sources"
|
|||||||
|
|
||||||
[source.vendored-sources]
|
[source.vendored-sources]
|
||||||
directory = "vendor"
|
directory = "vendor"
|
||||||
|
|
||||||
[build]
|
|
||||||
rustflags = ["--cfg", "tokio_unstable"]
|
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:031035b7265763dbefb589c8866ecb5893b2dece807a3fa8510f08ad92c0a476
|
|
||||||
size 28833
|
|
||||||
3
mitmproxy_wireguard-0.1.23.tar.gz
Normal file
3
mitmproxy_wireguard-0.1.23.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b0f7b44ef9b0601307c122c5fe1ce57368c2fc9330097ec576984a0d640b4727
|
||||||
|
size 42755
|
||||||
@@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 5 08:00:35 UTC 2023 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
- 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.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 13 14:59:29 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
Tue Dec 13 14:59:29 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-mitmproxy-wireguard
|
# spec file for package python-mitmproxy-wireguard
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
# Copyright (c) specCURRENT_YEAR SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) specCURRENT_YEAR SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%define modname mitmproxy_wireguard
|
%define modname mitmproxy_wireguard
|
||||||
Name: python-mitmproxy-wireguard
|
Name: python-mitmproxy-wireguard
|
||||||
Version: 0.1.19
|
Version: 0.1.23
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: WireGuard interface for mitmproxy
|
Summary: WireGuard interface for mitmproxy
|
||||||
License: MIT
|
License: MIT
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:650d0ae264c4e8afb843d44c514cd334fe905ab21fe357f9e8588ef4d5c0af0a
|
oid sha256:1cf0e397d6cece677649802beeb03170799fc5f8bf936cd33a1692150a311181
|
||||||
size 25589897
|
size 32098999
|
||||||
|
|||||||
Reference in New Issue
Block a user