From d5612439178465cd5bda6c69b71d6afb652b83e5 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Sun, 10 Feb 2019 23:03:22 -0500 Subject: gnu: Dropbear: Add a comment about bundled libraries. * gnu/packages/ssh.scm (dropbear): Comment. --- gnu/packages/ssh.scm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gnu/packages') 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 + ;; for more information. (inputs `(("zlib" ,zlib))) (synopsis "Small SSH server and client") (description "Dropbear is a relatively small SSH server and -- cgit v1.2.3