summaryrefslogtreecommitdiff
path: root/gnu/packages/web.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2016-05-28 01:16:43 -0400
committerLeo Famulari <leo@famulari.name>2016-05-29 23:48:28 -0400
commit0d567b553153921488ddf18879768b4125c9613e (patch)
treed13b9bd05fee2dff9dab0e47e71cb67879f9481d /gnu/packages/web.scm
parentd8862778c1b334cefafb92cc88e158b2cdf82a76 (diff)
downloadguix-patches-0d567b553153921488ddf18879768b4125c9613e.tar
guix-patches-0d567b553153921488ddf18879768b4125c9613e.tar.gz
gnu: libyaml: Fix CVE-2014-9130.
* gnu/packages/patches/libyaml-CVE-2014-9130.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/web.scm (libyaml): Use it.
Diffstat (limited to 'gnu/packages/web.scm')
-rw-r--r--gnu/packages/web.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 03f15e8bf4..7cadf9b930 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -611,6 +611,7 @@ of people.")
(uri (string-append
"http://pyyaml.org/download/libyaml/yaml-"
version ".tar.gz"))
+ (patches (search-patches "libyaml-CVE-2014-9130.patch"))
(sha256
(base32
"0j9731s5zjb8mjx7wzf6vh7bsqi38ay564x6s9nri2nh9cdrg9kx"))))