gnu: libssh: Update to 0.10.6 [security-fixes].

Fixes CVE-2023-6004, CVE-2023-48795, and CVE-2023-6918.

* gnu/packages/ssh.scm (libssh): Update to 0.10.6.

Change-Id: Ie9d304d78b2629f41af9836e5c7eab5df6f26bb5
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
This commit is contained in:
Jack Hill 2023-12-20 12:51:13 -05:00 committed by John Kehayias
parent 49a7a95ba4
commit 97e517a568
No known key found for this signature in database
GPG Key ID: 499097AE5EA815D9

View File

@ -132,7 +132,7 @@ file names.
(define-public libssh
(package
(name "libssh")
(version "0.10.5")
(version "0.10.6")
(source (origin
(method url-fetch)
(uri (string-append "https://www.libssh.org/files/"
@ -140,7 +140,7 @@ file names.
"/libssh-" version ".tar.xz"))
(sha256
(base32
"0d22gq77ga24ijlgr3d1wvhfvprx61iklkb3npifxfb7ygvjy3mn"))
"1hcxvsb4brznxqq6cjwxkk7yv4c48w4fcwxwd8dp9wdnyncd8q8q"))
(modules '((guix build utils)))
(snippet
;; 'PATH_MAX' is undefined on GNU/Hurd; work around it.