guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: mbedtls-apache: Update to 2.13.0 [security fixes].


From: Tobias Geerinckx-Rice
Subject: 01/03: gnu: mbedtls-apache: Update to 2.13.0 [security fixes].
Date: Thu, 4 Oct 2018 13:07:46 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 38a9bf805d7ea476dce2a271bd93c36afb6ba3ae
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Oct 4 16:09:53 2018 +0200

    gnu: mbedtls-apache: Update to 2.13.0 [security fixes].
    
    * gnu/packages/tls.scm (mbedtls-apache): Update to 2.13.0.
    [native-inputs]: Add python.
---
 gnu/packages/tls.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index bf46298..f92a36b 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -842,7 +842,7 @@ then ported to the GNU / Linux environment.")
 (define-public mbedtls-apache
   (package
     (name "mbedtls-apache")
-    (version "2.7.6")
+    (version "2.13.0")
     (source
      (origin
        (method url-fetch)
@@ -852,13 +852,14 @@ then ported to the GNU / Linux environment.")
                            version "-apache.tgz"))
        (sha256
         (base32
-         "0fl2nrxvlgx9ja7yy3kd1zadpr98fxbvn3f6fl2mj87gryhkfqlk"))))
+         "1nh6xfyxs3mnnpgc6pancvdhv6ihz9lhsxdlg90gqa8n5r6lwfsr"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags
        (list "-DUSE_SHARED_MBEDTLS_LIBRARY=ON")))
     (native-inputs
-     `(("perl" ,perl)))
+     `(("perl" ,perl)
+       ("python" ,python)))
     (synopsis "Small TLS library")
     (description
      "@code{mbed TLS}, formerly known as PolarSSL, makes it trivially easy



reply via email to

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