expat: patch for CVE-2015-1283 from Mozilla

This commit is contained in:
James Cook
2015-07-27 22:36:15 -07:00
parent 208bd8242d
commit fba4a95068
2 changed files with 79 additions and 0 deletions
@@ -8,6 +8,8 @@ stdenv.mkDerivation rec {
sha256 = "11pblz61zyxh68s5pdcbhc30ha1b2vfjd83aiwfg4vc15x3hadw2";
};
patches = [ ./CVE-2015-1283.patch ];
meta = with stdenv.lib; {
homepage = http://www.libexpat.org/;
description = "A stream-oriented XML parser library written in C";