diff options
author | Marius Bakke <[email protected]> | 2019-02-11 19:25:16 +0100 |
---|---|---|
committer | Marius Bakke <[email protected]> | 2019-02-11 19:25:16 +0100 |
commit | c3f47e44cdcb9db3c70ef13526a33d538ed40aa9 (patch) | |
tree | cc9bc516924382932890a0a1cfec6bccd49e2d15 /gnu/packages/ssh.scm | |
parent | f9126dd404b61d7aeea8cf5ddcfb3b2829ac0f73 (diff) | |
parent | c8b69863eb479c3b9d8a59c2cee3226986e40d02 (diff) |
Merge branch 'master' into core-updates
Diffstat (limited to 'gnu/packages/ssh.scm')
-rw-r--r-- | gnu/packages/ssh.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm index 682989ae29..1928ea7634 100644 --- a/gnu/packages/ssh.scm +++ b/gnu/packages/ssh.scm @@ -456,6 +456,9 @@ TCP, not the SSH protocol.") "0rgavbzw7jrs5wslxm0dnwx2m409yzxd9hazd92r7kx8xikr3yzj")))) (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 + ;; cherry-picking important bug fixes from them. See <bugs.gnu.org/24674> + ;; for more information. (inputs `(("zlib" ,zlib))) (synopsis "Small SSH server and client") (description "Dropbear is a relatively small SSH server and |