libxslt: CVE-2019-13118

This commit is contained in:
Marek Mahut 2019-07-16 18:12:05 +02:00 committed by Frederik Rietdijk
parent 3aefa76106
commit 9a6bd59111

View file

@ -29,6 +29,11 @@ stdenv.mkDerivation rec {
name = "CVE-2019-13117.patch";
sha256 = "0ynfq8y5h623cypj1426iiz7796n3mqbjqa24ndvh2am6rl5lw15";
})
(fetchpatch {
url = "https://gitlab.gnome.org/GNOME/libxslt/commit/6ce8de69330783977dd14f6569419489875fb71b.patch";
name = "CVE-2019-13118.patch";
sha256 = "0bglz9m9sh2vi50qxcm06iqrazw3h45ycgxnp15iankq95z283iq";
})
];
outputs = [ "bin" "dev" "out" "man" "doc" ] ++ stdenv.lib.optional pythonSupport "py";