me
/
guix
Archived
1
0
Fork 0

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.
master
Tobias Geerinckx-Rice 2020-09-23 12:17:02 +02:00
parent cfc7e2592d
commit d198b70e66
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -123,7 +123,7 @@ file names.
(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 @@ file names.
(commit (string-append "libssh-" version))))
(sha256
(base32
"0qr4vi3k1wv69c95d9j26fiv78pzyksaq8ccd76b8nxar5z1fbj6"))
"1b2klflmn0mdkcyjl4dqfg116bf9nhmqm4qla5cqa9xis89a5bn6"))
(file-name (git-file-name name version))))
(build-system cmake-build-system)
(outputs '("out" "debug"))