Skip to content

Commit

Permalink
elfutils: 0.174 -> 0.175
Browse files Browse the repository at this point in the history
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/elfutils/versions

Fixes CVE-2018-18310, CVE-2018-18520 and CVE-2018-18521.

CC #51458

(cherry picked from commit 5beb37d)
  • Loading branch information
r-ryantm authored and globin committed Dec 3, 2018
1 parent 5ce2791 commit 8c853e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/misc/elfutils/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
# TODO: Look at the hardcoded paths to kernel, modules etc.
stdenv.mkDerivation rec {
name = "elfutils-${version}";
version = "0.174";
version = "0.175";

src = fetchurl {
url = "https://sourceware.org/elfutils/ftp/${version}/${name}.tar.bz2";
sha256 = "12nhr8zrw4sjzrvpf38vl55bq5nm05qkd7nq76as443f0xq7xwnd";
sha256 = "0nx6nzbk0rw3pxbzxsfvrjjh37hibzd2gjz5bb8wccpf85ar5vzp";
};

patches = [ ./debug-info-from-env.patch ];
Expand Down

0 comments on commit 8c853e6

Please sign in to comment.