File tree Expand file tree Collapse file tree 2 files changed +8
-12
lines changed
pkgs/tools/networking/openssh Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -47,10 +47,6 @@ stdenv.mkDerivation (finalAttrs: {
4747 patches = [
4848 ./locale_archive.patch
4949
50- ( fetchurl {
51- url = "https://git.alpinelinux.org/aports/plain/main/openssh/gss-serv.c.patch?id=a7509603971ce2f3282486a43bb773b1b522af83" ;
52- sha256 = "sha256-eFFOd4B2nccRZAQWwdBPBoKWjfEdKEVGJvKZAzLu3HU=" ;
53- } )
5450 # See discussion in https://github.com/NixOS/nixpkgs/pull/16966
5551 ./dont_create_privsep_path.patch
5652 ] ++ extraPatches ;
Original file line number Diff line number Diff line change 55{
66 openssh = common rec {
77 pname = "openssh" ;
8- version = "9.9p1 " ;
8+ version = "9.9p2 " ;
99
1010 src = fetchurl {
1111 url = "mirror://openbsd/OpenSSH/portable/openssh-${ version } .tar.gz" ;
12- hash = "sha256-s0P7zb/4fxWxmG5uFdbU/Jp9NgZr5rf7UHCHuo+WbAI =" ;
12+ hash = "sha256-karbYD4IzChe3fll4RmdAlhfqU2ZTWyuW0Hhch4hVnM =" ;
1313 } ;
1414
1515 extraPatches = [ ./ssh-keysign-8.5.patch ] ;
1818
1919 openssh_hpn = common rec {
2020 pname = "openssh-with-hpn" ;
21- version = "9.9p1 " ;
21+ version = "9.9p2 " ;
2222 extraDesc = " with high performance networking patches" ;
2323
2424 src = fetchurl {
2525 url = "mirror://openbsd/OpenSSH/portable/openssh-${ version } .tar.gz" ;
26- hash = "sha256-s0P7zb/4fxWxmG5uFdbU/Jp9NgZr5rf7UHCHuo+WbAI =" ;
26+ hash = "sha256-karbYD4IzChe3fll4RmdAlhfqU2ZTWyuW0Hhch4hVnM =" ;
2727 } ;
2828
2929 extraPatches = let url = "https://raw.githubusercontent.com/freebsd/freebsd-ports/7ba88c964b6e5724eec462021d984da3989e6a08/security/openssh-portable/files/extra-patch-hpn" ; in
5858
5959 openssh_gssapi = common rec {
6060 pname = "openssh-with-gssapi" ;
61- version = "9.9p1 " ;
61+ version = "9.9p2 " ;
6262 extraDesc = " with GSSAPI support" ;
6363
6464 src = fetchurl {
6565 url = "mirror://openbsd/OpenSSH/portable/openssh-${ version } .tar.gz" ;
66- hash = "sha256-s0P7zb/4fxWxmG5uFdbU/Jp9NgZr5rf7UHCHuo+WbAI =" ;
66+ hash = "sha256-karbYD4IzChe3fll4RmdAlhfqU2ZTWyuW0Hhch4hVnM =" ;
6767 } ;
6868
6969 extraPatches = [
7070 ./ssh-keysign-8.5.patch
7171
7272 ( fetchpatch {
7373 name = "openssh-gssapi.patch" ;
74- url = "https://salsa.debian.org/ssh-team/openssh/raw/debian/1%25${ version } -2 /debian/patches/gssapi.patch" ;
75- hash = "sha256-cQF5psMZpLWwVqK9CNi+Q8wHn6w6ffQUJRNI5jKGgD0 =" ;
74+ url = "https://salsa.debian.org/ssh-team/openssh/raw/debian/1%25${ version } -1 /debian/patches/gssapi.patch" ;
75+ hash = "sha256-JyOXA8Al8IFLdndJQ1LO+r4hJqtXjz1NHwOPiSAQkE8 =" ;
7676 } )
7777 ] ;
7878
You can’t perform that action at this time.
0 commit comments