Commit graph

36 commits

Author SHA1 Message Date
Bjørn Forsman f1af4c1d18 sshuttle: 1.0.3 -> 1.0.5
New dependency: psutil
Changed license: LGPL-2.1
2021-07-19 09:57:39 +02:00
Sandro Jäckel 0e4f71d8a8
sshuttle: format, cleanup, remove extra test dependencies 2021-07-17 23:03:01 +02:00
Sandro Jäckel 89d5f4b3d0
treewide: setuptools_scm -> setuptools-scm 2021-06-03 12:44:33 +02:00
Ben Siraphob 8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Mario Rodas 6138e83fb1
sshuttle: 1.0.2 -> 1.0.3 2020-07-20 04:20:00 -05:00
Mario Rodas aaf6cf74ce
sshuttle: fix build on darwin 2020-07-07 19:54:40 -05:00
R. RyanTM 1ba6cedad1 sshuttle: 0.78.5 -> 1.0.2 2020-07-07 18:41:55 +00:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Frederik Rietdijk 46ec52f329 buildPython*: use pname 2020-03-30 17:07:41 +02:00
volth f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Carlos D 5bcf9e29ca sshuttle: 0.78.4 -> 0.78.5 2019-03-06 11:37:33 +11:00
John Ericson 2c2f1e37d4 reewide: Purge all uses stdenv.system and top-level system
It is deprecated and will be removed after 18.09.
2018-08-30 17:20:32 -04:00
markuskowa b0401fa044 sshuttle: 0.78.3 -> 0.78.4 (#44895) 2018-08-30 11:11:33 +02:00
Markus Kowalewski 6aa7ef1133
sshuttle: add license 2018-08-11 14:36:01 +02:00
Matthew Bauer ce8ce600ae unix-tools: introduce unix-tools.nix
unix-tools.nix has a collection of tools that are commonly installed
by default in Unix derivatives. This is intended to provide
compatibility between macOS and Linux users. Three Linux-only
derivations are provided for compatbility:

- procps
- utillinux
- nettools

More tools are also provided.

Also: treewide: use unixtools

Non-comprehensive replace of Linux-only procps and util-linux with
'unixtools'.
2018-03-26 17:40:55 -05:00
Jörg Thalheim 01014713bf sshuttle: upstream fixed tests 2018-03-16 09:59:24 +00:00
Jörg Thalheim ca1921eb5b shuttle: disable buggy test on darwin 2018-03-14 09:32:17 +00:00
volth f161fe06b8 sshuttle: fix build on i686-linux 2018-03-14 09:14:16 +00:00
Tobias Geerinckx-Rice 0f84673f3d
Remove nckx as a maintainer for all packages
Goodbye, and thanks for all the Nix...
2018-01-16 23:00:49 +01:00
Dario Bertini 08d05f1ef5 Fetch sshuttle-darwin patch from github 2017-09-26 07:16:14 +01:00
Dario Bertini 7055b4aa45 Fix tests for Sshuttle on Darwin. 2017-09-24 23:46:07 +01:00
Aristid Breitkreuz 01557ee8b9 sshuttle: clean up expression a little bit 2017-07-09 12:17:14 +02:00
Aristid Breitkreuz 19dfb63036 sshuttle: 0.78.0 -> 0.78.3, use py3 for tests to succeed 2017-07-09 09:59:20 +02:00
Domen Kožar b49bf121b8 rename iElectric to domenkozar to match GitHub 2016-05-17 13:00:47 +01:00
Frederik Rietdijk d5e6a4494a Python: use PyPI mirror (#15001)
* mirrors: add pypi

* Python: Use pypi mirror for all PyPI packages
2016-04-26 13:38:03 +01:00
Tobias Geerinckx-Rice 46a3a12971
sshuttle: 0.77.2 -> 0.78.0 2016-04-08 17:39:38 +02:00
Tobias Geerinckx-Rice 04573b82bc sshuttle: 0.76 -> 0.77.2 2016-03-08 03:09:41 +01:00
Frederik Rietdijk 4d06bf70f4 buildPythonApplication: use new function for Python applications 2016-02-19 13:16:41 +01:00
Tobias Geerinckx-Rice ac33b4724a More version attribute tidying where maintainers |= nckx 2016-01-25 20:08:34 +01:00
Tobias Geerinckx-Rice 0ef8fa011f sshuttle: 0.74 -> 0.76
And back to fetchurl we go:

  “LookupError: setuptools-scm was unable to detect version for
   '/tmp/nix-build-.../sshuttle-v0.76-src'. Make sure you're not
   using GitHub's tarballs (or similar ones), as those don't
   contain the necessary metadata. Use PyPI's tarballs instead.”
2016-01-17 21:52:36 +01:00
zimbatm 573ec2d9ae sshuttle: 0.71 -> 0.74
the tags are now in a different form

sshuttle is now a real python package
2016-01-11 11:58:04 +00:00
Tobias Geerinckx-Rice 198dda950b sshuttle: add PyXAPI for tproxy UDP proxy support 2015-09-24 13:18:39 +02:00
Tobias Geerinckx-Rice d2f3041d27 sshuttle: carry a few bug fixes until next release 2015-09-24 13:18:38 +02:00
Tobias Geerinckx-Rice ffe94847a3 sshuttle: 0.61 -> 0.71
Account for a zany new build system & add myself as a maintainer.

Tested by connecting to a remote system and browsing the web & LAN,
both as root and a regular (sudo) user. Cool tool.

CC @iElectric
2015-09-23 12:19:24 +02:00
Domen Kožar f82cfef944 add sshuttle: Transparent proxy server that works as a poor man's VPN 2013-10-05 16:46:56 +02:00