From 2ea08893b0c07806c74abd65bd99d24b04d21d15 Mon Sep 17 00:00:00 2001 From: Morgan Jones Date: Sun, 4 May 2025 23:49:08 -0700 Subject: [PATCH] openssh_gssapi: correct Debian patch URL Upstream version is 10.0p2 but Debian cut it at 10.0p1. See the note about the error in the release process: https://www.openwall.com/lists/oss-security/2025/04/09/6 --- pkgs/tools/networking/openssh/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/networking/openssh/default.nix b/pkgs/tools/networking/openssh/default.nix index 7b5695b010849..ab020a2d4b57d 100644 --- a/pkgs/tools/networking/openssh/default.nix +++ b/pkgs/tools/networking/openssh/default.nix @@ -97,7 +97,7 @@ in (fetchpatch { name = "openssh-gssapi.patch"; - url = "https://salsa.debian.org/ssh-team/openssh/raw/debian/1%25${version}-1/debian/patches/gssapi.patch"; + url = "https://salsa.debian.org/ssh-team/openssh/raw/debian/1%2510.0p1-1/debian/patches/gssapi.patch"; hash = "sha256-7Q27tvtCY3b9evC3lbqEz4u7v5DcerjWZfhh8azIAQo="; }) ];