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
This commit is contained in:
Morgan Jones
2025-05-04 23:50:22 -07:00
parent 24ea8a988d
commit 2ea08893b0
+1 -1
View File
@@ -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=";
})
];