Skip to content
Snippets Groups Projects
Commit ff22f01d authored by Leo Famulari's avatar Leo Famulari
Browse files

gnu: dropbear: Update to 2016.72 [fixes CVE-2016-3116].

* gnu/packages/ssh.scm (dropbear): Update to 2016.72.
parent efa37529
No related branches found
No related tags found
No related merge requests found
......@@ -336,7 +336,7 @@ (define-public mosh
(define-public dropbear
(package
(name "dropbear")
(version "2015.71")
(version "2016.72")
(source (origin
(method url-fetch)
(uri (string-append
......@@ -344,7 +344,7 @@ (define-public dropbear
name "-" version ".tar.bz2"))
(sha256
(base32
"1bw3lzmisn6gs6zy9vcqbfnicl437ydskqcayklpw60fkhb18qip"))))
"10fnlaf6rm537v3rml1gnd58d42plv2q5cp7svbrysap69npc8wk"))))
(build-system gnu-build-system)
(arguments `(#:tests? #f)) ; There is no "make check" or anything similar
(inputs `(("zlib" ,zlib)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment