[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"))
- branch master updated (6e39866 -> 63003bd), guix-commits, 2020/09/23
- 02/06: installer: Fix docstring typo., guix-commits, 2020/09/23
- 01/06: gnu: dmenu: Update to 5.0., guix-commits, 2020/09/23
- 03/06: gnu: youtube-dl: Update to 2020.09.20., guix-commits, 2020/09/23
- 05/06: gnu: libssh: Update to 0.9.5 [security fixes?].,
guix-commits <=
- 06/06: gnu: jucipp: Update to 1.6.1., guix-commits, 2020/09/23
- 04/06: gnu: python-pynvim: Update to 0.4.2., guix-commits, 2020/09/23