Skip to content
Snippets Groups Projects
Unverified Commit 16ab9824 authored by Leo Famulari's avatar Leo Famulari
Browse files

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.
parent e3b2e943
No related branches found
No related tags found
No related merge requests found
...@@ -800,7 +800,7 @@ (define-public acme-client ...@@ -800,7 +800,7 @@ (define-public acme-client
(define-public mbedtls-apache (define-public mbedtls-apache
(package (package
(name "mbedtls-apache") (name "mbedtls-apache")
(version "2.4.0") (version "2.4.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
...@@ -810,7 +810,7 @@ (define-public mbedtls-apache ...@@ -810,7 +810,7 @@ (define-public mbedtls-apache
version "-apache.tgz")) version "-apache.tgz"))
(sha256 (sha256
(base32 (base32
"03bzbfidigljva6xj49k38q3kwlbj75lrky4a0ainylzsfg5bhy1")))) "065hn5zibzflivabdh9p41dknda7wicl2zhc936dmakqfjprip8p"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
`(("perl" ,perl))) `(("perl" ,perl)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment