gnu: libtasn1: Fix CVE-2018-6003.

* gnu/packages/patches/libtasn1-CVE-2018-6003.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/tls.scm (libtasn1/fixed)[source]: Use it.
This commit is contained in:
Leo Famulari 2018-02-10 16:53:25 -05:00
parent 79cf105304
commit 31c7002b46
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08
3 changed files with 76 additions and 1 deletions

View file

@ -91,7 +91,8 @@ specifications.")
(inherit libtasn1)
(source (origin
(inherit (package-source libtasn1))
(patches (search-patches "libtasn1-CVE-2017-10790.patch"))))))
(patches (search-patches "libtasn1-CVE-2017-10790.patch"
"libtasn1-CVE-2018-6003.patch"))))))
(define-public asn1c
(package