libxslt: CVE-2019-13118

wip/yesman
Marek Mahut 5 years ago committed by Frederik Rietdijk
parent 3aefa76106
commit 9a6bd59111
  1. 5
      pkgs/development/libraries/libxslt/default.nix

@ -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";

Loading…
Cancel
Save