summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/security/chipsec
AgeCommit message (Collapse)Author
2021-04-09chipsec: Fix building kernel moduleDaniel Schaefer
In recent versions of chipsec the build scripts have changed and we haven't built the kernel module in nixpkgs. Upstream has changed the variable for the kernel sources. Additional patches are needed as a workaround. Those issues should be fixed upstream.
2021-04-09chipsec: 1.5.10 -> 1.6.1Daniel Schaefer
2021-03-28chipsec: 1.5.1 -> 1.5.10Fabian Affolter
2021-03-25chipsec: use python2Frederik Rietdijk
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
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
2020-06-17chipsec: disable on non-LinuxMario Rodas
2020-06-15linuxPackages_hardened.chipsec: 1.4.9 -> 1.5.1R. RyanTM
2020-04-06Merge branch 'master' into auto-update/chipsecDaniel Schaefer
2020-04-04linuxPackages_hardened.chipsec: 1.4.7 -> 1.4.9R. RyanTM
2020-03-30buildPython*: use pnameFrederik Rietdijk
2020-02-10chipsec: 1.4.1 -> 1.4.7Daniel Schaefer
2019-09-13chipsec: 1.4.0 -> 1.4.1Daniel Schaefer
2019-08-25chipsec: 1.3.7 -> 1.4.0Daniel Schaefer
2019-04-22chipsec: Kernel driver only works on x86_64-linuxDaniel Schaefer
See: https://github.com/chipsec/chipsec/issues/461 Noticed that when ofBorg failed to build the kernel driver on ARM.
2019-04-20chipsec: 1.3.6 -> 1.3.7Daniel Schaefer
2019-04-20chipsec: init at 1.3.6Daniel Schaefer