[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: dropbear: Update to 2020.81.
From: |
guix-commits |
Subject: |
branch master updated: gnu: dropbear: Update to 2020.81. |
Date: |
Thu, 29 Oct 2020 12:45:40 -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 bc34183 gnu: dropbear: Update to 2020.81.
bc34183 is described below
commit bc34183e9a61ce0e7c1d72c76b3a769e0dfb0700
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Oct 29 17:36:40 2020 +0100
gnu: dropbear: Update to 2020.81.
* gnu/packages/ssh.scm (dropbear): Update to 2020.81.
---
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 ca99235..b662013 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -520,7 +520,7 @@ TCP, not the SSH protocol.")
(define-public dropbear
(package
(name "dropbear")
- (version "2020.80")
+ (version "2020.81")
(source
(origin
(method url-fetch)
@@ -528,7 +528,7 @@ TCP, not the SSH protocol.")
"https://matt.ucc.asn.au/dropbear/releases/"
"dropbear-" version ".tar.bz2"))
(sha256
- (base32 "0jbrbpdzyv11x5rkljdimzq9p6a7da5siw9k405ibnpjj4dr89yr"))))
+ (base32 "0fy5ma4cfc2pk25mcccc67b2mf1rnb2c06ilb7ddnxbpnc85s8s8"))))
(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.81.,
guix-commits <=