gnu: dropbear: Update to 2020.80 [fix for CVE-2018-20685].

* gnu/packages/ssh.scm (dropbear): Update to 2020.80.
This commit is contained in:
Tobias Geerinckx-Rice 2020-06-27 23:48:07 +02:00
parent 0b7c540032
commit 4a498d0012
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -465,7 +465,7 @@ (define-public et
(define-public dropbear (define-public dropbear
(package (package
(name "dropbear") (name "dropbear")
(version "2019.78") (version "2020.80")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -473,7 +473,7 @@ (define-public dropbear
"https://matt.ucc.asn.au/dropbear/releases/" "https://matt.ucc.asn.au/dropbear/releases/"
"dropbear-" version ".tar.bz2")) "dropbear-" version ".tar.bz2"))
(sha256 (sha256
(base32 "19242qlr40pbqfqd0gg6h8qpj38q6lgv03ja6sahj9vj2abnanaj")))) (base32 "0jbrbpdzyv11x5rkljdimzq9p6a7da5siw9k405ibnpjj4dr89yr"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments `(#:tests? #f)) ; there is no "make check" or anything similar (arguments `(#:tests? #f)) ; there is no "make check" or anything similar
;; TODO: Investigate unbundling libtommath and libtomcrypt or at least ;; TODO: Investigate unbundling libtommath and libtomcrypt or at least