guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: mbedtls-apache: Update to 2.4.2 [fixes CVE-2017-2784, SLOTH


From: Leo Famulari
Subject: 01/01: gnu: mbedtls-apache: Update to 2.4.2 [fixes CVE-2017-2784, SLOTH and others].
Date: Thu, 30 Mar 2017 14:35:52 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 16ab9824b2fa6925f046e60629a69701a89f3c79
Author: Leo Famulari <address@hidden>
Date:   Thu Mar 30 14:21:03 2017 -0400

    gnu: mbedtls-apache: Update to 2.4.2 [fixes CVE-2017-2784, SLOTH and 
others].
    
    See 'ChangeLog' in the source code distribution for more information about
    security-related bug fixes.
    
    * gnu/packages/tls.scm (mbedtls-apache): Update to 2.4.2.
---
 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 3746579..7bc0e95 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -800,7 +800,7 @@ then ported to the GNU / Linux environment.")
 (define-public mbedtls-apache
   (package
     (name "mbedtls-apache")
-    (version "2.4.0")
+    (version "2.4.2")
     (source
      (origin
        (method url-fetch)
@@ -810,7 +810,7 @@ then ported to the GNU / Linux environment.")
                            version "-apache.tgz"))
        (sha256
         (base32
-         "03bzbfidigljva6xj49k38q3kwlbj75lrky4a0ainylzsfg5bhy1"))))
+         "065hn5zibzflivabdh9p41dknda7wicl2zhc936dmakqfjprip8p"))))
     (build-system cmake-build-system)
     (native-inputs
      `(("perl" ,perl)))



reply via email to

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