summary refs log tree commit diff
path: root/pkgs/tools/bootloaders/refind
Commit message (Collapse)AuthorAge
* refind: 0.13.3.1 -> 0.14.0.2Samuel Dionne-Riel2023-11-11
| | | | | | Changelog - https://sourceforge.net/p/refind/code/ci/bf6c58c0b1e4be6548f1d1549e8074be72457582/tree/NEWS.txt
* refind: Fix possible NULL dereferenceSamuel Dionne-Riel2022-06-09
| | | | | | | | This was observed with U-Boot. See the upstream change. - https://sourceforge.net/p/refind/code/merge-requests/45/
* refind: 0.13.2 -> 0.13.3.1Sergei Trofimovich2022-05-09
| | | | | | | 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
* refind: 0.13.1 -> 0.13.2Andreas Rammhold2021-09-12
|
* refind: 0.13.0 -> 0.13.1Samuel Dionne-Riel2021-02-25
|
* refind: 0.12.0 -> 0.13.0 (#113328)Samuel Dionne-Riel2021-02-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
* refind: fix build on gcc10Lucas Ransan2020-12-28
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* refind: 0.11.5 -> 0.12Samuel Dionne-Riel2020-03-14
|
* refind: Add samueldr to maintainersSamuel Dionne-Riel2020-02-13
|
* refind: 0.11.4 -> 0.11.5Samuel Dionne-Riel2020-02-13
|
* treewide: remove redundant recvolth2019-08-28
|
* treewide: remove redundant quotesvolth2019-08-26
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* refind: allows building for aarch64Samuel Dionne-Riel2019-05-19
|
* refind: 0.11.3 -> 0.11.4Samuel Dionne-Riel2018-11-13
|
* reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson2018-08-30
| | | | It is deprecated and will be removed after 18.09.
* refind: add licensePascal Wittmann2018-08-06
| | | | see issue #43716
* Merge pull request #43996 from samueldr/update/refind-0.11.3Frederik Rietdijk2018-07-24
|\ | | | | refind: 0.11.2 -> 0.11.3
| * refind: 0.11.2 -> 0.11.3Samuel Dionne-Riel2018-07-23
| |
* | pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|/
* refind: fix runtime errorsErik Arvstedt2018-05-03
| | | | | | | | | 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.
* refind: 0.10.3 -> 0.11.2Samuel Dionne-Riel2018-01-09
|
* refind: mark as brokenRobin Gloster2017-03-14
|
* refind: refactoringsJoachim Fasting2016-09-01
| | | | | | | | | | | | | | | - 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
* Merge branch 'master' into stagingobadz2016-08-27
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * refind: 0.9.2 -> 0.10.3, fix buildJoachim Fasting2016-08-27
| |
* | Use general hardening flag toggle listsFranz Pletz2016-03-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | refind: disable stackprotector hardeningRobin Gloster2016-03-01
|/
* use the sourceforge mirrors everywherezimbatm2016-02-28
| | | | | find pkgs -name "*.nix" -exec sed -r \ "s|https?://downloads.sourceforge.net/|mirror://sourceforge/|g" -i {} \;
* refind: 0.8.4 -> 0.9.2AndersonTorres2015-11-01
|
* refind: 0.8.4 -> 0.9.2Matthias Beyer2015-10-17
|
* refind: Fix build on i686Tuomas Tynkkynen2015-04-27
| | | | | | | | 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.
* rEFInd (version 0.8.4): New PackageAndersonTorres2015-01-14
rEFInd is a graphical, EFI-based boot manager