diff options
author | Leo Famulari <leo@famulari.name> | 2016-05-28 01:16:43 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-05-29 23:48:28 -0400 |
commit | 0d567b553153921488ddf18879768b4125c9613e (patch) | |
tree | d13b9bd05fee2dff9dab0e47e71cb67879f9481d /gnu/packages/web.scm | |
parent | d8862778c1b334cefafb92cc88e158b2cdf82a76 (diff) | |
download | patches-0d567b553153921488ddf18879768b4125c9613e.tar 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.scm | 1 |
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")))) |