openssh: 9.4p1 -> 9.5p1

+2 -10
-8
pkgs/tools/networking/openssh/common.nix
··· 45 46 # See discussion in https://github.com/NixOS/nixpkgs/pull/16966 47 ./dont_create_privsep_path.patch 48 - 49 - # Pull upstream zlib-1.3 support. 50 - # The patch changes configure.ac, uses autoreconfHook. 51 - (fetchpatch { 52 - name = "zlib-1.3.patch"; 53 - url = "https://github.com/openssh/openssh-portable/commit/cb4ed12ffc332d1f72d054ed92655b5f1c38f621.patch"; 54 - hash = "sha256-3Gx0/I2n9/XaWCIefVYtvk5f+VgH6MlhMBse+PMyf34="; 55 - }) 56 ] ++ extraPatches; 57 58 postPatch =
··· 45 46 # See discussion in https://github.com/NixOS/nixpkgs/pull/16966 47 ./dont_create_privsep_path.patch 48 ] ++ extraPatches; 49 50 postPatch =
+2 -2
pkgs/tools/networking/openssh/default.nix
··· 5 { 6 openssh = common rec { 7 pname = "openssh"; 8 - version = "9.4p1"; 9 10 src = fetchurl { 11 url = "mirror://openbsd/OpenSSH/portable/openssh-${version}.tar.gz"; 12 - hash = "sha256-Ngj9kIjbIWPOs+YAyFq3nQ3j0iHlkZLqGSPiMmOGaoU="; 13 }; 14 15 extraPatches = [ ./ssh-keysign-8.5.patch ];
··· 5 { 6 openssh = common rec { 7 pname = "openssh"; 8 + version = "9.5p1"; 9 10 src = fetchurl { 11 url = "mirror://openbsd/OpenSSH/portable/openssh-${version}.tar.gz"; 12 + hash = "sha256-8Cbnt5un+1QPdRgq+W3IqPHbOV+SK7yfbKYDZyaGCGs="; 13 }; 14 15 extraPatches = [ ./ssh-keysign-8.5.patch ];