gnu: libssh: Fetch source over HTTPS.
* gnu/packages/ssh.scm (libssh)[source]: Use HTTPS URL.
This commit is contained in:
parent
978d59737a
commit
d540137509
1 changed files with 1 additions and 7 deletions
|
@ -71,13 +71,7 @@
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
;; git.libssh.org does not support the fast "smart" HTTP
|
(url "https://git.libssh.org/projects/libssh.git")
|
||||||
;; Git protocol. The "dumb" HTTP Git protocol is extremely
|
|
||||||
;; slow, and does not support shallow clones, so we use the
|
|
||||||
;; plain Git protocol despite its flaws. This offers an
|
|
||||||
;; incredible speedup and reduces the size of the the
|
|
||||||
;; source by more than half.
|
|
||||||
(url "git://git.libssh.org/projects/libssh.git")
|
|
||||||
(commit (string-append "libssh-" version))))
|
(commit (string-append "libssh-" version))))
|
||||||
(patches (search-patches "libssh-hostname-parser-bug.patch"))
|
(patches (search-patches "libssh-hostname-parser-bug.patch"))
|
||||||
(sha256
|
(sha256
|
||||||
|
|
Reference in a new issue