diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-02-28 15:33:17 +0100 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-03-02 10:28:44 +0100 |
| commit | 3d57e3e19747b1f9d83e18c98ea8c2d0ad1a49a5 (patch) | |
| tree | 7926100ab911c9c9806d45626cf83699dbedfc5e /gnu/packages | |
| parent | d8b3b76bcd56f93d526b8e7d1ea809185fc7c8d2 (diff) | |
gnu: libssh: Update to 0.12.0.
* gnu/packages/ssh.scm (libssh): Update to 0.12.0.
[inputs]: Add libsodium.
Merges guix/guix!6776
Change-Id: I3fc1bfaa3a5875698272b94f6bf0abfdd009efed
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/ssh.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm index 456f895571a..dc663a82f72 100644 --- a/gnu/packages/ssh.scm +++ b/gnu/packages/ssh.scm @@ -143,7 +143,7 @@ file names. (define-public libssh (package (name "libssh") - (version "0.11.3") + (version "0.12.0") (source (origin (method url-fetch) (uri (string-append "https://www.libssh.org/files/" @@ -151,7 +151,7 @@ file names. "/libssh-" version ".tar.xz")) (sha256 (base32 - "1hr5c5n0skagpvx2l4bfk2sqk9nvljjphkln27sw6kh9pdhi72kx")))) + "08bidaiq4z911zl3v7xc2zb6s8i4p7syfpsfxznmwzijv0jg8shs")))) (build-system cmake-build-system) (outputs '("out" "debug")) (arguments @@ -190,7 +190,7 @@ file names. (("torture_threads_pki_rsa") ""))))) #~())))) (native-inputs (list cmocka)) - (inputs (list bash-minimal mit-krb5 openssl zlib)) + (inputs (list bash-minimal libsodium mit-krb5 openssl zlib)) (synopsis "SSH client library") (description "libssh is a C library implementing the SSHv2 and SSHv1 protocol for client |
