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.
This commit is contained in:
Tobias Geerinckx-Rice 2018-10-04 16:09:53 +02:00
parent 68c0a6260f
commit 38a9bf805d
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 4 additions and 3 deletions

View File

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