libyaml: Patch to fix CVE-2013-6393 (close #1658)

This commit is contained in:
James Cook
2014-02-01 11:56:56 +01:00
committed by Vladimír Čunát
parent c79bda8d47
commit 21a220900a
4 changed files with 161 additions and 0 deletions
@@ -8,6 +8,9 @@ stdenv.mkDerivation {
sha256 = "0dvavrhxjrjfxgdgysxqfpdy08lpg3m9i8vxjyvdkcjsmra1by3v";
};
# Downloaded on 2014-02-01 from https://bugzilla.redhat.com/show_bug.cgi?id=1033990
patches = [ ./cve-2013-6393_a.patch ./cve-2013-6393_b.patch ./cve-2013-6393_c.patch ];
meta = {
homepage = http://pyyaml.org/;
description = "A YAML 1.1 parser and emitter written in C";