gnu: libssh: Update to 0.9.5 [security fixes?].
Upstream is unimpressed: ‘This includes a fix for CVE-2020-16135, however we do not see how this would be exploitable at all. If you find a security bug in libssh please don’t just assign a CVE, talk to us first.’ * gnu/packages/ssh.scm (libssh): Update to 0.9.5.
This commit is contained in:
parent
cfc7e2592d
commit
d198b70e66
1 changed files with 2 additions and 2 deletions
|
@ -123,7 +123,7 @@ (define-public hss
|
|||
(define-public libssh
|
||||
(package
|
||||
(name "libssh")
|
||||
(version "0.9.4")
|
||||
(version "0.9.5")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -131,7 +131,7 @@ (define-public libssh
|
|||
(commit (string-append "libssh-" version))))
|
||||
(sha256
|
||||
(base32
|
||||
"0qr4vi3k1wv69c95d9j26fiv78pzyksaq8ccd76b8nxar5z1fbj6"))
|
||||
"1b2klflmn0mdkcyjl4dqfg116bf9nhmqm4qla5cqa9xis89a5bn6"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system cmake-build-system)
|
||||
(outputs '("out" "debug"))
|
||||
|
|
Loading…
Reference in a new issue