Created attachment 230218 [details] Patch to update to 1.0.5 Here is a patch to upgrade net/py-sshuttle to 1.0.5. The current version 0.78.5 does not work in python 3.8 anymore. It dies with: Traceback (most recent call last): File "<string>", line 1, in <module> File "assembler.py", line 38, in <module> File "sshuttle.server", line 298, in main File "/usr/local/lib/python3.8/socket.py", line 544, in fromfd return socket(family, type, proto, nfd) File "/usr/local/lib/python3.8/socket.py", line 231, in __init__ _socket.socket.__init__(self, family, type, proto, fileno)
Maintainer reset.
Committed!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=7102abb3b964000508e1b8ce9f74e64e031c1f12 commit 7102abb3b964000508e1b8ce9f74e64e031c1f12 Author: John Hay <john@sanren.ac.za> AuthorDate: 2022-03-08 00:44:15 +0000 Commit: Neel Chauhan <nc@FreeBSD.org> CommitDate: 2022-03-08 00:44:15 +0000 net/py-sshuttle: Update to 1.0.5 PR: 260512 net/py-sshuttle/Makefile | 3 ++- net/py-sshuttle/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-)