[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: dropbear: Update to 2020.80 [fix for CVE-201
From: |
guix-commits |
Subject: |
branch master updated: gnu: dropbear: Update to 2020.80 [fix for CVE-2018-20685]. |
Date: |
Sat, 27 Jun 2020 17:51:24 -0400 |
This is an automated email from the git hooks/post-receive script.
nckx pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 4a498d0 gnu: dropbear: Update to 2020.80 [fix for CVE-2018-20685].
4a498d0 is described below
commit 4a498d0012204cf6eb56298e6c07040ed46612c3
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Jun 27 23:48:07 2020 +0200
gnu: dropbear: Update to 2020.80 [fix for CVE-2018-20685].
* gnu/packages/ssh.scm (dropbear): Update to 2020.80.
---
gnu/packages/ssh.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index d42971d..ea42e72 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -465,7 +465,7 @@ TCP, not the SSH protocol.")
(define-public dropbear
(package
(name "dropbear")
- (version "2019.78")
+ (version "2020.80")
(source
(origin
(method url-fetch)
@@ -473,7 +473,7 @@ TCP, not the SSH protocol.")
"https://matt.ucc.asn.au/dropbear/releases/"
"dropbear-" version ".tar.bz2"))
(sha256
- (base32 "19242qlr40pbqfqd0gg6h8qpj38q6lgv03ja6sahj9vj2abnanaj"))))
+ (base32 "0jbrbpdzyv11x5rkljdimzq9p6a7da5siw9k405ibnpjj4dr89yr"))))
(build-system gnu-build-system)
(arguments `(#:tests? #f)) ; there is no "make check" or anything similar
;; TODO: Investigate unbundling libtommath and libtomcrypt or at least
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: dropbear: Update to 2020.80 [fix for CVE-2018-20685].,
guix-commits <=