Merge #55852: elfutils: 0.175 -> 0.176

Fixes six security CVE issues.
This commit is contained in:
Vladimír Čunát 2019-02-15 23:29:49 +01:00
commit 1ca67d201f
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -3,11 +3,11 @@
# TODO: Look at the hardcoded paths to kernel, modules etc. # TODO: Look at the hardcoded paths to kernel, modules etc.
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "elfutils-${version}"; name = "elfutils-${version}";
version = "0.175"; version = "0.176";
src = fetchurl { src = fetchurl {
url = "https://sourceware.org/elfutils/ftp/${version}/${name}.tar.bz2"; url = "https://sourceware.org/elfutils/ftp/${version}/${name}.tar.bz2";
sha256 = "0nx6nzbk0rw3pxbzxsfvrjjh37hibzd2gjz5bb8wccpf85ar5vzp"; sha256 = "08qhrl4g6qqr4ga46jhh78y56a47p3msa5b2x1qhzbxhf71lfmzb";
}; };
patches = [ ./debug-info-from-env.patch ]; patches = [ ./debug-info-from-env.patch ];