mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
79cf105304
commit
31c7002b46
3 changed files with 76 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue