elfutils: fix CVE-2014-0172

Patch taken from upstream mailing-list.
This commit is contained in:
Vladimír Čunát
2014-04-20 18:24:11 +02:00
parent adc65e998d
commit b4df087f14
2 changed files with 33 additions and 0 deletions
@@ -14,6 +14,7 @@ stdenv.mkDerivation rec {
};
patches = [
./CVE-2014-0172.patch
(fetchurl {
url = "http://fedorahosted.org/releases/e/l/elfutils/${version}/elfutils-portability.patch";
sha256 = "0w8i94x9hqirgs2lwcd1g36s77r5svh4j1fgcrd6lx5w18vch0di";