pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
mitmproxy: Remove TODO, now works!
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Tue Jan 2 13:49:36 2024 +0100
Changeset: e927724cafcd17c4050ecd89153019dd97fa7ded
Removed Files:
mitmproxy/TODO
Log Message:
mitmproxy: Remove TODO, now works!
Downgrading mitmproxy_rs to 0.4.1 did the trick.
There is still several cleanups and double-checks to do in dependencies
and eventually here too regarding the urwid kludge but we have finally
something usable!
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e927724cafcd17c4050ecd89153019dd97fa7ded
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
mitmproxy/TODO | 19 -------------------
1 file changed, 19 deletions(-)
diffs:
diff --git a/mitmproxy/TODO b/mitmproxy/TODO
deleted file mode 100644
index 393489e734..0000000000
--- a/mitmproxy/TODO
+++ /dev/null
@@ -1,19 +0,0 @@
-On NetBSD nun fails with:
-
-Traceback (most recent call last):
- File "/usr/pkg/bin/mitmproxy", line 5, in <module>
- from mitmproxy.tools.main import mitmproxy
- File "/usr/pkg/lib/python3.11/site-packages/mitmproxy/tools/main.py", line 15, in <module>
- from mitmproxy import master
- File "/usr/pkg/lib/python3.11/site-packages/mitmproxy/master.py", line 5, in <module>
- from .addons import termlog
- File "/usr/pkg/lib/python3.11/site-packages/mitmproxy/addons/__init__.py", line 6, in <module>
- from mitmproxy.addons import clientplayback
- File "/usr/pkg/lib/python3.11/site-packages/mitmproxy/addons/clientplayback.py", line 26, in <module>
- from mitmproxy.proxy import server
- File "/usr/pkg/lib/python3.11/site-packages/mitmproxy/proxy/server.py", line 91, in <module>
- class ConnectionIO:
- File "/usr/pkg/lib/python3.11/site-packages/mitmproxy/proxy/server.py", line 94, in ConnectionIO
- asyncio.StreamReader | udp.DatagramReader | mitmproxy_rs.TcpStream
- ^^^^^^^^^^^^^^^^^^^^^^
-AttributeError: module 'mitmproxy_rs' has no attribute 'TcpStream'. Did you mean: 'Stream'?
Home |
Main Index |
Thread Index |
Old Index