sshuttle 0.76-1ubuntu1.1 source package in Ubuntu

Changelog

sshuttle (0.76-1ubuntu1.1) xenial; urgency=medium

  [ Dan Streetman ]
  * d/p/lp1896299/0001-Add-support-for-iproute2.patch,
    d/p/lp1896299/0002-Small-refactoring-of-netstat-iproute-parsing.patch,
    d/p/lp1896299/0003-Backward-compatibility-with-Python-2.4-server.patch:
    - allow connecting to remote without netstat (LP: #1896299)
  * d/p/lp1592853-Use-versions-of-python3-greater-than-3.5-when-availa.patch:
    - detect if remote python is 'python' or 'python3' (LP: #1592853)
  * d/p/lp1873368/0001-Don-t-crash-if-we-can-t-look-up-peername.patch,
    d/p/lp1873368/0002-allow-Mux-flush-fill-to-work-with-python-3.5.patch,
    d/p/lp1873368/0003-Fix-python2-server-compatibility.patch:
    - fix interoperability with remote py2 and/or py3
      (same bug as below)

  [ Felipe Reyes ]
  * d/p/0001-compatibility-with-python38.patch:
    Backport patch to make sshuttle compatible
    with python-3.8. (LP: #1873368). Closes: #953621.

 -- Felipe Reyes <email address hidden>  Sat, 19 Sep 2020 13:50:22 -0400

Upload details

Uploaded by:
Felipe Reyes
Sponsored by:
Dan Streetman
Uploaded to:
Xenial
Original maintainer:
Javier Fernández-Sanguino
Architectures:
all
Section:
net
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
sshuttle_0.76.orig.tar.gz 60.3 KiB 0b915dee37b203109930868465f4ae0389605cd5cde256381b62ef0637c810e0
sshuttle_0.76-1ubuntu1.1.debian.tar.xz 20.7 KiB f18cbb63ff5902af0f91d7188d88d62abc94d19cdbcf236a605e4f3b68256363
sshuttle_0.76-1ubuntu1.1.dsc 2.0 KiB 5640902b32d231866deceb35d3e3b939bd365a1413bbb8cb40ef33d9b2071b99

Available diffs

View changes file

Binary packages built by this source

sshuttle: Transparent proxy server for VPN over SSH

 Sshuttle makes it possible to access remote networks using SSH. It creates a
 transparent proxy server, using iptables, that will forward all the traffic
 through an SSH tunnel to a remote copy of sshuttle.
 .
 It does not require installation on the remote server, which just needs to
 have Python installed.