summary refs log tree commit diff
path: root/pkgs/os-specific/linux/checksec
Commit message (Collapse)AuthorAge
* checksec: switch to binutils-unwrappedMatías Lang2018-08-10
| | | | | | checksec needs the readelf command to work properly, which is contained in the binutils-unwrapped derivation but not in the normal binutils. Before this commit, this tool wasn't working due to that.
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* treewide: http -> https sources (#42676)Silvan Mosberger2018-06-28
| | | | | | | | | * treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
* treewide: cleanup procps usesMatthew Bauer2018-03-27
|
* Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-04-18
|\
| * treewide: Mass replace 'binutils}/bin' to refer to the correct outputsTuomas Tynkkynen2016-04-14
| |
| * fix "libc}/lib" and similar referencesVladimír Čunát2015-05-05
| | | | | | | | | | Done mostly without any verification. I didn't bother with libc}/include, as the path is still correct.
* | checksec: clean upRobin Gloster2016-02-26
|/
* checksec: use binutils instead of elfutilsAndrey Arapov2015-04-05
| | | | | | | | | | | | | | | 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
* Make my packages slightly more consistent.Austin Seipp2014-03-07
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* checksec: add homepageAustin Seipp2014-03-02
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* checksec: version 1.5Austin Seipp2014-02-20
Signed-off-by: Austin Seipp <aseipp@pobox.com>