diff options
author | Mark H Weaver <mhw@netris.org> | 2016-06-08 18:17:13 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2016-06-08 18:17:13 -0400 |
commit | 993b400acb24344d399857010177e7ecaab847b7 (patch) | |
tree | d834031fb13adc817f0b4227cb3e54d3ce5493b0 /gnu/packages/xml.scm | |
parent | 6e4f18cfdd1bf747e77f81b64497f1c05f57a057 (diff) | |
download | patches-993b400acb24344d399857010177e7ecaab847b7.tar patches-993b400acb24344d399857010177e7ecaab847b7.tar.gz |
Revert "gnu: libxml2: Add fix for CVE-2016-1762."
This reverts commit 6e4f18cfdd1bf747e77f81b64497f1c05f57a057.
Diffstat (limited to 'gnu/packages/xml.scm')
-rw-r--r-- | gnu/packages/xml.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index 40ff3e6b4b..dc5c60dca8 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -116,8 +116,7 @@ project (but it is usable outside of the Gnome platform).") version ".tar.gz")) (sha256 (base32 - "0g336cr0bw6dax1q48bblphmchgihx9p1pjmxdnrd6sh3qci3fgz")) - (patches (search-patches "libxml2-CVE-2016-1762.patch"))))))) + "0g336cr0bw6dax1q48bblphmchgihx9p1pjmxdnrd6sh3qci3fgz"))))))) (define-public python-libxml2 (package (inherit libxml2) |