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.4 [fixes CVE-2020-1730


From: guix-commits
Subject: branch master updated: gnu: libssh: Update to 0.9.4 [fixes CVE-2020-1730].
Date: Thu, 09 Apr 2020 17:34:42 -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 960abd5  gnu: libssh: Update to 0.9.4 [fixes CVE-2020-1730].
960abd5 is described below

commit 960abd585940c33744040c79e2a37e588d36e589
Author: Leo Famulari <address@hidden>
AuthorDate: Thu Apr 9 14:55:43 2020 -0400

    gnu: libssh: Update to 0.9.4 [fixes CVE-2020-1730].
    
    * gnu/packages/ssh.scm (libssh): Update to 0.9.4.
---
 gnu/packages/ssh.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index e1e1865..e9ac5bd 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -72,7 +72,7 @@
 (define-public libssh
   (package
     (name "libssh")
-    (version "0.9.3")
+    (version "0.9.4")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -80,7 +80,7 @@
                      (commit (string-append "libssh-" version))))
               (sha256
                (base32
-                "175i3xybg69d5lb078334v6dd3njm743kww8f67ix9w33969rmzf"))
+                "0qr4vi3k1wv69c95d9j26fiv78pzyksaq8ccd76b8nxar5z1fbj6"))
               (file-name (git-file-name name version))))
     (build-system cmake-build-system)
     (outputs '("out" "debug"))



reply via email to

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