From d2f3041d270cba3746dbdb021a4be3d166517e77 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Thu, 24 Sep 2015 01:32:25 +0200 Subject: sshuttle: carry a few bug fixes until next release --- pkgs/tools/security/sshuttle/default.nix | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'pkgs/tools/security/sshuttle') diff --git a/pkgs/tools/security/sshuttle/default.nix b/pkgs/tools/security/sshuttle/default.nix index 18997abb67880..d392f8a2fb63b 100644 --- a/pkgs/tools/security/sshuttle/default.nix +++ b/pkgs/tools/security/sshuttle/default.nix @@ -1,4 +1,4 @@ -{ stdenv, fetchFromGitHub, makeWrapper, pandoc +{ stdenv, fetchFromGitHub, fetchpatch, makeWrapper, pandoc , coreutils, iptables, nettools, openssh, procps, python }: let version = "0.71"; in @@ -12,6 +12,21 @@ stdenv.mkDerivation rec { owner = "sshuttle"; }; + patches = [ + (fetchpatch { + sha256 = "1yrjyvdz6k6zk020dmbagf8w49w8vhfbzgfpsq9jqdh2hbykv3m3"; + url = https://github.com/sshuttle/sshuttle/commit/3cf5002b62650c26a50e18af8d8c5c91d754bab9.patch; + }) + (fetchpatch { + sha256 = "091gg28cnmx200q46bcnxpp9ih9p5qlq0r3bxfm0f4qalg8rmp2g"; + url = https://github.com/sshuttle/sshuttle/commit/d70b5f2b89e593506834cf8ea10785d96c801dfc.patch; + }) + (fetchpatch { + sha256 = "17l9h8clqlbyxdkssavxqpb902j7b3yabrrdalybfpkhj69x8ghk"; + url = https://github.com/sshuttle/sshuttle/commit/a38963301e9c29fbe3232f0a41ea080b642c5ad2.patch; + }) + ]; + nativeBuildInputs = [ makeWrapper pandoc ]; buildInputs = [ coreutils iptables nettools openssh procps python ]; -- cgit 1.4.1