| Commit message (Expand) | Author | Age | Files | Lines |
| * | refind: Drop samueldr as maintainer | Samuel Dionne-Riel | 2024-06-20 | 1 | -1/+1 |
| * | refind: rename patch•••As requested in https://github.com/NixOS/nixpkgs/pull/318499#discussion_r1632296030
| Arnout Engelen | 2024-06-10 | 2 | -1/+1 |
| * | treewide: Remove indefinite article from meta.description•••nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
| Alexis Hildebrandt | 2024-06-09 | 1 | -1/+1 |
| * | refind: make the build reproducible•••Avoid leaking build timestamps into the output.
| Arnout Engelen | 2024-06-09 | 2 | -0/+70 |
| * | refind: 0.14.0.2 -> 0.14.2, fix build on aarch64 | K900 | 2024-04-27 | 1 | -2/+5 |
| * | Merge staging-next into staging | github-actions[bot] | 2024-04-05 | 1 | -1/+2 |
| |\ |
|
| | * | refind: fixing cross compiling | Daniel Barter | 2024-04-04 | 1 | -1/+2 |
| * | | refind: fix typo: compatbile to compatible | Philip Taron | 2024-04-02 | 1 | -1/+1 |
| |/ |
|
| * | refind: add runtime dependencies | John Garcia | 2024-03-13 | 1 | -1/+18 |
| * | refind: fix sed statements | John Garcia | 2024-03-13 | 1 | -9/+2 |
| * | refind: add chewblacka to package maintainers | John Garcia | 2024-03-11 | 1 | -1/+1 |
| * | refind: 0.13.3.1 -> 0.14.0.2•••Changelog
- https://sourceforge.net/p/refind/code/ci/bf6c58c0b1e4be6548f1d1549e8074be72457582/tree/NEWS.txt
| Samuel Dionne-Riel | 2023-11-11 | 1 | -9/+2 |
| * | refind: Fix possible NULL dereference•••This was observed with U-Boot.
See the upstream change.
- https://sourceforge.net/p/refind/code/merge-requests/45/
| Samuel Dionne-Riel | 2022-06-09 | 1 | -1/+8 |
| * | refind: 0.13.2 -> 0.13.3.1•••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
| Sergei Trofimovich | 2022-05-09 | 1 | -3/+7 |
| * | refind: 0.13.1 -> 0.13.2 | Andreas Rammhold | 2021-09-12 | 1 | -2/+2 |
| * | refind: 0.13.0 -> 0.13.1 | Samuel Dionne-Riel | 2021-02-25 | 1 | -2/+2 |
| * | refind: 0.12.0 -> 0.13.0 (#113328) | Samuel Dionne-Riel | 2021-02-17 | 2 | -30/+8 |
| * | treewide: with stdenv.lib; in meta -> with lib;•••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
| Profpatsch | 2021-01-11 | 1 | -2/+2 |
| * | refind: fix build on gcc10 | Lucas Ransan | 2020-12-28 | 2 | -0/+26 |
| * | treewide: Per RFC45, remove all unquoted URLs | Michael Reilly | 2020-04-10 | 1 | -1/+1 |
| * | refind: 0.11.5 -> 0.12 | Samuel Dionne-Riel | 2020-03-14 | 1 | -2/+2 |
| * | refind: Add samueldr to maintainers | Samuel Dionne-Riel | 2020-02-13 | 1 | -1/+1 |
| * | refind: 0.11.4 -> 0.11.5 | Samuel Dionne-Riel | 2020-02-13 | 1 | -2/+2 |
| * | treewide: remove redundant rec | volth | 2019-08-28 | 1 | -1/+1 |
| * | treewide: remove redundant quotes | volth | 2019-08-26 | 1 | -3/+3 |
| * | treewide: name -> pname (easy cases) (#66585)•••treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname | volth | 2019-08-15 | 1 | -1/+1 |
| * | refind: allows building for aarch64 | Samuel Dionne-Riel | 2019-05-19 | 2 | -1/+34 |
| * | refind: 0.11.3 -> 0.11.4 | Samuel Dionne-Riel | 2018-11-13 | 1 | -2/+2 |
| * | reewide: Purge all uses `stdenv.system` and top-level `system`•••It is deprecated and will be removed after 18.09.
| John Ericson | 2018-08-30 | 1 | -1/+1 |
| * | refind: add license•••see issue #43716
| Pascal Wittmann | 2018-08-06 | 1 | -0/+1 |
| * | Merge pull request #43996 from samueldr/update/refind-0.11.3•••refind: 0.11.2 -> 0.11.3 | Frederik Rietdijk | 2018-07-24 | 1 | -2/+2 |
| |\ |
|
| | * | refind: 0.11.2 -> 0.11.3 | Samuel Dionne-Riel | 2018-07-23 | 1 | -2/+2 |
| * | | pkgs/*: remove unreferenced function arguments | volth | 2018-07-21 | 1 | -1/+1 |
| |/ |
|
| * | refind: fix runtime errors•••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.
| Erik Arvstedt | 2018-05-03 | 1 | -12/+4 |
| * | refind: 0.10.3 -> 0.11.2 | Samuel Dionne-Riel | 2018-01-09 | 1 | -17/+2 |
| * | refind: mark as broken | Robin Gloster | 2017-03-14 | 1 | -0/+1 |
| * | refind: refactorings•••- 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
| Joachim Fasting | 2016-09-01 | 1 | -32/+48 |
| * | Merge branch 'master' into staging•••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
| obadz | 2016-08-27 | 1 | -12/+19 |
| |\ |
|
| | * | refind: 0.9.2 -> 0.10.3, fix build | Joachim Fasting | 2016-08-27 | 1 | -12/+19 |
| * | | Use general hardening flag toggle lists•••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
| Franz Pletz | 2016-03-05 | 1 | -1/+1 |
| * | | refind: disable stackprotector hardening | Robin Gloster | 2016-03-01 | 1 | -0/+2 |
| |/ |
|
| * | use the sourceforge mirrors everywhere••• find pkgs -name "*.nix" -exec sed -r \
"s|https?://downloads.sourceforge.net/|mirror://sourceforge/|g" -i {} \;
| zimbatm | 2016-02-28 | 1 | -1/+1 |
| * | refind: 0.8.4 -> 0.9.2 | AndersonTorres | 2015-11-01 | 1 | -7/+7 |
| * | refind: 0.8.4 -> 0.9.2 | Matthias Beyer | 2015-10-17 | 1 | -2/+2 |
| * | refind: Fix build on i686•••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.
| Tuomas Tynkkynen | 2015-04-27 | 1 | -3/+7 |
| * | rEFInd (version 0.8.4): New Package•••rEFInd is a graphical, EFI-based boot manager
| AndersonTorres | 2015-01-14 | 1 | -0/+115 |