openssh_hpn: 10.0p2 -> 10.1p1

Fixes CVE-2025-61984 and CVE-2025-61985.

https://www.openssh.com/txt/release-10.1
This commit is contained in:
Thomas Gerbet
2025-10-08 08:23:04 +02:00
parent f7b73dd618
commit 5edafc5d28
+4 -4
View File
@@ -50,17 +50,17 @@ in
openssh_hpn = common rec {
pname = "openssh-with-hpn";
version = "10.0p2";
version = "10.1p1";
extraDesc = " with high performance networking patches";
src = fetchurl {
url = urlFor version;
hash = "sha256-AhoucJoO30JQsSVr1anlAEEakN3avqgw7VnO+Q652Fw=";
hash = "sha256-ufx6K4JXlGem8vQ+SoHI4d/aYU3bT5slWq/XAgu/B1g=";
};
extraPatches =
let
url = "https://raw.githubusercontent.com/freebsd/freebsd-ports/dde9561b3ff73639aeebe8ec33ad52ecca0bf58d/security/openssh-portable/files/extra-patch-hpn";
url = "https://raw.githubusercontent.com/freebsd/freebsd-ports/7d4f03d56d19a19a15399a03b3ceca8a0f5924b4/security/openssh-portable/files/extra-patch-hpn";
in
[
./ssh-keysign-8.5.patch
@@ -71,7 +71,7 @@ in
inherit url;
stripLen = 1;
excludes = [ "channels.c" ];
hash = "sha256-0HQAacNdvqX+7CTDhkbgAyb0WbqnnH6iAYQBFh8XenA=";
hash = "sha256-BGR0Jn1JoD/0q9/TKjygg9C3UWeVf0R2DrH0esMzmpY=";
})
(fetchpatch {