gnu: libssh: Upgrade to 0.5.5.
* gnu/packages/ssh.scm (libssh): Upgrade to 0.5.5.
This commit is contained in:
parent
678110b949
commit
d44da8b092
|
@ -36,20 +36,20 @@
|
||||||
(define-public libssh
|
(define-public libssh
|
||||||
(package
|
(package
|
||||||
(name "libssh")
|
(name "libssh")
|
||||||
(version "0.5.3")
|
(version "0.5.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://www.libssh.org/files/0.5/libssh-"
|
(uri (string-append "https://red.libssh.org/attachments/download/51/libssh-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1w6s217vjq0w3v5i0c5ql6m0ki1yz05g9snah3azxfkl9k4schpd"))))
|
"17cfdff4hc0ijzrr15biq29fiabafz0bw621zlkbwbc1zh2hzpy0"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags '("-DWITH_GCRYPT=ON"
|
'(#:configure-flags '("-DWITH_GCRYPT=ON"
|
||||||
|
|
||||||
;; Leave a valid RUNPATH upon install.
|
;; Leave a valid RUNPATH upon install.
|
||||||
"-DCMAKE_SKIP_BUILD_RPATH=ON")
|
"-DCMAKE_SKIP_BUILD_RPATH=ON")
|
||||||
|
|
||||||
;; TODO: Add 'CMockery' and '-DWITH_TESTING=ON' for the test suite.
|
;; TODO: Add 'CMockery' and '-DWITH_TESTING=ON' for the test suite.
|
||||||
#:tests? #f
|
#:tests? #f
|
||||||
|
|
Loading…
Reference in New Issue