guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: libssh: Fetch source over HTTPS.


From: Leo Famulari
Subject: 01/01: gnu: libssh: Fetch source over HTTPS.
Date: Tue, 13 Nov 2018 11:43:48 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit d5401375099f6e4562b849121265bb1c3e85874f
Author: Leo Famulari <address@hidden>
Date:   Tue Nov 13 11:43:16 2018 -0500

    gnu: libssh: Fetch source over HTTPS.
    
    * gnu/packages/ssh.scm (libssh)[source]: Use HTTPS URL.
---
 gnu/packages/ssh.scm | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index 80564a9..5ea5148 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -71,13 +71,7 @@
     (source (origin
               (method git-fetch)
               (uri (git-reference
-                     ;; git.libssh.org does not support the fast "smart" HTTP
-                     ;; 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")
+                     (url "https://git.libssh.org/projects/libssh.git";)
                      (commit (string-append "libssh-" version))))
               (patches (search-patches "libssh-hostname-parser-bug.patch"))
               (sha256



reply via email to

[Prev in Thread] Current Thread [Next in Thread]