Skip to content

Commit

Permalink
openssh_gssapi: 9.6p1 -> 9.7p1
Browse files Browse the repository at this point in the history
This is a follow up to NixOS#295133 now that the GSSAPI patch has been updated.

Upstream changes:
https://www.openssh.com/txt/release-9.7
  • Loading branch information
LeSuisse authored and tm-drtina committed Aug 13, 2024
1 parent 47fe403 commit b9fae28
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/tools/networking/openssh/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -58,21 +58,21 @@ in

openssh_gssapi = common rec {
pname = "openssh-with-gssapi";
version = "9.6p1";
version = "9.7p1";
extraDesc = " with GSSAPI support";

src = fetchurl {
url = "mirror://openbsd/OpenSSH/portable/openssh-${version}.tar.gz";
hash = "sha256-kQIRwHJVqMWtZUORtA7lmABxDdgRndU2LeCThap6d3w=";
hash = "sha256-SQQm92bYKidj/KzY2D6j1weYdQx70q/y5X3FZg93P/0=";
};

extraPatches = [
./ssh-keysign-8.5.patch

(fetchpatch {
name = "openssh-gssapi.patch";
url = "https://salsa.debian.org/ssh-team/openssh/raw/debian/1%25${version}-1/debian/patches/gssapi.patch";
hash = "sha256-gzDQdO6yOoN0apGj5aoKFdUkmKzFyphFUdgNhDLMp8U=";
url = "https://salsa.debian.org/ssh-team/openssh/raw/debian/1%25${version}-3/debian/patches/gssapi.patch";
hash = "sha256-/lEbH5sIS+o+DStEDAghFy43nZlvcIXSFJrnvp+fDdY=";
})
];

Expand Down

0 comments on commit b9fae28

Please sign in to comment.