diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-12-04 16:28:35 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-12-04 21:13:31 +0100 |
commit | b4c684cdf389de435a0bd5a05d2772a168bed7fa (patch) | |
tree | e30d7bd71bd2816e7de72bac888c80e1eeacd120 /gnu/packages | |
parent | 17074cae32a37886ce0862eb81645dfe98205e29 (diff) | |
download | guix-b4c684cdf389de435a0bd5a05d2772a168bed7fa.tar guix-b4c684cdf389de435a0bd5a05d2772a168bed7fa.tar.gz |
gnu: mbedtls-apache: Update to 2.14.1 [fixes CVE-2018-19608].
* gnu/packages/tls.scm (mbedtls-apache): Update to 2.14.1.
Diffstat (limited to 'gnu/packages')
-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 01c68d2e35..d9971441c6 100644 --- a/gnu/packages/tls.scm +++ b/gnu/packages/tls.scm @@ -826,7 +826,7 @@ then ported to the GNU / Linux environment.") (define-public mbedtls-apache (package (name "mbedtls-apache") - (version "2.14.0") + (version "2.14.1") (source (origin (method url-fetch) @@ -836,7 +836,7 @@ then ported to the GNU / Linux environment.") version "-apache.tgz")) (sha256 (base32 - "0bf8mf8w5dyikbwpckcxgdi0l086adk7pailqds10bkzrcg59y42")))) + "07f6xn77w5rd6fhq5s1dmna3czs4chk5j2s6wkj366cvikawp2gi")))) (build-system cmake-build-system) (arguments `(#:configure-flags |