summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/virtualization/seabios
AgeCommit message (Collapse)Author
2022-12-30seabios: 1.16.0 -> 1.16.1R. Ryantm
2022-06-29maintainers: remove tstrobelajs124
was ts468 on github afaict and was actually a committer, but that account hasn't been active since early 2018
2022-03-03seabios: 1.15.0 -> 1.16.0Felix Singer
Update SeaBIOS to version 1.16.0. Also, use the git repository as source, since the release was tagged and announced, but no release tarball was published. Signed-off-by: Felix Singer <felixsinger@posteo.net>
2022-02-10seabios: 1.14.0 -> 1.15.0R. RyanTM
(#149160)
2021-08-10iasl: drop pacakgeKid
2021-03-25seabios: use python3Frederik 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-10-14seabios: 1.13.0 -> 1.14.0 (#96616)R. RyanTM
2020-04-07seabios: 1.11.0 -> 1.13.0 (#79880)Milan
https://www.seabios.org/Releases#SeaBIOS_1.13.0
2019-08-15treewide: name -> pname (easy cases) (#66585)volth
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-03-04seabios: 1.9.3 -> 1.11.0Ryan Mulligan
Semi-automatic update. These checks were performed: - built on NixOS - found 1.11.0 with grep in /nix/store/m55my69q0dc6rbvf7sfz3mln7vca1d53-seabios-1.11.0 - found 1.11.0 in filename of file in /nix/store/m55my69q0dc6rbvf7sfz3mln7vca1d53-seabios-1.11.0 cc "@tstrobel"
2017-09-13seabios: Only works on x86Tuomas Tynkkynen
https://hydra.nixos.org/build/60949790
2016-08-03Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster
2016-08-02seabios: 1.9.2 -> 1.9.3Franz Pletz
2016-08-02seabios: disable fortify hardeningFranz Pletz
2016-07-15Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster
2016-06-28seabios: 1.7.5.2 -> 1.9.2Joachim Fasting
Also fixes the build
2016-03-05Use general hardening flag toggle listsFranz Pletz
The following parameters are now available: * hardeningDisable To disable specific hardening flags * hardeningEnable To enable specific hardening flags Only the cc-wrapper supports this right now, but these may be reused by other wrappers, builders or setup hooks. cc-wrapper supports the following flags: * fortify * stackprotector * pie (disabled by default) * pic * strictoverflow * format * relro * bindnow
2016-02-10seabios: turn off pic and stackprotector hardeningRobin Gloster
2015-02-16Update QEMU Nixos Virtual MachineThomas Strobel
The Nixos Qemu VM that are used for VM tests can now start without boot menu even when using a bootloader. The Nixos Qemu VM with bootloader can emulate a EFI boot now.