diff options
author | Mark H Weaver <mhw@netris.org> | 2015-11-15 14:46:33 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-11-18 17:47:40 -0500 |
commit | b4a88dc25f1d84a6610917db3f2eb9161c9e1349 (patch) | |
tree | 180b003028d726affda60877a72c4e1279ba137b /gnu-system.am | |
parent | ee6bb0cc763507b165674dbe03c6ae5d26c8da5c (diff) | |
download | guix-b4a88dc25f1d84a6610917db3f2eb9161c9e1349.tar guix-b4a88dc25f1d84a6610917db3f2eb9161c9e1349.tar.gz |
gnu: libxslt: Add fix for CVE-2015-7995.
* gnu/packages/patches/libxslt-CVE-2015-7995.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/xml.scm (libxslt)[source]: Add patch.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index b49ddf0525..5396c75315 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -590,6 +590,7 @@ dist_patch_DATA = \ gnu/packages/patches/libxml2-id-attrs-in-xmlSetTreeDoc.patch \ gnu/packages/patches/libxml2-node-sort-order-pt1.patch \ gnu/packages/patches/libxml2-node-sort-order-pt2.patch \ + gnu/packages/patches/libxslt-CVE-2015-7995.patch \ gnu/packages/patches/lirc-localstatedir.patch \ gnu/packages/patches/libpthread-glibc-preparation.patch \ gnu/packages/patches/lm-sensors-hwmon-attrs.patch \ |