Bug 260512 - net/py-sshuttle: Update to 1.0.5
Summary: net/py-sshuttle: Update to 1.0.5
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Neel Chauhan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-12-18 09:34 UTC by John Hay
Modified: 2022-03-08 00:45 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (koobs)


Attachments
Patch to update to 1.0.5 (1.11 KB, patch)
2021-12-18 09:34 UTC, John Hay
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description John Hay 2021-12-18 09:34:06 UTC
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)
Comment 1 Rene Ladan freebsd_committer freebsd_triage 2022-03-07 19:54:52 UTC
Maintainer reset.
Comment 2 Neel Chauhan freebsd_committer freebsd_triage 2022-03-08 00:44:36 UTC
Committed!
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-03-08 00:45:27 UTC
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(-)