about summary refs log tree commit diff
path: root/pkgs/tools/bootloaders
AgeCommit message (Collapse)AuthorFilesLines
2023-11-11refind: 0.13.3.1 -> 0.14.0.2Samuel Dionne-Riel1-9/+2
Changelog - https://sourceforge.net/p/refind/code/ci/bf6c58c0b1e4be6548f1d1549e8074be72457582/tree/NEWS.txt
2022-06-09refind: Fix possible NULL dereferenceSamuel Dionne-Riel1-1/+8
This was observed with U-Boot. See the upstream change. - https://sourceforge.net/p/refind/code/merge-requests/45/
2022-05-09refind: 0.13.2 -> 0.13.3.1Sergei Trofimovich1-3/+7
Among other fixes contains support for newer gnu-efi. Added boot.uefiCdrom test. Changes: https://sourceforge.net/p/refind/code/ci/master/tree/NEWS.txt
2021-09-12refind: 0.13.1 -> 0.13.2Andreas Rammhold1-2/+2
2021-02-25refind: 0.13.0 -> 0.13.1Samuel Dionne-Riel1-2/+2
2021-02-17refind: 0.12.0 -> 0.13.0 (#113328)Samuel Dionne-Riel2-30/+8
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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-12-28refind: fix build on gcc10Lucas Ransan2-0/+26
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-03-14refind: 0.11.5 -> 0.12Samuel Dionne-Riel1-2/+2
2020-02-13refind: Add samueldr to maintainersSamuel Dionne-Riel1-1/+1
2020-02-13refind: 0.11.4 -> 0.11.5Samuel Dionne-Riel1-2/+2
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-08-26treewide: remove redundant quotesvolth1-3/+3
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-05-19refind: allows building for aarch64Samuel Dionne-Riel2-1/+34
2018-11-13refind: 0.11.3 -> 0.11.4Samuel Dionne-Riel1-2/+2
2018-08-30reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson1-1/+1
It is deprecated and will be removed after 18.09.
2018-08-06refind: add licensePascal Wittmann1-0/+1
see issue #43716
2018-07-24Merge pull request #43996 from samueldr/update/refind-0.11.3Frederik Rietdijk1-2/+2
refind: 0.11.2 -> 0.11.3
2018-07-23refind: 0.11.2 -> 0.11.3Samuel Dionne-Riel1-2/+2
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-05-03refind: fix runtime errorsErik Arvstedt1-12/+4
In newer versions, instead of using $PWD to locate its ressource files, Refind now refers to the dir containing $0. This causes runtime errors due to missing ressources. In lieu a wrapper binary, we now simply patch the variable 'RefindDir' which stores the path to the ressource dir.
2018-01-09refind: 0.10.3 -> 0.11.2Samuel Dionne-Riel1-17/+2
2017-03-14refind: mark as brokenRobin Gloster1-0/+1
2016-09-01refind: refactoringsJoachim Fasting1-33/+49
- Remove redundant build inputs These are (optional) run-time dependencies, adding them to build inputs does nothing. - Use standard buildPhase Note that specifying linker script is unnecessary. Also specify correct host arch and efi platform. - Replace non-working ad-hoc patch with wrapper The ad-hoc patching of refind-install didn't actually substitute anything; with a wrapper script patching becomes unnecessary - Remove use of deprecated meta.version Closes https://github.com/NixOS/nixpkgs/pull/18103
2016-08-27Merge branch 'master' into stagingobadz1-12/+19
Conflicts: pkgs/applications/misc/navit/default.nix pkgs/applications/networking/mailreaders/alpine/default.nix pkgs/applications/networking/mailreaders/realpine/default.nix pkgs/development/compilers/ghc/head.nix pkgs/development/libraries/openssl/default.nix pkgs/games/liquidwar/default.nix pkgs/games/spring/springlobby.nix pkgs/os-specific/linux/kernel/perf.nix pkgs/servers/sip/freeswitch/default.nix pkgs/tools/archivers/cromfs/default.nix pkgs/tools/graphics/plotutils/default.nix
2016-08-27refind: 0.9.2 -> 0.10.3, fix buildJoachim Fasting1-12/+19
2016-03-05Use general hardening flag toggle listsFranz Pletz1-1/+1
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-03-01refind: disable stackprotector hardeningRobin Gloster1-0/+2
2016-02-28use the sourceforge mirrors everywherezimbatm1-1/+1
find pkgs -name "*.nix" -exec sed -r \ "s|https?://downloads.sourceforge.net/|mirror://sourceforge/|g" -i {} \;
2015-11-01refind: 0.8.4 -> 0.9.2AndersonTorres1-7/+7
2015-10-17refind: 0.8.4 -> 0.9.2Matthias Beyer1-2/+2
2015-04-27refind: Fix build on i686Tuomas Tynkkynen1-3/+7
Use the correct linker script filename on i686 to fix this build error: /.../ld: cannot open linker script file /nix/store/...-gnu-efi_3.0u/lib/elf_x86_64_efi.lds: No such file or directory Only compile tested.
2015-01-14rEFInd (version 0.8.4): New PackageAndersonTorres1-0/+115
rEFInd is a graphical, EFI-based boot manager