summaryrefslogtreecommitdiff
path: root/gnu-system.am
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2015-11-15 14:46:33 -0500
committerMark H Weaver <mhw@netris.org>2015-11-18 17:47:40 -0500
commitb4a88dc25f1d84a6610917db3f2eb9161c9e1349 (patch)
tree180b003028d726affda60877a72c4e1279ba137b /gnu-system.am
parentee6bb0cc763507b165674dbe03c6ae5d26c8da5c (diff)
downloadpatches-b4a88dc25f1d84a6610917db3f2eb9161c9e1349.tar
patches-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.am1
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 \