mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
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:
parent
c606de191f
commit
c2e6ca501e
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue