[Bug 260512] net/py-sshuttle: Update to 1.0.5

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 18 Dec 2021 09:34:06 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260512

            Bug ID: 260512
           Summary: net/py-sshuttle: Update to 1.0.5
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: koobs@FreeBSD.org
          Reporter: john@sanren.ac.za
          Assignee: koobs@FreeBSD.org
             Flags: maintainer-feedback?(koobs@FreeBSD.org)

Created attachment 230218
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=230218&action=edit
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)

-- 
You are receiving this mail because:
You are the assignee for the bug.