mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
openssh_hpn: 10.3p1 -> 10.5p1
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user