guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: dropbear: Update to 2017.75 [fixes CVE-2017-{9078, 9079}].


From: Ludovic Courtès
Subject: 02/04: gnu: dropbear: Update to 2017.75 [fixes CVE-2017-{9078, 9079}].
Date: Sat, 20 May 2017 08:41:15 -0400 (EDT)

civodul pushed a commit to branch version-0.13.0
in repository guix.

commit 6a9defd7474f0e8b0f9030de60b1241a551ad403
Author: Leo Famulari <address@hidden>
Date:   Fri May 19 20:26:58 2017 -0400

    gnu: dropbear: Update to 2017.75 [fixes CVE-2017-{9078,9079}].
    
    * gnu/packages/ssh.scm (dropbear): Update to 2017.75.
---
 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 bb18987..b01a94f 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -380,7 +380,7 @@ especially over Wi-Fi, cellular, and long-distance links.")
 (define-public dropbear
   (package
     (name "dropbear")
-    (version "2016.74")
+    (version "2017.75")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -388,7 +388,7 @@ especially over Wi-Fi, cellular, and long-distance links.")
                     name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "14c8f4gzixf0j9fkx68jgl85q7b05852kk0vf09gi6h0xmafl817"))))
+                "1309cm2aw62n9m3h38prvgsqr8bj85hfasgnvwkd42cp3k5ivg3c"))))
     (build-system gnu-build-system)
     (arguments  `(#:tests? #f)) ; There is no "make check" or anything similar
     (inputs `(("zlib" ,zlib)))



reply via email to

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