mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: libxml2: Fix CVE-2017-15412.
* gnu/packages/patches/libxml2-CVE-2017-15412.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/xml.scm (libxml2/fixed)[source]: Use it.
This commit is contained in:
parent
3b1ada0d71
commit
7c3f22e9c3
3 changed files with 50 additions and 1 deletions
|
@ -155,7 +155,8 @@ project (but it is usable outside of the Gnome platform).")
|
|||
"libxml2-CVE-2017-7375.patch"
|
||||
"libxml2-CVE-2017-7376.patch"
|
||||
"libxml2-CVE-2017-9047+CVE-2017-9048.patch"
|
||||
"libxml2-CVE-2017-9049+CVE-2017-9050.patch")))))))
|
||||
"libxml2-CVE-2017-9049+CVE-2017-9050.patch"
|
||||
"libxml2-CVE-2017-15412.patch")))))))
|
||||
|
||||
(define-public python-libxml2
|
||||
(package (inherit libxml2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue