diff options
author | Leo Famulari <leo@famulari.name> | 2018-02-21 14:25:20 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-02-21 14:28:03 -0500 |
commit | 22261238e7591c21d8362147992fbb12e67fda88 (patch) | |
tree | a084b8d2d7cc606c642effa318e2ccb81f703e6d /gnu/packages/tls.scm | |
parent | a0343008dc7edae60446177f2e10ca57c10112dc (diff) | |
download | guix-22261238e7591c21d8362147992fbb12e67fda88.tar guix-22261238e7591c21d8362147992fbb12e67fda88.tar.gz |
gnu: mbedtls-apache: Update to 2.7.0 [security fixes].
Fixes CVE-2017-18187 and CVE-2018-{0487,0488}.
* gnu/packages/tls.scm (mbedtls-apache): Update to 2.7.0.
Diffstat (limited to 'gnu/packages/tls.scm')
-rw-r--r-- | gnu/packages/tls.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm index ee316c2289..9e06e675f4 100644 --- a/gnu/packages/tls.scm +++ b/gnu/packages/tls.scm @@ -787,7 +787,7 @@ then ported to the GNU / Linux environment.") (define-public mbedtls-apache (package (name "mbedtls-apache") - (version "2.6.0") + (version "2.7.0") (source (origin (method url-fetch) @@ -797,7 +797,7 @@ then ported to the GNU / Linux environment.") version "-apache.tgz")) (sha256 (base32 - "11wnj34rfqxjggmdgf042i49lr6civgbqwv2p7p8bn6k2919vg4r")))) + "1vsmgxnw7dpvma51896n63yaf9sncmf885ax2jfcg89ssin6vdmf")))) (build-system cmake-build-system) (arguments `(#:configure-flags |