openssh_gssapi: 9.6p1 -> 9.7p1

This is a follow up to #295133 now that the GSSAPI patch has been updated.

Upstream changes:
https://www.openssh.com/txt/release-9.7
This commit is contained in:
Thomas Gerbet 2024-04-01 14:07:17 +02:00 committed by tomf
parent c227fd362f
commit 1a462800bf

View File

@ -58,12 +58,12 @@ in
openssh_gssapi = common rec { openssh_gssapi = common rec {
pname = "openssh-with-gssapi"; pname = "openssh-with-gssapi";
version = "9.6p1"; version = "9.7p1";
extraDesc = " with GSSAPI support"; extraDesc = " with GSSAPI support";
src = fetchurl { src = fetchurl {
url = "mirror://openbsd/OpenSSH/portable/openssh-${version}.tar.gz"; url = "mirror://openbsd/OpenSSH/portable/openssh-${version}.tar.gz";
hash = "sha256-kQIRwHJVqMWtZUORtA7lmABxDdgRndU2LeCThap6d3w="; hash = "sha256-SQQm92bYKidj/KzY2D6j1weYdQx70q/y5X3FZg93P/0=";
}; };
extraPatches = [ extraPatches = [
@ -71,8 +71,8 @@ in
(fetchpatch { (fetchpatch {
name = "openssh-gssapi.patch"; 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%25${version}-3/debian/patches/gssapi.patch";
hash = "sha256-gzDQdO6yOoN0apGj5aoKFdUkmKzFyphFUdgNhDLMp8U="; hash = "sha256-/lEbH5sIS+o+DStEDAghFy43nZlvcIXSFJrnvp+fDdY=";
}) })
]; ];