Changelog for
sshuttle-1.1.1-48.5.noarch.rpm :
* Mon Feb 26 2024 Dominique Leuenberger
- Use %autosetup macro. Allows to eliminate the usage of deprecated PatchN.
* Thu Sep 21 2023 Dirk Müller - add sysusers-requires- remove sle12 specific conditionals
* Tue Jul 04 2023 Johannes Segitz - Remove
* PrivateDevices=true
* ProtectHostname=true
* ProtectClock=true
* ProtectKernelTunables=true
* ProtectKernelModules=true
* ProtectKernelLogs=true
* RestrictRealtime=true settings from service file as they imply NNP, which doesn\'t work with the sudo setup sshuttle uses (bsc#1212949)
* Mon Jun 12 2023 Dirk Müller - switch to pep517 build for better shebangs
* Sat Dec 03 2022 Dirk Müller - update to 1.1.1:
* Make --sudoers option work properly, fix regression in v1.1.0
* Clarify --disable-ipv6 in man page.
* Improve message when bind fails with a IPv6 address
* Add tests for host name resolution
* Allows wildcard host names as subnets
* Fix typo
* Remove --sudoers, improve --sudoers-no-modify
* avoid moving/renaming the hosts file - fix docker container issue
* fixed some spelling mistakes
* Fix incorrect permissions for /etc/hosts
* This test broke in Python3.11
* all elements are strings
* Replace setuptools_scm with bump2version- drop fix-shebang.patch (obsolete)
* Wed May 04 2022 Dirk Müller - depend on setuptools_scm also on older dists
* Mon Apr 25 2022 pgajdosAATTsuse.com- version update to 1.1.0
* Support the sudo use_pty option which is now the default in some operating systems. See #712.
* Support doas as well as sudo. See #708.
* for more details see https://github.com/sshuttle/sshuttle/releases/- modified patches % fix-shebang.patch (refreshed)- python-mock is not required for build
* Tue Dec 07 2021 pgajdosAATTsuse.com- do not require pytest-runner for build, it is not needed
* Fri Nov 26 2021 Johannes Segitz - Added hardening to systemd service(s) (bsc#1181400). Modified:
* sshuttle.service
* Fri Jun 18 2021 Loic Devulder - Sshuttle service should be started after firewalld
* Thu Jun 10 2021 Loic Devulder - Fix fix-shebang.patch to use /bin/bash and /bin/sh, as older distributions don\'t have /usr/bin/bash
* Wed Jun 09 2021 Loic Devulder - Add support for a systemd service, this is useful if we want to start sshuttle VPN at boot time.
* Fri Feb 19 2021 Dirk Müller - only build for main python3 version, this is not a module
* Mon Jan 04 2021 Paolo Stivanin - Update to 1.0.5: + Added
* IPv6 support in nft method.
* Intercept DNS requests sent by systemd-resolved.
* Set default tmark.
* Fix python2 server compatibility.
* Python 3.9 support. + Fixed
* Fix #494 sshuttle caught in infinite select() loop.
* Include sshuttle version in verbose output.
* Add psutil as dependency in setup.py
* When subnets and excludes are specified with hostnames, use all IPs.
* Update/document client\'s handling of IPv4 and IPv6.
* Update sdnotify.py documentation.
* Allow no remote to work.
* Make prefixes in verbose output more consistent.
* Make nat and nft rules consistent; improve rule ordering.
* Make server and client handle resolv.conf differently.
* Fix handling OSError in FirewallClient#__init__
* Refactor automatic method selection.