Skip to content

Commit

Permalink
tre: add patch for CVE-2016-8859
Browse files Browse the repository at this point in the history
(cherry picked from commit cd67a0a)
  • Loading branch information
grahamc authored and rycee committed Nov 2, 2016
1 parent f33c5f7 commit 31ba04e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pkgs/development/libraries/tre/default.nix
@@ -1,4 +1,4 @@
{stdenv, fetchurl}:
{stdenv, fetchurl, fetchpatch}:

stdenv.mkDerivation rec {
name = "tre-0.8.0";
Expand All @@ -7,6 +7,13 @@ stdenv.mkDerivation rec {
sha256 = "1pd7qsa7vc3ybdc6h2gr4pm9inypjysf92kab945gg4qa6jp11my";
};

patches = [
(fetchpatch {
url = https://sources.debian.net/data/main/t/tre/0.8.0-6/debian/patches/03-cve-2016-8859;
sha256 = "0navhizym6qxd4gngrsslbij8x9r3s67p1jzzhvsnq6ky49j7w3p";
})
];

meta = {
platforms = stdenv.lib.platforms.unix;
};
Expand Down

0 comments on commit 31ba04e

Please sign in to comment.