mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: openssh: Fix CVE-2016-8858.
* gnu/packages/patches/openssh-memory-exhaustion.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/ssh.scm (openssh)[source]: Use it.
This commit is contained in:
parent
3ad7dce1d9
commit
c645cef7da
3 changed files with 41 additions and 0 deletions
|
@ -121,6 +121,7 @@ a server that supports the SSH-2 protocol.")
|
|||
tail)
|
||||
(string-append "http://ftp2.fr.openbsd.org/pub/OpenBSD/OpenSSH/portable/"
|
||||
tail))))
|
||||
(patches (search-patches "openssh-memory-exhaustion.patch"))
|
||||
(sha256 (base32
|
||||
"1k5y1wi29d47cgizbryxrhc1fbjsba2x8l5mqfa9b9nadnd9iyrz"))))
|
||||
(build-system gnu-build-system)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue