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:
Leo Famulari 2018-01-13 09:16:07 -08:00
parent 3b1ada0d71
commit 7c3f22e9c3
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08
3 changed files with 50 additions and 1 deletions

View file

@ -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)