diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-28 20:04:03 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-28 20:19:28 +0100 |
commit | cf9ab49e97f6b9b263b5f919574f78ef3c84cc45 (patch) | |
tree | f2adc8750577211081ea7a20c798b9cdb9233f39 /gnu/packages/ssh.scm | |
parent | 01307bba9c00ada07f8a39bd8de7031beef12afd (diff) | |
download | patches-cf9ab49e97f6b9b263b5f919574f78ef3c84cc45.tar patches-cf9ab49e97f6b9b263b5f919574f78ef3c84cc45.tar.gz |
gnu: dropbear: Update to 2019.78.
* gnu/packages/ssh.scm (dropbear): Update to 2019.78.
Diffstat (limited to 'gnu/packages/ssh.scm')
-rw-r--r-- | gnu/packages/ssh.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm index bd26149872..1ea8634021 100644 --- a/gnu/packages/ssh.scm +++ b/gnu/packages/ssh.scm @@ -451,7 +451,7 @@ TCP, not the SSH protocol.") (define-public dropbear (package (name "dropbear") - (version "2019.77") + (version "2019.78") (source (origin (method url-fetch) @@ -459,7 +459,7 @@ TCP, not the SSH protocol.") "https://matt.ucc.asn.au/dropbear/releases/" "dropbear-" version ".tar.bz2")) (sha256 - (base32 "13a55fcy2mx2pvsfj6dh9107k4wnbd9ybdyi3w3ivgikwvmph7yr")))) + (base32 "19242qlr40pbqfqd0gg6h8qpj38q6lgv03ja6sahj9vj2abnanaj")))) (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 |