~ruther/guix-local

9749746544f9d759ad1308b30a2ce19f44e3e391 — Marius Bakke 8 years ago eb1f242
gnu: mbedtls-apache: Update to 2.6.0 [fixes CVE-2017-14032].

* gnu/packages/tls.scm (mbedtls-apache): Update to 2.6.0.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/tls.scm
M gnu/packages/tls.scm => gnu/packages/tls.scm +2 -2
@@ 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)))