diff options
author | Leo Famulari <leo@famulari.name> | 2018-01-13 09:16:07 -0800 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-01-16 10:28:20 -0800 |
commit | 7c3f22e9c3311dcb27e9b8bd31c6fa6eb0a549d8 (patch) | |
tree | 4a8bbc2f44e81b54b30618a8d3c42f5f3731b7e8 /gnu/packages/xml.scm | |
parent | 3b1ada0d715202de644af0e8978b29e9b5e33de7 (diff) | |
download | guix-7c3f22e9c3311dcb27e9b8bd31c6fa6eb0a549d8.tar.gz |
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.
Diffstat (limited to 'gnu/packages/xml.scm')
-rw-r--r-- | gnu/packages/xml.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index 23b447502b..ce0d13a999 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -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) |