GNU bug report logs -
#77154
[PATCH 0/1] Update libssh2 and change crypto backend
Previous Next
Full log
Message #26 received at 77154 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/ssh.scm (libssh2): Change crypto backend to openssl
[arguments]: Replace libgcrypt with openssl
[propagated-inputs]: Replace libgcrypt with openssl
Change crypto backend to openssl to support ed25519 hostkeys.
Change-Id: I7603149d6e3a3c251bdc6c3238769a63b6a04d26
---
gnu/packages/ssh.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index 66d9656caf..9a6f79bb30 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -193,9 +193,9 @@ (define-public libssh2
(build-system gnu-build-system)
;; The installed libssh2.pc file does not include paths to libgcrypt and
;; zlib libraries, so we need to propagate the inputs.
- (propagated-inputs (list libgcrypt zlib))
+ (propagated-inputs (list openssl zlib))
(arguments
- (list #:configure-flags #~'("--with-libgcrypt"
+ (list #:configure-flags #~'("--with-crypto=openssl"
"--disable-static"
"--disable-docker-tests" )))
(synopsis "Client-side C library implementing the SSH2 protocol")
--
2.45.1
This bug report was last modified 50 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.