Skip to content

Commit

Permalink
libdwarf: security 20161021 -> 20161124
Browse files Browse the repository at this point in the history
/cc #20972.  It seems safe API+ABI-wise:
https://abi-laboratory.pro/tracker/timeline/libdwarf/

Also nitpicks: meta.homepage, etc.

Note: `darwin.dtrace` probably contains an embedded copy of libdwarf,
which I didn't (attempt to) fix.

(cherry picked from commit 4918730)
  • Loading branch information
vcunat committed Dec 7, 2016
1 parent bdd7ea3 commit b46bac4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pkgs/development/libraries/libdwarf/default.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{ stdenv, fetchurl, libelf }:

stdenv.mkDerivation rec {
name = "libdwarf-20161021";
name = "libdwarf-20161124";

src = fetchurl {
url = "http://www.prevanders.net/${name}.tar.gz";
sha512 = "733523fd5c58f878d65949c1812b2f46b40c4cc3177bc780c703ec71f83675d4b84e81bc1bcca42adf69b5e122562e4ce8e9a8743af29cc6fafe78ed9f8213fd";
sha512 = "38e480bce5ae8273fd585ec1d8ba94dc3e865a0ef3fcfcf38b5d92fa1ce41f8b"
+ "8c95a7cf8a6e69e7c6f638a3cc56ebbfb37b6317047309725fa17e7929096799";
};

configureFlags = " --enable-shared --disable-nonshared";
configureFlags = [ "--enable-shared" "--disable-nonshared" ];

preConfigure = ''
cd libdwarf
Expand All @@ -22,7 +23,7 @@ stdenv.mkDerivation rec {
'';

meta = {
homepage = http://reality.sgiweb.org/davea/dwarf.html;
homepage = https://www.prevanders.net/dwarf.html;
platforms = stdenv.lib.platforms.linux;
};
}

0 comments on commit b46bac4

Please sign in to comment.