Skip to content

Commit

Permalink
boolector: add patch for CVE-2019-7560
Browse files Browse the repository at this point in the history
  • Loading branch information
risicle authored and thoughtpolice committed Dec 12, 2019
1 parent 6f0ec16 commit b9185a9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pkgs/applications/science/logic/boolector/default.nix
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub
{ stdenv, fetchFromGitHub, fetchpatch
, cmake, lingeling, btor2tools
}:

Expand All @@ -13,6 +13,14 @@ stdenv.mkDerivation rec {
sha256 = "15i3ni5klss423m57wcy1gx0m5wfrjmglapwg85pm7fb3jj1y7sz";
};

patches = [
(fetchpatch {
name = "CVE-2019-7560.patch";
url = "https://github.com/Boolector/boolector/commit/8d979d02e0482c7137c9f3a34e6d430dbfd1f5c5.patch";
sha256 = "1a1g02mk8b0azzjcigdn5zpshn0dn05fciwi8sd5q38yxvnvpbbi";
})
];

nativeBuildInputs = [ cmake ];
buildInputs = [ lingeling btor2tools ];

Expand Down

0 comments on commit b9185a9

Please sign in to comment.