aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/tls.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2017-08-30 22:41:40 +0200
committerMarius Bakke <mbakke@fastmail.com>2017-08-30 22:41:40 +0200
commit9749746544f9d759ad1308b30a2ce19f44e3e391 (patch)
tree591bde365480a6dd09744f19b96be876452d4e2b /gnu/packages/tls.scm
parenteb1f2420d5d72bb5d178a744cffb4978c7446286 (diff)
downloadguix-9749746544f9d759ad1308b30a2ce19f44e3e391.tar
guix-9749746544f9d759ad1308b30a2ce19f44e3e391.tar.gz
gnu: mbedtls-apache: Update to 2.6.0 [fixes CVE-2017-14032].
* gnu/packages/tls.scm (mbedtls-apache): Update to 2.6.0.
Diffstat (limited to 'gnu/packages/tls.scm')
-rw-r--r--gnu/packages/tls.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 111a1c3734..4183dda3c6 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -763,7 +763,7 @@ then ported to the GNU / Linux environment.")
(define-public mbedtls-apache
(package
(name "mbedtls-apache")
- (version "2.5.1")
+ (version "2.6.0")
(source
(origin
(method url-fetch)
@@ -773,7 +773,7 @@ then ported to the GNU / Linux environment.")
version "-apache.tgz"))
(sha256
(base32
- "1yc1rj0izjihj9hbzvskpa4gjzqf4dm2i84nmmm2s9j1i66fp6jm"))))
+ "11wnj34rfqxjggmdgf042i49lr6civgbqwv2p7p8bn6k2919vg4r"))))
(build-system cmake-build-system)
(native-inputs
`(("perl" ,perl)))