guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: mbedtls-apache: Update to 2.6.0 [fixes CVE-2017-14032].


From: Marius Bakke
Subject: 03/03: gnu: mbedtls-apache: Update to 2.6.0 [fixes CVE-2017-14032].
Date: Wed, 30 Aug 2017 16:42:45 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 9749746544f9d759ad1308b30a2ce19f44e3e391
Author: Marius Bakke <address@hidden>
Date:   Wed Aug 30 22:41:40 2017 +0200

    gnu: mbedtls-apache: Update to 2.6.0 [fixes CVE-2017-14032].
    
    * gnu/packages/tls.scm (mbedtls-apache): Update to 2.6.0.
---
 gnu/packages/tls.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 111a1c3..4183dda 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -763,7 +763,7 @@ then ported to the GNU / Linux environment.")
 (define-public mbedtls-apache
   (package
     (name "mbedtls-apache")
-    (version "2.5.1")
+    (version "2.6.0")
     (source
      (origin
        (method url-fetch)
@@ -773,7 +773,7 @@ then ported to the GNU / Linux environment.")
                            version "-apache.tgz"))
        (sha256
         (base32
-         "1yc1rj0izjihj9hbzvskpa4gjzqf4dm2i84nmmm2s9j1i66fp6jm"))))
+         "11wnj34rfqxjggmdgf042i49lr6civgbqwv2p7p8bn6k2919vg4r"))))
     (build-system cmake-build-system)
     (native-inputs
      `(("perl" ,perl)))



reply via email to

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