openssh: fix tunnel forwarding (upstream patch)

Close #48031, fixes #48016.  I didn't use the PR commit
because I think it's better to fetch the patch.
This commit is contained in:
Vladimír Čunát 2018-10-08 11:53:08 +02:00
parent c606de191f
commit c2e6ca501e
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -37,6 +37,13 @@ stdenv.mkDerivation rec {
patches =
[
# Remove on update!
(fetchpatch {
name = "fix-tunnel-forwarding.diff";
url = "https://github.com/openssh/openssh-portable/commit/cfb1d9bc767.diff";
sha256 = "1mszj7f1kj6bazr7asbi1bi4238lfpilpp98f6c1dn3py4fbsdg8";
})
./locale_archive.patch
./fix-host-key-algorithms-plus.patch