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:
Leo Famulari 2016-12-24 19:11:30 -05:00
parent 0c83c6bf26
commit 3a2bcac6bd
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08
3 changed files with 221 additions and 1 deletions

View file

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