1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 05:31:22 +00:00
nixpkgs/pkgs
Andrey Arapov 96063873e2 checksec: use binutils instead of elfutils
readelf which makes most of checks should come from binutils package instead of elfutils

E.g. the PIE check from checksec, different readelf gives different result:
(elfutils)
$ /nix/store/rgrji20513g19ci0sa6jydm86gpf4j42-elfutils-0.158/bin/readelf -d /nix/store/q1sbn93v4k3166s091s9biygv9srv8qa-nginx-1.6.2/bin/nginx
2>/dev/null |grep -q '(DEBUG)' ; echo $?
1

(binutils)
$ /nix/store/b8qhjrwf8sf9ggkjxqqav7f1m6w83bh0-binutils-2.23.1/bin/readelf -d /nix/store/q1sbn93v4k3166s091s9biygv9srv8qa-nginx-1.6.2/bin/nginx
2>/dev/null | grep -q '(DEBUG)' ; echo $?
0
2015-04-05 21:13:26 +02:00
..
applications firefox: Update to 36.0 2015-02-24 18:50:15 +01:00
build-support Merge pull request #6532 from abbradar/6486-fix 2015-02-23 14:09:07 +03:00
data add media-player-info 2015-02-21 11:39:19 -06:00
desktops update various packages to use Qt 5.4 2015-02-21 11:39:20 -06:00
development Merge pull request #6533 from michelk/gdal_1.11.2 2015-02-24 22:45:50 +01:00
games tibia: update to 10.75 2015-02-14 08:52:47 +00:00
misc Revert "vimPlugins: update" due to bad hashes 2015-02-24 21:59:41 +01:00
os-specific checksec: use binutils instead of elfutils 2015-04-05 21:13:26 +02:00
servers apache-httpd: Update to 2.4.12 2015-02-24 16:10:55 +01:00
shells Fish wants libiconv too, even though it won't admit it 2015-02-18 01:14:36 -05:00
stdenv Fix building on Xcode 2015-02-24 17:07:44 +01:00
test
tools sudo: Update to 1.8.12 2015-02-24 18:04:35 +01:00
top-level pythonPackages.py3status: new package, status bar for i3 window manager 2015-02-24 22:05:05 +01:00