gnu: libtasn1: Update to 4.11.

* gnu/packages/tls.scm (libtasn1): Update to 4.11.
This commit is contained in:
Marius Bakke 2017-05-28 15:30:00 +01:00
parent f0c6dda640
commit 6a09628cb1
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@
(define-public libtasn1 (define-public libtasn1
(package (package
(name "libtasn1") (name "libtasn1")
(version "4.10") (version "4.11")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -61,7 +61,7 @@
(patches (search-patches "libtasn1-CVE-2017-6891.patch")) (patches (search-patches "libtasn1-CVE-2017-6891.patch"))
(sha256 (sha256
(base32 (base32
"00jsix5hny0g768zv4hk78dib7w0qmk5fbizf4jj37r51nd4s6k8")))) "0h929bdq6w699y1mdkdajp5a6da8whgg3ba5p4j8x1wy36rlcjll"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs `(("perl" ,perl))) (native-inputs `(("perl" ,perl)))
(home-page "https://www.gnu.org/software/libtasn1/") (home-page "https://www.gnu.org/software/libtasn1/")