3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: libssh: Update to 0.9.4 [fixes CVE-2020-1730].

* gnu/packages/ssh.scm (libssh): Update to 0.9.4.
This commit is contained in:
Leo Famulari 2020-04-09 14:55:43 -04:00
parent 3813ad2f34
commit 960abd5859
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -72,7 +72,7 @@
(define-public libssh
(package
(name "libssh")
(version "0.9.3")
(version "0.9.4")
(source (origin
(method git-fetch)
(uri (git-reference
@ -80,7 +80,7 @@
(commit (string-append "libssh-" version))))
(sha256
(base32
"175i3xybg69d5lb078334v6dd3njm743kww8f67ix9w33969rmzf"))
"0qr4vi3k1wv69c95d9j26fiv78pzyksaq8ccd76b8nxar5z1fbj6"))
(file-name (git-file-name name version))))
(build-system cmake-build-system)
(outputs '("out" "debug"))