libdwarf: 20170709 -> 20180129

Upstream describes changes:

Fixes libdwarf/dwarfdump vulnerabilities related to detecting corrupt
DWARF and includes other small improvements
This commit is contained in:
Will Dietz 2018-03-14 15:42:45 -05:00
parent 7c08d10a43
commit 4bc0f88bb3

View File

@ -1,11 +1,13 @@
{ stdenv, fetchurl, libelf }:
let
version = "20170709";
version = "20180129";
src = fetchurl {
url = "http://www.prevanders.net/libdwarf-${version}.tar.gz";
sha512 = "afff6716ef1af5d8aae2b887f36b9a6547fb576770bc6f630b82725ed1e59cbd"
+ "387779aa729bbd1a5ae026a25ac76aacf64b038cd898b2419a8676f9aa8c59f1";
# Upstream displays this hash broken into three parts:
sha512 = "02f8024bb9959c91a1fe322459f7587a589d096595"
+ "6d643921a173e6f9e0a184db7aef66f0fd2548d669"
+ "5be7f9ee368f1cc8940cea4ddda01ff99d28bbf1fe58";
};
meta = {
homepage = https://www.prevanders.net/dwarf.html;