openssh_hpn: 10.3p1 -> 10.5p1

(cherry picked from commit 270ca47688)
This commit is contained in:
Morgan Jones
2026-08-13 00:23:00 -07:00
committed by github-actions[bot]
parent d6ea029d9c
commit b9a38e5a04

View File

@@ -40,17 +40,17 @@ in
openssh_hpn = common rec {
pname = "openssh-with-hpn";
version = "10.3p1";
version = "10.5p1";
extraDesc = " with high performance networking patches";
src = fetchurl {
url = urlFor version;
hash = "sha256-VmgqNruS3PS08Bb9jsjnQFm3mo3iXBXWcNcx59GORfQ=";
hash = "sha256-1E0oqDnqna+WnMaRUP3lmRCys5Nh2tgaO9bL0ZIY2xE=";
};
extraPatches =
let
urlBase = "https://raw.githubusercontent.com/freebsd/freebsd-ports/294be7ad9ef5106b696d830e06b9f322bd79d6f5/security/openssh-portable/files";
urlBase = "https://raw.githubusercontent.com/freebsd/freebsd-ports/b6e1767f0a502a384a7b9270a89123775a4bdc21/security/openssh-portable/files";
noBlocklistdHpnGluePatch = "${urlBase}/extra-patch-no-blocklistd-hpn-glue";
hpnPatch = "${urlBase}/extra-patch-hpn";
in
@@ -72,7 +72,7 @@ in
url = hpnPatch;
stripLen = 1;
excludes = [ "channels.c" ];
hash = "sha256-dEYCSBcUXbSBzoMV/6QwLl5tj0c0/DPTtArchfRRQvM=";
hash = "sha256-Hq30DZ5i32aHalliyjdELe91aMDTT7/vAANY8RVn6B4=";
})
(fetchpatch {