diff options
author | Leo Famulari <leo@famulari.name> | 2019-02-10 23:03:22 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2019-02-10 23:03:57 -0500 |
commit | d5612439178465cd5bda6c69b71d6afb652b83e5 (patch) | |
tree | e078760d7c6059dc16fca907bff3cdb3d77d925a /gnu/packages/ssh.scm | |
parent | 8f9c5aa3ba33b025ac8d4edde4b4d9d649e05848 (diff) | |
download | patches-d5612439178465cd5bda6c69b71d6afb652b83e5.tar patches-d5612439178465cd5bda6c69b71d6afb652b83e5.tar.gz |
gnu: Dropbear: Add a comment about bundled libraries.
* gnu/packages/ssh.scm (dropbear): Comment.
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 |