guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: Dropbear: Add a comment about bundled libraries.


From: guix-commits
Subject: 01/01: gnu: Dropbear: Add a comment about bundled libraries.
Date: Sun, 10 Feb 2019 23:04:10 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit d5612439178465cd5bda6c69b71d6afb652b83e5
Author: Leo Famulari <address@hidden>
Date:   Sun Feb 10 23:03:22 2019 -0500

    gnu: Dropbear: Add a comment about bundled libraries.
    
    * gnu/packages/ssh.scm (dropbear): Comment.
---
 gnu/packages/ssh.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index 682989a..1928ea7 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]