guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: libssh: Update to 0.9.5 [security fixes?].


From: guix-commits
Subject: 05/06: gnu: libssh: Update to 0.9.5 [security fixes?].
Date: Wed, 23 Sep 2020 06:40:21 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit d198b70e669030d53d2669eed27dffa45b43fd55
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Sep 23 12:17:02 2020 +0200

    gnu: libssh: Update to 0.9.5 [security fixes?].
    
    Upstream is unimpressed: ‘This includes a fix for CVE-2020-16135, however
    we do not see how this would be exploitable at all. If you find a
    security bug in libssh please don’t just assign a CVE, talk to us first.’
    
    * gnu/packages/ssh.scm (libssh): Update to 0.9.5.
---
 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 4cac75d..23f347d 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -123,7 +123,7 @@ file names.
 (define-public libssh
   (package
     (name "libssh")
-    (version "0.9.4")
+    (version "0.9.5")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -131,7 +131,7 @@ file names.
                      (commit (string-append "libssh-" version))))
               (sha256
                (base32
-                "0qr4vi3k1wv69c95d9j26fiv78pzyksaq8ccd76b8nxar5z1fbj6"))
+                "1b2klflmn0mdkcyjl4dqfg116bf9nhmqm4qla5cqa9xis89a5bn6"))
               (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]