guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: libssh: Update to 0.9.6 [fixes CVE-2021-3634


From: guix-commits
Subject: branch master updated: gnu: libssh: Update to 0.9.6 [fixes CVE-2021-3634].
Date: Fri, 03 Sep 2021 14:58:41 -0400

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 49bb544  gnu: libssh: Update to 0.9.6 [fixes CVE-2021-3634].
49bb544 is described below

commit 49bb544b77c7dcd7d2a1bade00fb0844a2e8f7ee
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Fri Sep 3 12:54:55 2021 -0400

    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.
---
 gnu/packages/ssh.scm | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

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



reply via email to

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