me
/
guix
Archived
1
0
Fork 0

gnu: libssh: Update to 0.9.6 [fixes CVE-2021-3634].

* gnu/packages/ssh.scm (libssh): Update to 0.9.6.
[source]: Use URL-FETCH.
master
Leo Famulari 2021-09-03 12:54:55 -04:00
parent 3b748152ac
commit 49bb544b77
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 6 additions and 7 deletions

View File

@ -127,16 +127,15 @@ file names.
(define-public libssh (define-public libssh
(package (package
(name "libssh") (name "libssh")
(version "0.9.5") (version "0.9.6")
(source (origin (source (origin
(method git-fetch) (method url-fetch)
(uri (git-reference (uri (string-append "https://www.libssh.org/files/"
(url "https://git.libssh.org/projects/libssh.git") (version-major+minor version)
(commit (string-append "libssh-" version)))) "/libssh-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1b2klflmn0mdkcyjl4dqfg116bf9nhmqm4qla5cqa9xis89a5bn6")) "16w2mc7pyv9mijjlgacbz8dgczc7ig2m6m70w1pld04vpn2zig46"))))
(file-name (git-file-name name version))))
(build-system cmake-build-system) (build-system cmake-build-system)
(outputs '("out" "debug")) (outputs '("out" "debug"))
(arguments (arguments