From a8ab3589c4e53c0b415011713954a25dc2ec4a0be17ff2997884881b5fcfa736 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 5 May 2023 12:22:38 +0000 Subject: [PATCH] Accepting request 1084975 from home:mcalabkova:branches:devel:languages:python - 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 --- _service | 2 +- cargo_config | 5 +---- mitmproxy_wireguard-0.1.19.tar.gz | 3 --- mitmproxy_wireguard-0.1.23.tar.gz | 3 +++ python-mitmproxy-wireguard.changes | 9 +++++++++ python-mitmproxy-wireguard.spec | 4 ++-- vendor.tar.zst | 4 ++-- 7 files changed, 18 insertions(+), 12 deletions(-) delete mode 100644 mitmproxy_wireguard-0.1.19.tar.gz create mode 100644 mitmproxy_wireguard-0.1.23.tar.gz diff --git a/_service b/_service index 6915cc3..d211e38 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ - mitmproxy_wireguard-0.1.19.tar.gz + mitmproxy_wireguard-0.1.23.tar.gz zst true diff --git a/cargo_config b/cargo_config index 8f08540..6fb4ff4 100644 --- a/cargo_config +++ b/cargo_config @@ -2,7 +2,4 @@ replace-with = "vendored-sources" [source.vendored-sources] -directory = "vendor" - -[build] -rustflags = ["--cfg", "tokio_unstable"] +directory = "vendor" \ No newline at end of file diff --git a/mitmproxy_wireguard-0.1.19.tar.gz b/mitmproxy_wireguard-0.1.19.tar.gz deleted file mode 100644 index acfb198..0000000 --- a/mitmproxy_wireguard-0.1.19.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:031035b7265763dbefb589c8866ecb5893b2dece807a3fa8510f08ad92c0a476 -size 28833 diff --git a/mitmproxy_wireguard-0.1.23.tar.gz b/mitmproxy_wireguard-0.1.23.tar.gz new file mode 100644 index 0000000..00f02e6 --- /dev/null +++ b/mitmproxy_wireguard-0.1.23.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0f7b44ef9b0601307c122c5fe1ce57368c2fc9330097ec576984a0d640b4727 +size 42755 diff --git a/python-mitmproxy-wireguard.changes b/python-mitmproxy-wireguard.changes index 413bde1..9f46b8e 100644 --- a/python-mitmproxy-wireguard.changes +++ b/python-mitmproxy-wireguard.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri May 5 08:00:35 UTC 2023 - Markéta Machová + +- 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 diff --git a/python-mitmproxy-wireguard.spec b/python-mitmproxy-wireguard.spec index 4902b88..80ddef2 100644 --- a/python-mitmproxy-wireguard.spec +++ b/python-mitmproxy-wireguard.spec @@ -1,7 +1,7 @@ # # 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. # # All modifications and additions to the file contributed by third parties @@ -19,7 +19,7 @@ %define modname mitmproxy_wireguard Name: python-mitmproxy-wireguard -Version: 0.1.19 +Version: 0.1.23 Release: 0 Summary: WireGuard interface for mitmproxy License: MIT diff --git a/vendor.tar.zst b/vendor.tar.zst index 40a938e..bd99d90 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:650d0ae264c4e8afb843d44c514cd334fe905ab21fe357f9e8588ef4d5c0af0a -size 25589897 +oid sha256:1cf0e397d6cece677649802beeb03170799fc5f8bf936cd33a1692150a311181 +size 32098999