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:
Leo Famulari 2016-10-18 23:37:25 -04:00
parent 3ad7dce1d9
commit c645cef7da
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08
3 changed files with 41 additions and 0 deletions

View file

@ -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)