summary refs log tree commit diff
path: root/pkgs/os-specific/linux/checksec
Commit message (Collapse)AuthorAge
* pkgs/os-specific: stdenv.lib -> libBen Siraphob2021-01-17
|
* checksec: update permanently redirected homepage URLThomas Gerbet2021-01-17
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* checksec: 2.2.3 -> 2.4.0R. RyanTM2020-10-29
|
* checksec: 2.2.2 -> 2.2.3R. RyanTM2020-09-04
|
* checksec: 2.2.1 -> 2.2.2R. RyanTM2020-06-08
|
* checksec: 2.1.0 -> 2.2.1R. RyanTM2020-05-28
|
* checksec: 2.0.1 -> 2.1.0R. RyanTM2019-08-17
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/checksec/versions
* checksec: 1.5 -> 2.0.1Robin Gloster2019-07-24
|
* 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>