sshuttle 0.76-1ubuntu1.2 source package in Ubuntu

Changelog

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

  * d/p/lp1897987-Backward-compatibility-with-Python-2.4-server.patch:
    - Fix compatibility with remote py3.4 (LP: #1897987)
  * d/p/lp1897961-Fix-shell-quoting.patch:
    - Add missing import needed by previous commit backport
      (LP: #1897961)

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.

 -- Dan Streetman <email address hidden>  Wed, 30 Sep 2020 20:34:45 -0400

Upload details

Uploaded 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
Xenial updates universe net

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
sshuttle_0.76.orig.tar.gz 60.3 KiB 0b915dee37b203109930868465f4ae0389605cd5cde256381b62ef0637c810e0
sshuttle_0.76-1ubuntu1.2.debian.tar.xz 21.2 KiB 716b4c717fd791e19f0b0d24bcf6aa82f74e0ebb84d7f7cd33fffb15b78cdbd1
sshuttle_0.76-1ubuntu1.2.dsc 2.0 KiB d9fc9fc097de657592b0202d302046740b6bece48f749b51a6c12e5c3f75418f

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.