summary refs log tree commit diff
path: root/pkgs/development/tools/misc/elfutils/default.nix
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2014-04-20 18:17:31 +0200
committerVladimír Čunát <vcunat@gmail.com>2014-04-20 18:24:11 +0200
commitb4df087f1461e7a3671d971396c0ad1adeda75c9 (patch)
tree0c759b12c0b6c054936bc8837259198b956e089e /pkgs/development/tools/misc/elfutils/default.nix
parentadc65e998d9c8eb3eaca8020fc553bd3d329eef0 (diff)
downloadnixpkgs-b4df087f1461e7a3671d971396c0ad1adeda75c9.tar
nixpkgs-b4df087f1461e7a3671d971396c0ad1adeda75c9.tar.gz
nixpkgs-b4df087f1461e7a3671d971396c0ad1adeda75c9.tar.bz2
nixpkgs-b4df087f1461e7a3671d971396c0ad1adeda75c9.tar.lz
nixpkgs-b4df087f1461e7a3671d971396c0ad1adeda75c9.tar.xz
nixpkgs-b4df087f1461e7a3671d971396c0ad1adeda75c9.tar.zst
nixpkgs-b4df087f1461e7a3671d971396c0ad1adeda75c9.zip
elfutils: fix CVE-2014-0172
Patch taken from upstream mailing-list.
Diffstat (limited to 'pkgs/development/tools/misc/elfutils/default.nix')
-rw-r--r--pkgs/development/tools/misc/elfutils/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/tools/misc/elfutils/default.nix b/pkgs/development/tools/misc/elfutils/default.nix
index e2f6c693298..5ada382795c 100644
--- a/pkgs/development/tools/misc/elfutils/default.nix
+++ b/pkgs/development/tools/misc/elfutils/default.nix
@@ -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";