mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: libxml2: Fix CVE-2016-5131.
* gnu/packages/patches/libxml2-CVE-2016-5131.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/xml.scm (libxml2/fixed)[source]: Add it.
This commit is contained in:
parent
0c83c6bf26
commit
3a2bcac6bd
3 changed files with 221 additions and 1 deletions
|
@ -108,7 +108,8 @@ project (but it is usable outside of the Gnome platform).")
|
|||
(source
|
||||
(origin
|
||||
(inherit (package-source libxml2))
|
||||
(patches (search-patches "libxml2-CVE-2016-4658.patch"))))))
|
||||
(patches (search-patches "libxml2-CVE-2016-4658.patch"
|
||||
"libxml2-CVE-2016-5131.patch"))))))
|
||||
|
||||
(define-public python-libxml2
|
||||
(package (inherit libxml2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue