2021-12-06 16:07:01 +00:00
|
|
|
{ callPackage, lib, fetchurl, fetchpatch, fetchFromGitHub, autoreconfHook }:
|
2020-04-24 23:36:52 +00:00
|
|
|
let
|
2021-09-23 15:35:13 +00:00
|
|
|
common = opts: callPackage (import ./common.nix opts) { };
|
|
|
|
in
|
|
|
|
{
|
2021-04-05 15:23:46 +00:00
|
|
|
|
|
|
|
openssh = common rec {
|
|
|
|
pname = "openssh";
|
2022-04-15 01:41:22 +00:00
|
|
|
version = "9.0p1";
|
2020-04-24 23:36:52 +00:00
|
|
|
|
2021-04-05 15:23:46 +00:00
|
|
|
src = fetchurl {
|
|
|
|
url = "mirror://openbsd/OpenSSH/portable/openssh-${version}.tar.gz";
|
2022-04-15 01:41:22 +00:00
|
|
|
sha256 = "12m2f9czvgmi7akp7xah6y7mrrpi280a3ksk47iwr7hy2q1475q3";
|
2021-04-05 15:23:46 +00:00
|
|
|
};
|
2020-08-20 17:08:02 +00:00
|
|
|
|
2021-04-05 15:23:46 +00:00
|
|
|
extraPatches = [ ./ssh-keysign-8.5.patch ];
|
2021-12-06 16:07:01 +00:00
|
|
|
extraMeta.maintainers = with lib.maintainers; [ das_j ];
|
2020-04-24 23:36:52 +00:00
|
|
|
};
|
|
|
|
|
2021-04-05 15:23:46 +00:00
|
|
|
openssh_hpn = common rec {
|
|
|
|
pname = "openssh-with-hpn";
|
2022-04-27 09:35:20 +00:00
|
|
|
version = "9.0p1";
|
2021-04-05 15:23:46 +00:00
|
|
|
extraDesc = " with high performance networking patches";
|
|
|
|
|
2022-01-07 04:07:37 +00:00
|
|
|
src = fetchurl {
|
|
|
|
url = "mirror://openbsd/OpenSSH/portable/openssh-${version}.tar.gz";
|
2022-04-27 09:35:20 +00:00
|
|
|
sha256 = "12m2f9czvgmi7akp7xah6y7mrrpi280a3ksk47iwr7hy2q1475q3";
|
2021-04-05 15:23:46 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
extraPatches = [
|
2022-01-07 04:07:37 +00:00
|
|
|
./ssh-keysign-8.5.patch
|
2021-04-05 15:23:46 +00:00
|
|
|
|
2022-01-07 04:07:37 +00:00
|
|
|
# HPN Patch from FreeBSD ports
|
|
|
|
(fetchpatch {
|
|
|
|
name = "ssh-hpn.patch";
|
2022-03-05 16:20:37 +00:00
|
|
|
url = "https://raw.githubusercontent.com/freebsd/freebsd-ports/ae66cffc19f357cbd51d5841c9b110a9ffd63e32/security/openssh-portable/files/extra-patch-hpn";
|
2022-01-07 04:07:37 +00:00
|
|
|
stripLen = 1;
|
2022-03-05 16:20:37 +00:00
|
|
|
sha256 = "sha256-p3CmMqTgrqFZUo4ZuqaPLczAhjmPufkCvptVW5dI+MI=";
|
2022-01-07 04:07:37 +00:00
|
|
|
})
|
2021-04-05 15:23:46 +00:00
|
|
|
];
|
|
|
|
|
|
|
|
extraNativeBuildInputs = [ autoreconfHook ];
|
2020-04-24 23:36:52 +00:00
|
|
|
|
2022-01-07 04:07:37 +00:00
|
|
|
extraConfigureFlags = [ "--with-hpn" ];
|
|
|
|
extraMeta.maintainers = with lib.maintainers; [ abbe ];
|
2021-04-05 15:23:46 +00:00
|
|
|
};
|
2020-04-24 23:36:52 +00:00
|
|
|
|
2021-04-05 15:23:46 +00:00
|
|
|
openssh_gssapi = common rec {
|
|
|
|
pname = "openssh-with-gssapi";
|
|
|
|
version = "8.4p1";
|
|
|
|
extraDesc = " with GSSAPI support";
|
2020-04-24 23:36:52 +00:00
|
|
|
|
2021-04-05 15:23:46 +00:00
|
|
|
src = fetchurl {
|
|
|
|
url = "mirror://openbsd/OpenSSH/portable/openssh-${version}.tar.gz";
|
|
|
|
sha256 = "091b3pxdlj47scxx6kkf4agkx8c8sdacdxx8m1dw1cby80pd40as";
|
|
|
|
};
|
2020-04-24 23:36:52 +00:00
|
|
|
|
2021-04-05 15:23:46 +00:00
|
|
|
extraPatches = [
|
|
|
|
./ssh-keysign-8.4.patch
|
2020-12-03 08:41:04 +00:00
|
|
|
|
|
|
|
# See https://github.com/openssh/openssh-portable/pull/206
|
|
|
|
./ssh-copy-id-fix-eof.patch
|
2021-04-05 15:23:46 +00:00
|
|
|
|
|
|
|
(fetchpatch {
|
|
|
|
name = "openssh-gssapi.patch";
|
|
|
|
url = "https://salsa.debian.org/ssh-team/openssh/raw/debian/1%25${version}-2/debian/patches/gssapi.patch";
|
|
|
|
sha256 = "1z1ckzimlkm1dmr9f5fqjnjg28gsqcwx6xka0klak857548d2lp2";
|
|
|
|
})
|
|
|
|
];
|
|
|
|
|
|
|
|
extraNativeBuildInputs = [ autoreconfHook ];
|
|
|
|
|
|
|
|
extraMeta.knownVulnerabilities = [
|
|
|
|
"CVE-2021-28041"
|
2021-10-04 12:37:57 +00:00
|
|
|
"CVE-2021-41617"
|
2021-04-05 15:23:46 +00:00
|
|
|
];
|
2020-04-24 23:36:52 +00:00
|
|
|
};
|
|
|
|
}
|